Aleph

Enables models to process unlimited document sizes by providing recursive self-querying capabilities through sandboxed Python exec

hmbown 206 ↓ 4.1k
Claude CodeClaude DesktopGeneric
View source ↗

Implements Recursive Language Models (RLMs) for unbounded context processing by letting LLMs programmatically interact with large documents through a sandboxed Python REPL environment. Rather than solving context limits at the architecture level, Aleph enables models to partition context and make recursive calls to themselves, using tools like search, peek, lines, chunk, sub_query, and sub_aleph to iteratively explore and reason over massive inputs. Supports both standalone usage and MCP server mode with full trajectory logging and provenance tracking, making it ideal for document analysis, multi-document QA, and complex reasoning tasks that exceed traditional context windows.

Source

Repository: https://github.com/hmbown/aleph

Maintain Aleph?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

Aleph on getagentictools
[![Aleph on getagentictools](https://getagentictools.com/badge/mcp/hmbown-aleph.svg)](https://getagentictools.com/mcp/hmbown-aleph?ref=badge)