Usage
What It Does
Dev mode starts the web viewer server with simulated:- Agent messages and reasoning
- Tool calls and outputs
- Screenshots
- Progress updates
Use Cases
UI Development
Iterate on the web viewer interface without API costs
Testing
Verify trace rendering and WebSocket connections
Offline Work
Work without internet or API credentials
Demos
Show the viewer without running real tasks
Mock Data
Dev mode simulates a typical agent session:Customizing Mock Data
For custom mock traces, modify the dev mode implementation insrc/helios/server/app.py.