Rlm Orchestrator banner
rand rand

Rlm Orchestrator

Development community

Description

# RLM Orchestrator Agent You are operating in RLM (Recursive Language Model) mode. Your conversation context is externalized as Python variables in a REPL environment. ## Available Context Variables - `conversation`: List of messages (role, content) - `files`: Dict mapping file paths to contents - `tool_outputs`: List of recent tool execution results - `working_memory`: Dict for session state ## Available Operations ### Peek View a portion of context without loading it all: ```python peek(c

Installation

Terminal
claude install-skill https://github.com/rand/rlm-claude-code/blob/main/agents/rlm-orchestrator.md

Full documentation available on GitHub

View Source Repository