Home etc Blogs Tencent Cloud Open Sources TencentDB Agent Memory v2.0

Tencent Cloud Open Sources TencentDB Agent Memory v2.0

0
3
TencentDB Agent Memory
TencentDB Agent Memory

TencentDB Agent Memory converts conversations, code, and documentation into secure, reusable assets that AI agents can safely share across teams.

Tencent Cloud released the stable 2.0.0 version of TencentDB Agent Memory on 3 August 2026. It is an open-source, team-level memory hub designed for AI coding agents to eliminate the need for repeating project context across separate sessions.

The system converts work outputs into four distinct, reusable memory assets: Chat Memory (interaction history), Skill (reusable procedures), LLM-Wiki (structured document pages), and Code-Graph (indexed code symbols and call relationships). The platform is MIT-licenced, self-hosted, and deployable via three multi-architecture Docker images (linux/amd64 and linux/arm64) using a single command.

The primary differentiator is its Access Control List (ACL) governance layer, which allows users to share what their AI agents learn with teammates without leaking information marked as private. Chat Memory is processed asynchronously from raw conversations (L0) into distilled layers, namely L1 Atom, L2 Scenario, and L3 Core/Persona, to provide fast context bootstrapping without overcrowding the LLM context window.

When specific facts are required, the system employs a combination of BM25, vector retrieval, and Reciprocal Rank Fusion (RRF) constrained by strict budget caps on item count and characters. The platform includes a Memory Proxy supporting both Anthropic and OpenAI protocols, alongside official SDKs for Python and TypeScript.

The 2.0 update introduces scheduled CodeGraph synchronisation, forced archiving for Skills, system-admin asset management, bilingual panel switching, and a “Cost Guard” feature that routes tasks to cheaper models for specific agents. Tencent Cloud self-reported that the system increased PersonaMem accuracy from 48 per cent to 76 per cent, representing a 59 per cent relative improvement.

Previous articleOffline Translator Runs AI on Raspberry Pi
Jiya Jay Singh is a Technology Journalist at Open Source For You, covering open-source software, AI, developer tools, and emerging technologies. With a background in media research and computer applications, she brings technical knowledge and engaging storytelling to her work.

LEAVE A REPLY

Please enter your comment!
Please enter your name here