rlm

Installation
SKILL.md

⚠️ CRITICAL: Result Access Always use dot notation: result.answer ✅ — NEVER use result["answer"] ❌ Results from interp.execute() and dspy.RLM are FinalOutput objects, not dicts.

RLM — Claude Code Translation Layer

Use this skill as the Claude Code view of fleet-rlm. It is not a thin wrapper around .claude/; it is the packaged explanation of how the project actually works today.

Core Model

  • fleet-rlm exposes one shared conversational runtime built on ReAct plus dspy.RLM.
  • daytona_pilot is the primary runtime path. Daytona is the interpreter/sandbox backend.
  • The live product surfaces are Workbench, Volumes, and Settings.

Canonical Commands

Five public entrypoints — pick the one that matches the task:

Installs
1
Repository
qredence/skills
GitHub Stars
3
First Seen
Jul 12, 2026
rlm — qredence/skills