The loop
- Build. Author an agent as a topology of single-prompt nodes. Each node binds its own model, system prompt, and tools, and hands control to other nodes as the conversation moves.
- Publish. Freeze the draft into an immutable, numbered version. Live traffic only ever resolves to a version you shipped.
- Run. One engine runs that graph over dashboard chat, the public API, and phone calls.
- Evaluate. Redteam the real topology against a forked copy of your data, then grade both test and production conversations against one rubric.
Start here
Quickstart
Build, publish, and call your first agent end to end.
Core concepts
The vocabulary: nodes, topology, versions, datasets, rubrics.
Build agents
Author nodes, wire handoffs, and attach tools in the builder.
Write rubrics
Define what correct means and grade every conversation against it.