Tiermem
Description
From Lossy to Verified: A Provenance-Aware Tiered Memory for Agents
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
From Lossy to Verified: A Provenance-Aware Tiered Memory for Agents
[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) [](https://huggingface.co/FreedomIntelligence/TierMem) [](https://arxiv.org/abs/2602.17913)
**A memory-augmented LLM system for long-context question answering with intelligent routing between summary-based and raw-retrieval pipelines.**
[Installation](#installation) • [Quick Start](#quick-start) • [Model](#pretrained-model) • [Benchmarks](#supported-benchmarks) • [Training](#router-training)
Table of Contents
- Overview
- Key Features
- Architecture
- Installation
- Pretrained Model
- Quick Start
- Project Structure
- Router Training
- Supported Benchmarks
- Results
- Configuration
- Citation
- Contributing
- License
- Acknowledgments
Overview
TierMem implements a two-tier memory architecture that balances efficiency and accuracy for long-context question answering:
- Summary Index (S-path): Fast semantic search over extracted facts using Mem0
- Page Store (R-path): Raw conversation chunks with BM25 retrieval for detailed context
A trained router model dynamically selects between these paths based on query complexity, ensuring optimal performance across different types of questions.
Key Features
✨ **Intelligent Routing** - Trained router automatically selects the best retrieval strategy 🚀 **High Performance** - Optimized fo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11