Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph) that are governed, shared, and equipped across agents and frameworks.
This repository page is useful for visitors, but Git-Stars keeps it out of search indexing until more original evidence and comparison context are available.
85
review score
Problem solved
It solves the problem of agents repeatedly re-learning context, documents, and workflows in new sessions, which wastes tokens and time. Unlike simple conversation memory, it provides structured, reusable memory assets (skills, wikis, code graphs) that are shared across agents and frameworks, enabling team-level knowledge accumulation and cold-start from existing experience.
Deployment reality
The available setup signal starts with: git clone https://github.com/Tencent/TencentDB-Agent-Memory.git && cd TencentDB-Agent-Memory/deploy/global-images && cp .env.example .env && ./start-all.sh. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is NOASSERTION. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build AI agent teams that continuously learn and improve, with shared memory of user preferences, project context, and proven workflows. Use cases include automated code refactoring with awareness of legacy constraints, document-based Q&A systems that avoid re-reading, and multi-agent collaboration where each agent contributes to a growing knowledge base. The ceiling includes full lifecycle memory management, cross-framework portability, and integration with tools like Claude Code and OpenClaw.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
TencentCloud/TencentDB-Agent-Memory is tracked as a TypeScript project in the AI Agent, LLM Tool, Data Tool, UI Framework, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 22k total stars, with +0 today, +4.0k this week, and +13k this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 7 days ago, and the open issue queue is 592, about 2.69% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 2.0k forks and 22k watchers suggest how often the project is reused or followed. License signal: NOASSERTION. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 13k. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
LimitedLicense is unknown and should be checked before commercial use.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
22k Stars
Reuse
2.0k Forks
Attention
22k Watchers
Maintenance
active
License
NOASSERTION
Open issues
592
TencentDB Agent Memory is a system that gives AI agents persistent memory, allowing them to accumulate and reuse knowledge across sessions. It extracts chat memory, skills, and knowledge from documents and code, and provides a team memory hub for managing and sharing these assets.
Key Features
- Automatic extraction of Chat Memory and Skills from conversations and tasks, and conversion of documents and code into Wiki and CodeGraph. - Portable memory assets that are decoupled from agent frameworks, allowing sharing across multiple agents and team members. - A team memory panel for human control, including asset review, sharing, ownership, and access control (private, team, restricted).
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
LLM Tool
Libraries and tools for LLM apps, RAG, prompts, and evals
Data Tool
Databases, data pipelines, ETL, analytics, and vector search
UI Framework
Frontend frameworks, design systems, and interface libraries
Infrastructure
Cloud, deployment, networking, containers, and platform tooling
git clone https://github.com/Tencent/TencentDB-Agent-Memory.git && cd TencentDB-Agent-Memory/deploy/global-images && cp .env.example .env && ./start-all.sh80
Health Score
Active
Commit Activity
Apr 7, 2026
Created
Aug 15, 2026
Last push
+287
Today's growth
+3.8k
7-day growth
+12k
30-day growth
Forks
Open
Watchers
TencentCloud
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
public-apis/public-apis
A collective list of free APIs
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
EbookFoundation/free-programming-books
:books: Freely available programming books
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
It solves the problem of agents repeatedly re-learning context, documents, and workflows in new sessions, which wastes tokens and time. Unlike simple conversation memory, it provides structured, reusable memory assets (skills, wikis, code graphs) that are shared across agents and frameworks, enabling team-level knowledge accumulation and cold-start from existing experience.
Capabilities
Developers can build AI agent teams that continuously learn and improve, with shared memory of user preferences, project context, and proven workflows. Use cases include automated code refactoring with awareness of legacy constraints, document-based Q&A systems that avoid re-reading, and multi-agent collaboration where each agent contributes to a growing knowledge base. The ceiling includes full lifecycle memory management, cross-framework portability, and integration with tools like Claude Code and OpenClaw.
Bottom Line
This framework is ideal for teams and developers building multi-agent systems that need persistent, shared memory to avoid redundant work and accelerate onboarding. It is not suitable for simple single-session agents or those with strict data privacy requirements without additional safeguards. The key trade-off is the complexity of setting up and maintaining a memory infrastructure versus the long-term efficiency gains.