delimit_agent_dashboard
View an aggregated dashboard of all agent activity grouped by assignee and status for multi-agent orchestration status reporting.
Instructions
View the multi-agent orchestration dashboard (Pro).
When to use: as a one-shot read of all agent activity grouped by assignee/status — useful for orchestrator status reporting. When NOT to use: for a single task's status (use delimit_agent_status) or to dispatch new work (delimit_agent_dispatch).
Sibling contrast: delimit_agent_status returns raw records; this returns an aggregated dashboard view.
Side effects: read-only. Calls ai.agent_dispatch.get_agent_dashboard.
Args: None.
Returns: Dict with grouped tasks, handoff history, linked ledger items, recent audit trail, next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||