baodq97/tencentdb-agent-memory

4 stars · Last commit 2026-05-29

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)

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
```

## Quick start

```bash
# Inside Claude Code:

View full repository on GitHub →