Simulation mode
Develop and test behaviors without hardware. Fast iteration for teams building agent-driven workflows on any robot platform.
The built-in sim driver models motion, preconditions, and governor responses so you can run full intent → contract → episode loops on a laptop. Ideal for CI pipelines, agent prototyping, and stakeholder demos.
When to use sim
- Agent and contract development before hardware arrives
- Regression testing on every commit (
make check,make bench) - Training operators and integrators on intent workflows
- Benchmarking contract versions without wear on robots
What you get
- Full safety and audit pipeline — same as production
- Episode viewer and diff against real runs later
- Zero hardware cost per test iteration
- Deterministic scenarios for reproducible agent evals