Views
- Pending queue jobs
- Agent run list with filters: state, trigger type, root agent
- Agent run detail
- Heartbeat status / trigger controls
Actions
- Enqueue an agent run
- Enqueue a tool execution
- Force-trigger heartbeat poll
Constraints
- The daily quota guard consumes usage before enqueue.
- The approval guard may return
approvalRequiredinstead of an immediate enqueue. - Queue lanes must support
agent.run,tool.execute, andtask.execute.
Run lifecycle
AgentRun.triggerType records why the run started:
| triggerType | Source |
|---|---|
founder_chat | Founder sent a directive in chat. |
task_execution | A task became ready and was scheduled. |
retry | Retry of a failed run. |
approval_resume | Founder resolved an approval/clarification. |
schedule | Cron or heartbeat scheduler. |