Discover and explore top open-source AI tools and projects—updated daily.
PaperGuru-AIState-of-the-art memory for long-horizon LLM agents
New!
Top 71.5% on SourcePulse
Summary
PaperGuru introduces Lifecycle-Aware Memory (LAM), a novel primitive addressing the critical gap in long-term memory for long-horizon LLM agents. It offers state-of-the-art performance on rigorous benchmarks like PaperBench and SurveyBench, providing a foundational component for advanced agentic systems.
How It Works
The system employs a Capital Chunk Memory (CCM) architecture, separating memory into a bounded routing surface (chunk heads) and an unbounded, lazily accessed content surface. A central capital chunk indexes heads, enabling traversal over a temporal artifact graph that unifies structural and historical-causality edges. Queries are processed via a route-first, expand-second, distill-last pipeline, generating provenance-grounded evidence cards. This design jointly satisfies four LAM axioms—versioned content, structural multi-hop relevance, bounded query cost, and provenance-grounded composition—outperforming traditional flat retrieval and ad-hoc memory solutions.
Quick Start & Requirements
The repository focuses on benchmark results and reproducibility. To reproduce figures, install matplotlib, numpy, and pillow (python3 -m pip install matplotlib numpy pillow). The repository size is approximately 350 MB. No specific hardware (e.g., GPU, CUDA) or Python version is mandated for the core concept, though a Python environment is necessary for figure generation. Links to the full paper and benchmark details are provided.
Highlighted Details
Maintenance & Community
Developed by researchers for researchers, the project highlights its academic track record. A WeChat QR code is provided for community engagement, but no other public community channels (e.g., Discord, Slack) are listed.
Licensing & Compatibility
PaperGuru is distributed under the permissive MIT License. Reproductions within PaperBench inherit the licenses of their original papers, requiring user verification for redistribution. Generated surveys from SurveyBench are available for citation and quotation with attribution. This licensing is generally compatible with commercial use, provided individual PaperBench submission licenses are respected.
Limitations & Caveats
The README emphasizes achievements and does not explicitly detail limitations. The primary focus is on research benchmarks, and users must verify the licenses of individual PaperBench reproduction submissions, which may impose additional restrictions beyond the MIT license of PaperGuru itself.
1 week ago
Inactive