fleet-rlm is a Daytona-backed recursive DSPy workbench. The maintained product surfaces are the live workbench, the durable volumes browser, and runtime settings and diagnostics. This documentation mirrors that current product and keeps migration history separate.
This documentation is for both:
- users operating
fleet-rlmlocally or in deployment workflows - contributors extending the current runtime, transport, or frontend shell
uv sync --all-extras
uv run fleet webThen open http://localhost:8000.
- Product Spec
- Architecture Overview
- Reference Index
- Explanation Index
- Frontend Product Surface Guide
- Wiring Analysis
- Runtime Settings
- Codex Local Environment
- Agent Harness
- Deploying the API Server
- Frontend/Backend Integration
- Sandbox API — Daytona sandbox lifecycle management
- Runs API — Execution trace step browsing
When docs conflict with implementation, trust:
- CLI truth:
uv run fleet-rlm --helpanduv run fleet --help - API truth:
openapi.yaml - WebSocket truth:
src/fleet_rlm/api/routers/ws/endpoint.pyand adjacent helpers insrc/fleet_rlm/api/routers/ws/ - Runtime truth:
src/fleet_rlm/runtime/agent/agent.py,src/fleet_rlm/runtime/agent/runtime.py, and the Daytona facade/collaborators undersrc/fleet_rlm/integrations/daytona/