baodq97/tencentdb-agent-memory
10 stars · Last commit 2026-08-10
Claude Code plugin: four-layer long-term memory (L0→L1→L2→L3 Persona) with local FTS5 + EmbeddingGemma vector hybrid recall, zero external API
README preview
# tencentdb-agent-memory (Claude Code plugin) [](https://www.npmjs.com/package/@baodq97/tmem) [](https://www.npmjs.com/package/@baodq97/tmem) [](https://www.npmjs.com/package/@baodq97/tmem) Four-layer long-term memory (L0 Conversation → L1 Atom → L2 Scene → L3 Persona) for Claude Code, inspired by [Tencent/TencentDB-Agent-Memory](https://github.com/Tencent/TencentDB-Agent-Memory). Fully local — no external Gateway, no paid API, no Python. All extraction and consolidation is done by the Claude agent itself. ## Installation ```bash # Add marketplace claude plugin marketplace add https://github.com/baodq97/tencentdb-agent-memory # Install plugin claude plugin install tencentdb-agent-memory ```