Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference.
Handle massive contexts (10M+ tokens) with chunking, sub-queries, and free local inference via Ollama. Based on the Recursive Language Model pattern. Inspired by richardwhiteii/rlm. Instead of feeding massive contexts directly into the LLM: 1. Load context as external variable (stays out of prompt) 2. Inspect structure programmatically 3. Chunk strategically (lines, chars, or paragraphs) 4.…
Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Forge non ha alcuna analisi registrata per questa voce, quindi non ha alcuna osservazione della sua superficie di strumenti. È assenza di prove, non prova che non esponga alcuno strumento.
Handle massive contexts (10M+ tokens) with chunking, sub-queries, and free local inference via Ollama. Based on the Recursive Language Model pattern. Inspired by richardwhiteii/rlm. Instead of feeding massive contexts directly into the LLM: 1. Load context as external variable (stays out of prompt) 2. Inspect structure programmatically 3. Chunk strategically (lines, chars, or paragraphs) 4. Sub-query recursively on chunks 5. Aggregate results for final synthesis Option 1: PyPI (Recommended)…