orchestrate_project
Generates a holistic orchestration view of a project showing tasks, agent assignments, performance metrics, and session information for efficient project oversight.
Instructions
Build a complete orchestration view of the project with tasks, agents, and state.
Use this to get a holistic view of the project's current state, including all tasks,
agent assignments, performance metrics, and session information. More comprehensive
than get_task_graph which focuses only on task dependencies.
Side effects: Read-only operation; uses snapshot resume for efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to process (default 10000). | |
| include_git | No | Whether to include git context in the view (default True). | |
| use_snapshot | No | Whether to use snapshot-based fast resume (default True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||