Examples
Examples
Interactive demos. For copy-paste code, see Recipes.
Interactive demos showing what you can build with AgentsKit. Every demo page renders a live chat component.
Looking for copy-paste code? Head to Recipes β end-to-end runnable snippets grouped by theme. Each example below points to its recipe counterpart.
#By outcome
| Outcome | Best entry points |
|---|---|
| Customer support | Support agent Β· Customer support demo |
| Research workflows | Research agent Β· Runtime agent demo |
| Coding workflows | Code agent Β· Code assistant demo |
| Internal knowledge copilots | Internal copilot Β· RAG chat demo |
#Chat patterns
#Agents + runtime
| Demo | Runnable recipe |
|---|---|
| Runtime agent | schema-first-agent |
| Multi-agent planning | multi-agent-topologies Β· research-team |
#Data pipeline
| Demo | Runnable recipe |
|---|---|
| RAG pipeline | doc-loaders Β· rag-reranking |
| Eval runner | eval-suite Β· evals-ci |
#UI framework integration
| Demo | Runnable recipe |
|---|---|
| MUI chat | framework-adapters |
| shadcn chat | framework-adapters |
Explore nearby
- PeerBasic Chat
The simplest use case β streaming AI conversation with auto-scroll, stop button, and keyboard handling. All in 10 lines with AgentsKit.
- PeerTool Use
AI assistants that call functions β weather, search, DB queries. Tool calls render as expandable cards.
- PeerMulti-Model Comparison
Compare responses from different AI models side-by-side. Same input, different adapters β AgentsKit makes it trivial.