Use Cases
Automation & workflows.
Chain tasks with DAG dependencies, fire agents on a schedule or a webhook, and extend them with a plugin system - the parts of a pipeline that would otherwise be glue code.
Task chaining
Define dependencies between tasks. When one completes, the next fires automatically with the result as context.
Trigger scheduler
Fire agents on cron schedules, webhooks, or task completion events - full pipelines without code.
Agentic orchestration
Coordinate dozens of agents across complex DAG workflows, each with full tool access.
Plugin system
Extend any agent with custom skills, MCP servers, and external tool integrations. Build once, reuse everywhere.