Skip to content

Latest commit

 

History

History

README.md

fleet-rlm Documentation

fleet-rlm provides secure, cloud-sandboxed recursive language model workflows with a Web UI, API, and optional MCP server. The default product path is Modal-backed. The Daytona path is experimental, but it plugs into the same workspace and transport contract instead of acting like a separate app.

This documentation is for both:

  • users operating fleet-rlm locally or in deployment workflows
  • contributors building integrations, extending runtime behavior, or maintaining the codebase

Quickstart

uv init
uv add fleet-rlm
uv run fleet web

Then open http://localhost:8000.

Next steps:

Choose Your Path

Use the product

Contribute to the project

Build integrations

Understand architecture

Documentation Map (Diataxis)

Source-of-Truth Policy

When docs conflict with implementation, treat these as authoritative:

  • CLI truth: uv run fleet-rlm --help and uv run fleet --help
  • API truth: openapi.yaml
  • WebSocket truth: src/fleet_rlm/api/routers/ws/api.py

Archive Note

Historical docs are archived and non-operational:

  • Legacy planning docs are stored under the local-only plans/archive/docs-legacy/ path.