Everything you need to know about TencentDB Agent Memory
TencentDB Agent Memory is a team-level memory hub for AI Agents that transforms conversations, documents, and code into reusable memory assets. It creates four key memory types: Chat Memory, Skills, LLM-Wiki, and CodeGraph. These assets are governed, shared, and equipped across different agents and frameworks, enabling teams to accumulate and reuse knowledge effectively.
By extracting reusable assets from previous work, Agent Memory eliminates the need to repeatedly explain project context, reread documents, or rediscover workflows. Chat Memory retains user preferences and interaction history, Skills store reusable workflows, Wiki structures knowledge, and CodeGraph indexes code relationships. This creates a persistent knowledge base that new agents can immediately utilize.
Installation is simple with our one-command setup:
git clone https://github.com/Tencent/TencentDB-Agent-Memory.git
cd TencentDB-Agent-Memory/deploy/global-images
cp .env.example .env
# Edit .env with your LLM parameters
./start-all.sh
This launches all services and provides a URL for Claude integration. Access the dashboard at http://localhost:8125.
TencentDB Agent Memory currently integrates with:
Memory assets have four visibility levels:
Two role layers exist: System Admins manage users and teams, while Team Admins manage assets within their team.
The system has three core components:
Memory grows through conversation distillation and knowledge indexing, enabling efficient retrieval based on context and permissions.
| Feature | Chat History | Standard RAG | Agent Memory |
|---|---|---|---|
| Cross-session memory | △ | △ | ✅ |
| Executable skills | — | — | ✅ |
| Document structure | — | △ | ✅ |
| Code relationships | — | △ | ✅ |
| Access control | — | △ | ✅ |
We welcome contributions in several areas:
Join our Discord community to connect with core developers.
TencentDB Agent Memory is licensed under the MIT License. This permits free use, modification, and distribution of the software, provided all copyright notices and disclaimer are included. See the full license here.
Join thousands of teams using TencentDB Agent Memory to eliminate repetitive work and scale AI capabilities