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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
TM

TencentCloud/TencentDB-Agent-Memory

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.

stars
22k
Language
TypeScript
GitHub
Source and compliance noteLast synced: Aug 16, 2026

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.

Original GitHub sourceMethodologyEditorial Policy

Overview

TencentDB Agent Memory is a team-level memory hub for AI Agents that transforms conversations, documents, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph). It provides a governed, shared memory layer that is framework-agnostic, enabling agents to accumulate and reuse experience across sessions and teams, reducing repetitive work and improving efficiency.

Installation

git clone https://github.com/Tencent/TencentDB-Agent-Memory.git && cd TencentDB-Agent-Memory/deploy/global-images && cp .env.example .env && $EDITOR .env && ./start-all.sh

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.

What you can build

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.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

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.

Analyzed by Git-Stars - 8/1/2026