Provide a structured DAG view for orchestrator/subagent workflows
Status Open
Maintainer reply None cached
Activity 1 comment · opened Jul 12, 2026
As the main agent, I can spawn multiple subagents with implicit dependencies (some run in parallel, others gate on earlier results). Currently the only visibility into this is TaskList (a flat task board, not dependency-aware) and ad hoc status relayed by the orchestrating agent in conversation.
It would be valuable to have a structured, queryable DAG view of subagent orchestration — showing each agent node, its dependencies, and live status (pending/running/completed/failed) — rather than a flat list. This would help users monitor complex multi-agent workflows without relying on the orchestrator to narrate progress.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗