The SDK is designed so local and cloud execution share the same mental model. Local mode keeps agents on your machine. Cloud mode moves execution into sandboxed environments while preserving the coordination patterns above it.
Local vs cloud
- Local: full filesystem access on your machine, low latency, and direct control
- Cloud: sandboxed execution environments that can keep working against your repo over longer time horizons
What stays the same
- Agent-to-agent coordination
- Workflows and multi-step execution
- Channels, DMs, and higher-level orchestration patterns