gemini-rlm-min
Installation
SKILL.md
Gemini RLM (Minimal)
Purpose: Provide a lightweight, CLI-based implementation of the Recursive Language Model architecture using Google's Gemini models. This skill allows for processing extremely large documents by orchestrating chunking, sub-LLM processing, and synthesis entirely via a Python script and the Gemini API.
Architecture
Based on arXiv:2512.24601 - Recursive Language Models.
| Component | Implementation | Model |
|---|---|---|
| Root LLM | gem_rlm.py (Orchestrator) |
Gemini 2.0 Flash |
| Sub-LLM | gem_rlm.py (Chunk Processor) |
Gemini 2.0 Flash |
| External Environment | scripts/rlm_repl.py |
Python 3 |