0.5 mob orchestration architecture notes.
Keep-alive mode
Enable the comms listener so the agent stays alive after its initial prompt, waiting for incoming messages and external events as future runtime-backed turn work.- CLI
- JSON-RPC
- REST
- MCP
- Python
- TypeScript
- Rust
Send a message
Push an event into a running session’s comms inbox.- JSON-RPC
- REST
- MCP
- Python
- TypeScript
- Rust
List peers
Discover trusted peers visible to a running session.- JSON-RPC
- REST
- MCP
- Python
- TypeScript
- Rust
External event injection
Push external events from outside systems into a running agent. Events are queued as runtime-backed external inputs and admitted as future turn work.- CLI
- JSON-RPC
- REST
- MCP
- Python
- TypeScript
- Rust
Delegate through mobs
In0.5, delegated and multi-agent work routes through mobs rather than a standalone helper-agent tool family. Use mob member refs, flow runs, and peer messaging to coordinate temporary discussion groups or longer-lived orchestration topologies.