Interactive tutorial
Learn AgentsKit in 5 steps
End-to-end: install, build a streaming chat, swap providers, register tools, persist memory. Every step runs in your browser — no API keys required. Progress is saved locally.
- Step 1Install AgentsKit
Start from zero. One package. Zero build config.
- Step 2Ship a streaming chat UI
Build a complete chat interface with streaming — without a backend.
- Step 3Swap the provider
Change one line to switch from mock to OpenAI, Anthropic, or Gemini.
- Step 4Give the agent tools
Register functions the model can call.
- Step 5Persist the conversation
Swap ephemeral state for SQLite, Redis, or a vector store.