Examples
Interactive demos showing what you can build with AgentsKit. Every example is a chat — because that's what AgentsKit does.
Chat Patterns
| Example | What it shows |
|---|---|
| Basic Chat | Streaming conversation, stop button, keyboard handling |
| Tool Use | Function calling — weather, search, with expandable result cards |
| Multi-Model | Side-by-side Claude vs GPT comparison |
| Code Assistant | Streaming code with syntax highlighting |
| Customer Support | Quick replies, typing indicator, escalation flows |
| RAG Chat | Document context, citations, source references |
| Agent Actions | AI generates live interactive UI (task tracker, dashboard) |
| Markdown Chat | Rich responses — tables, lists, code blocks, blockquotes |
Agents & Runtime
| Example | What it shows |
|---|---|
| Runtime Agent | Standalone agent with tools and skills — no UI |
| Multi-Agent Planning | Planner delegates to researcher + coder specialists |
Data Pipeline
| Example | What it shows |
|---|---|
| RAG Pipeline | Document ingestion, embedding, retrieval, context injection |
| Eval Runner | Agent evaluation and benchmarking |
UI Framework Integration
| Example | What it shows |
|---|---|
| MUI Chat | AgentsKit + Material UI components |
| shadcn Chat | AgentsKit + shadcn/ui patterns |