What problem does it solve?
Process very large context files that exceed model limits by chunking content, delegating analysis to subagents, and synthesizing results to produce actionable insights.
Core Features & Use Cases
- Chunking: Split large documents, logs, transcripts, or scraped data into manageable chunks without losing context.
- Subagent orchestration: Dispatch per-chunk analysis to specialized subagents and collect structured results.
- Synthesis: Aggregate chunk results into a coherent, end-to-end understanding suitable for reporting or decision-making.
- Stateful workflow: Maintain context and buffers across steps to support iterative analysis on the same file.
Quick Start
Initialise the REPL with a large context file, then chunk the content, analyze each chunk with subagents, and synthesize the final results.