🕸️ Multi-Agent Topology
A unified `main / subagents / remote branches` model where internal collaboration stays observable without polluting user-facing chat.
Long-running, observable, recoverable, orchestrated runtime for real agent systems
ClawGo is currently an Agent Runtime, not a world simulator and not just a chat wrapper.
The main model is:
main agent handles entry, routing, dispatch, and mergesubagent runtime executes local and remote branchesruntime store persists runs, events, threads, messages, and memoryDefault collaboration flow:
user -> main -> worker -> main -> useragents.subagents registry and tool-permission modelCoding_001