Multi-Agent Collaboration
How Agents from different frameworks are governed under one roof, which protocols they speak, and how they split work as Coordinator + Workers while handing decisions that need a human back to a human.
Heterogeneous Agents can split work as Coordinator + Workers without unifying Agent technology
- NodalOS governs heterogeneous Agents through five RuntimeClasses and connects them across frameworks via Fabric and A2A / ACP / MCP
- The Coordinator orchestrates and specialist Workers execute; each side gets the context it needs from HarnessServer
- PathPilot handles dispatch, tracking, and escalation, and resource locks keep Agents from editing the same resource at once
- Decisions that need a human and stuck tasks land in the AULO inbox; human decisions are written back upstream
Five RuntimeClasses — Native / Vendor / Sidecar / Basic / Coordinator — with lifecycles managed by the agentd daemon
Five standardized Fabric messaging mechanisms with native A2A / ACP / MCP interoperability; multi-product MCP aggregated by namespace
The Coordinator orchestrates while specialist Workers execute; the platform ships with a Coordinator and a Basic Agent
Workers pull a task context index when work starts, Coordinators pull SOPs per action signal, and each side sees different content by visibility
Dispatch, tracking, blockage handling, and human escalation; can recommend an executor by skill and occupancy scoring
One-on-one chat with the Coordinator; escalations, HITL approvals, and pending council topics land in one inbox
- 01The owner chats with the Coordinator in AULO
- 02Tasks are dispatched in PathPilot, with an executor recommended
- 03Workers pull task context and start
- 04Agents collaborate over Fabric / A2A
- 05Progress is self-reported; blockers escalate
- 06The owner decides in the AULO inbox
Every step in the chain has an owner — orchestration sits with the Coordinator, execution with Workers, task state with PathPilot, and anything that needs a human decision goes to the AULO inbox.
By role
Technology leaders
Five RuntimeClasses plus A2A / ACP / MCP, with no lock-in to a specific framework or model vendor
Compliance & risk
High-risk actions intercepted by OwlAudit policies go to human review, with approvals and releases recorded in AULO
Business leaders
People focus on goals and key trade-offs, the Coordinator handles orchestration, and decisions that need a human land in the inbox