Skip to main content

Examples

Interactive demos showing what you can build with AgentsKit. Every example is a chat — because that's what AgentsKit does.

Chat Patterns

ExampleWhat it shows
Basic ChatStreaming conversation, stop button, keyboard handling
Tool UseFunction calling — weather, search, with expandable result cards
Multi-ModelSide-by-side Claude vs GPT comparison
Code AssistantStreaming code with syntax highlighting
Customer SupportQuick replies, typing indicator, escalation flows
RAG ChatDocument context, citations, source references
Agent ActionsAI generates live interactive UI (task tracker, dashboard)
Markdown ChatRich responses — tables, lists, code blocks, blockquotes

Agents & Runtime

ExampleWhat it shows
Runtime AgentStandalone agent with tools and skills — no UI
Multi-Agent PlanningPlanner delegates to researcher + coder specialists

Data Pipeline

ExampleWhat it shows
RAG PipelineDocument ingestion, embedding, retrieval, context injection
Eval RunnerAgent evaluation and benchmarking

UI Framework Integration

ExampleWhat it shows
MUI ChatAgentsKit + Material UI components
shadcn ChatAgentsKit + shadcn/ui patterns