0162 GitHub stars
02Recursive Language Model (RLM) Architecture: Processes documents far larger than LLM context windows using symbolic commands and a logic engine.
03Nucleus DSL for Safe Execution: Utilizes a constrained S-expression language for LLM outputs, ensuring parseable, type-checked, and safely executable commands.
04Structured Code Analysis: Integrates Tree-sitter for code-aware queries, enabling symbol listing, body extraction, and reference finding across 20+ languages.
05MCP Server for Agent Integration: Provides a Model Context Protocol server (`lattice-mcp`) allowing coding agents to perform efficient, chained document and code analysis.
06Token-Efficient Handle-Based Storage: Achieves 97%+ token savings by storing results in an in-memory SQLite and providing LLMs with compact data handles.