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.
TM

TencentCloud/TencentDB-Agent-Memory

AI Agent

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.

22k Stars2.0k Forks592 Open Issues22k WatchersTypeScriptNOASSERTION
AI AgentLLM ToolData ToolUI FrameworkInfrastructure
Review Readiness

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

Needs license signal
Decision Snapshot

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.

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
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Limited

License is unknown and should be checked before commercial use.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • TypeScript teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

22k Stars

Reuse

2.0k Forks

Attention

22k Watchers

Maintenance

active

License

NOASSERTION

Open issues

592

Overview

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).

Tool Positioning

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

Quick Start
git clone https://github.com/Tencent/TencentDB-Agent-Memory.git && cd TencentDB-Agent-Memory/deploy/global-images && cp .env.example .env && ./start-all.sh
View on GitHub
Project Activity

80

Health Score

Active

Commit Activity

Apr 7, 2026

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+287

Today's growth

+3.8k

7-day growth

+12k

30-day growth

Aug 1, 2026Aug 16, 2026
Community Health
2.0k

Forks

592

Open

22k

Watchers

Owner
TM

TencentCloud

GitHub profile
Topics & Language
TypeScriptagentai-agentembeddingllmlocal-firstlong-term-memorymemoryopenclaw-pluginvector-search
Ecosystem & Usage
GitHub Repository Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

public-apis/public-apis

A collective list of free APIs

460k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k
License
NOASSERTION
CreatedApr 7, 2026
Last pushAug 15, 2026
Last syncedAug 16, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Full AI Analysis