This directory contains the public runnable examples for capability-runtime.
These are the mainline examples to learn the runtime surface from smallest to larger:
| Directory | Focus | Real model required |
|---|---|---|
01_quickstart/ |
smallest loop with Runtime |
optional |
02_workflow/ |
sequential, loop, and conditional workflow execution | no |
03_bridge_e2e/ |
real backend bridge path and evidence flow | yes |
04_triggerflow_orchestration/ |
host-side orchestration around multiple runtime calls | yes |
05_workflow_skills_first/ |
workflow composition with skills-first agents | no |
examples/apps/ contains slightly more end-to-end entrypoints:
form_interview_proincident_triage_assistantci_failure_triage_and_fixrules_parser_prosse_gateway_minimalui_events_showcase
These examples are useful when you want to see:
- terminal-style flows
- HTTP/SSE framing
- UI event projection
- offline vs real execution boundaries
python examples/01_quickstart/run_mock.py
python examples/02_workflow/run.py
python examples/apps/sse_gateway_minimal/run.pyFor coding-agent-specific examples, switch to docs_for_coding_agent/examples/README.md.