Examples Overview
Real-world examples and walkthroughs — support triage, research, multi-agent pipelines, and more.
Examples
| Example | Description | Features Demonstrated |
|---|---|---|
| Support Triage | Classify and route support tickets | Tools, autonomy policy, hooks |
| Research Assistant | Research a topic and write a report | Memory, streaming, budget |
| Multi-Agent Pipeline | Research → Write → Review pipeline | Multi-agent, coordinator, handoffs |
| WooCommerce Bot | E-commerce order management | Integrations, templates |
| Testing Agent | Complete test suite for an agent | MockLLM, TestHarness, StepDebugger |
Running Examples
Examples are in the examples/ directory:
cd examples/support-triage
npm install
npm run devNext Steps
Pick an example to explore:
- Support Triage — your first real agent