Updated
On this page
Autonomous multi-agent AI workflows. Complexity if you need it, simplicity if you don't.
#orxtra
Autonomous multi-agent AI workflows with structured control flow. Every piece of work is a task with explicit boundaries, entry conditions (pre-checks), and exit conditions (post-checks). Tasks nest recursively. Failure propagates up the hierarchy.
#CLI Reference
See the CLI command reference for all available commands.
#Modules
orxtra is a monorepo with 16 sub-projects across five layers: Foundation (10), Orchestration (2), Intelligence (1), Composition (1), Interfaces (2). Each module is independently useful. A consumer wanting only a typed LLM client uses orxtra-transport. One wanting deterministic workflow execution uses orxtra-scheduler. The full system composes all 16.