Skip to content

Latest commit

 

History

History

README.md

fleet-rlm Documentation

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-rlm locally or in deployment workflows
  • contributors extending the current runtime, transport, or frontend shell

Quickstart

uv sync --all-extras
uv run fleet web

Then open http://localhost:8000.

Current Docs

API Reference Surfaces

  • Sandbox API — Daytona sandbox lifecycle management
  • Runs API — Execution trace step browsing

Use the Product

Build and Integrate

Understand the System

Documentation Map

Source of Truth

When docs conflict with implementation, trust:

  • CLI truth: uv run fleet-rlm --help and uv run fleet --help
  • API truth: openapi.yaml
  • WebSocket truth: src/fleet_rlm/api/routers/ws/endpoint.py and adjacent helpers in src/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 under src/fleet_rlm/integrations/daytona/