/mode — solo vs swarm
By default an agent runs in solo mode — it handles everything itself. Swarm mode lets the agent delegate work to other deployed agents, enabling multi-agent collaboration on complex tasks.swarm_child_start, swarm_child_delta, swarm_child_done) for each delegated task. See Stream Protocol for details.
/sandbox — isolated execution
The sandbox command forces the agent to run tasks in an isolated environment. This is useful when the agent processes untrusted input or runs code that should not touch the host./proof — auditable execution
Proof mode makes the agent collect a verifiable bundle for each run — input and output hashes per step, inference run IDs, and optional sandbox metadata. Turn it on when you need an audit trail.History commands
Three commands list past activity for the current thread. Each returns a plain text response in the stream — no action events./thread — past conversations
/artifacts — generated media
/receipt — payment receipts
Combining settings
You can stack these commands. A common secure configuration looks like:Related
- Command Reference — every command at a glance
- Plan — run multi-step plans with tracked tasks
- Stream Protocol — swarm child and action event shapes