원클릭으로
rlm
Hub skill for fleet-rlm: when to use dspy.RLM vs ReAct/CodeAct and which workflow skill to load next.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Hub skill for fleet-rlm: when to use dspy.RLM vs ReAct/CodeAct and which workflow skill to load next.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Delegate recursive work to child RLM sandboxes with budget management. Use when decomposing tasks into sub-queries, fanning out batched work, managing LLM call budgets, or building parent-child RLM hierarchies.
Diagnose fleet-rlm runtime failures, API contract drift, sandbox errors, and observability issues. Use when something is broken — Daytona connection failures, websocket mismatches, escalation not triggering, budget exhaustion, or missing traces.
Optimize fleet-rlm DSPy programs and RLM skill bundles using GEPA with MLflow tracking. Use when running optimization loops, designing feedback metrics, building training datasets, or comparing runs.
Design DSPy signatures and compose runtime modules for fleet-rlm tasks. Use when creating input/output field definitions, choosing between built-in signatures, selecting execution modes, or wiring custom modules.
Fetch and inspect JavaScript-heavy pages with Playwright in a Daytona browser-capable snapshot.
Process documents and codebases exceeding a single context window using canonical dspy.RLM variable mode in the Daytona REPL.
| name | rlm |
| description | Hub skill for fleet-rlm: when to use dspy.RLM vs ReAct/CodeAct and which workflow skill to load next. |
Canonical DSPy module: https://dspy.ai/api/modules/RLM/
Module variants overview: https://dspy.ai/diving-deeper/built-in-module-variants/
dspy.RLMUse RLM when context is too large, unevenly relevant, or benefits from programmatic exploration — not a single full-context LM call.
fleet-rlm routes to dspy.RLM when:
execution_mode is rlm / rlm_onlyurl_document_rlm)large_context_rlm, threshold via FLEET_RLM_LARGE_CONTEXT_THRESHOLD)Other turns are classified by the typed RouteTurnSignature router: direct (ChainOfThought), tools (dspy.ReAct loop), or rlm (sandboxed Python).
print() and Python.llm_query, llm_query_batched, SUBMIT(...).sub_rlm, sub_rlm_batched, volume load_skill(name)./home/daytona/memory/ (skills/system/*.md seeded from scaffold).sandbox-executiondelegationdspy-programslong-contextoptimizationdiagnosticsvolume-bootstrapbrowser-interaction