System visualization
Sub‑agent orchestration
The DAD multi-agent system delegates work across specialised agents using synchronous and asynchronous modes, with DAG-based dependency execution. This viewer maps the architecture.
Agent map
Five specialised agents, their purposes, and how they are called. Synchronous delegation shares the parent process; asynchronous delegation spawns an independent child.
About these agents
The entry point. Routes tasks to the correct agent by name. Decides sync vs async based on mode parameter.
Visual validation across breakpoints. Runs synchronously so the editor sees results immediately.
Content and design changes. Edits are applied in real-time during the session.
App backend and deployment. Defaults to sync for small changes, async for heavy builds.
Infrastructure tasks like debugging, health checks, and package installs. Runs independently.
Family queries and domestic automation. Fire-and-forget; results arrive when ready.
DAG execution
Tasks form a directed acyclic graph. Leaf nodes launch immediately; dependent nodes wait for upstream results. Click Run simulation to watch the dependency flow.
Architecture
How delegation flows through the system — from the delegate_to_agent call to sync session or async child process, with telemetry and polling back to the dashboard.