Skip to content

Examples

These runnable apps include a scripted end-to-end test that needs no API key, as well as a live gateway mode:

ExampleShows
playgroundA complete "Agentic Form" reference with 5 capabilities, an approval panel, an audit timeline, and two form instances
examples/todo-agentThe smallest useful integration: a todo list the AI can add to, toggle, and clear with confirmation
examples/multi-panelMultiple instances and the target resolver: the AI sends actions to the right panel and recovers when one closes

Running them

Clone the repo, then:

bash
pnpm install
pnpm build      # tsdown per package (topological)

Each example folder has its own README with run instructions, including the scripted mock-LLM mode (no API key needed) and the live gateway mode.