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:
See Runtime and queue for concurrency, guards, and read-only mode behavior.