Thought-Retriever: Don't Just Retrieve Raw Data, Retrieve Thoughts for Memory-Augmented Agentic Systems
Paper β’ 2604.12231 β’ Published
Don't Just Retrieve Raw Data β Retrieve Thoughts
A self-evolving long-term memory system for LLM-based agents, based on the paper by UIUC, MIT & CMU (TMLR 2026).
pip install numpy jieba
git clone https://github.com/mhx0628/thought-retriever
from thought_retriever import ThoughtMemory, ThoughtConfig
config = ThoughtConfig(project_path=".", language="zh")
memory = ThoughtMemory(config=config)
memory.add_knowledge("ε°ζδ»εΉ΄10ε²οΌεζ¬’η»η»εθΈ’θΆ³η")
results = memory.retrieve("ε°ζεζ¬’δ»δΉ")