#724 · Primary category: AI Agents & Automation
LycheeMem
Lightweight Long-Term Memory for LLM Agents.
Project last updated:08/06/26
GitHub Stars
1.2K
Forks
16
Contributors
6
License
Apache-2.0
Why we included this project
Multi-turn agents tend to forget what earlier sessions established, and LycheeMem exists to fix exactly that. It sits between the agent and its context window, storing structured knowledge like facts, preferences, and tool-use patterns, then pulls back only the relevant fragments when they matter instead of replaying the whole conversation. The design keeps the internals visible: a working-memory manager enforces token budgets, a search coordinator runs five recall channels across SQLite FTS5 and LanceDB, and a synthesizer scores candidate fragments before assembling the context that grounds the next answer. It connects to real agent runtimes through an MCP endpoint, a native OpenClaw plugin, a Claude Code plugin, or plain Python with a FastAPI server. Teams that want to inspect and audit what got remembered will appreciate the staged pipeline and the bundled React dashboard, and because it runs on Python with SQLite plus LanceDB, it stays cheap to deploy for small agent projects.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.