TencentDB-Agent-Memory
Fully local long-term memory for AI Agents via 4-tier pipeline
GraphCanon updated 2d · GitHub synced 2d · 26 views this month
Decision brief
TencentDB-Agent-Memory offers fully local long-term memory capabilities for AI agents with a specialized 4-tier pipeline, ensuring no reliance on external API dependencies.
Good fit when
- You are prioritizing data sovereignty and need to ensure all memory functions operate locally without internet connectivity or external service dependence.
- Your application requires high security and you want to avoid any potential vulnerabilities associated with online storage or APIs.
Avoid when
- If your application involves frequent synchronization of memory content across multiple environments, as this tool is designed for local operations only.
- In scenarios where accessing a large-scale distributed database is necessary because TencentDB-Agent-Memory is built around standalone local capabilities.
Observed Jul 14, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (7d since push)
- As of 2d
- Provenance
- Not a fork · Organization account
- As of 2d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install TencentDB-Agent-Memory npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
TencentDB Agent Memory provides local-first fully local long-term memory capabilities for AI agents using a 4-tier progressive pipeline with no external API dependencies
Capability facts
- Languages
- typescript
Source: github.language · Aug 23, 2026
Categories
Tags
README
Installation
Start all three services in one go (memory-core + memory-hub + proxy):
git clone https://github.com/Tencent/TencentDB-Agent-Memory.git
cd TencentDB-Agent-Memory/deploy/global-images
cp .env.example .env
$EDITOR .env # Fill in two sets of LLM parameters (memory group + proxy group)
./start-all.sh # Launch everything with one command; when finished, it prints a one-liner you can paste directly into Claude
Open the panel: http://localhost:8125.
Complete installation documentation (standalone Memory Hub deployment, Proxy + Claude Code / CodeBuddy usage, stop and cleanup, port reference, etc.) is available in INSTALL.md (中文: INSTALL_CN.md).
For agents
This page has a .md twin and JSON over the API.