騰訊雲開源 TencentDB Agent Memory v2.0:專為 AI 編碼代理打造的團隊級記憶中樞
Tencent Cloud has open-sourced TencentDB Agent Memory v2.0, a team-level memory hub for AI agents.The idea is super simple: if project context was already explained once, a new session should not need it repeated.
The system turns conversations, documents and code into four reusable memory assets — Chat Memory, Skill, LLM-Wiki and Code-Graph — that are versioned, permissioned and equipped to specific agents.Single-agent memory is not new.
What is new here is the governance layer, which lets a teammate’s agent read what your agent learned, without leaking anything you marked private.The stable 2.0.0 release is published on August 3, 2026.Is it deployable?Yes, it is deployable.TencentDB Agent Memory is MIT-licensed and self-hosted.
Three Docker images published to Docker Hub start with one command, and multi-arch builds cover linux/amd64 and linux/arm64.Which companies: Solo builders and small engineering teams get the most value now.The project explicitly targets the one-person company.
Mid-size orgs with a platform or DevEx function can run it as shared infrastructure.Large regulated enterprises should pilot rather than standardize, because private-repo CodeGraph and automated memory routing are still being refined.
Industries: Software and developer tooling, SaaS, fintech, consulting and agencies, plus any regulated team that needs memory to stay inside its own network.
Applications: Onboarding a new agent to an existing codebase, impact analysis before refactoring, release checklists, incident runbooks, code review standards, and turning product docs into agent-readable pages.
Four memory assets The system converts work into four asset types: Chat Memory retains preferences, facts, decisions and interaction history.Skill distills reusable procedures from completed tasks, carrying versions, resource files, trigger boundaries, execution steps and validation rules.
Wiki turns documents into structured pages with a link graph, an approach informed by Andrej Karpathy’s LLM-maintained knowledge base idea.CodeGraph indexes symbols, files, call relationships and impact paths.
All four register uniformly as Memory Assets, so ownership, version, status and visibility behave identically across them.Layered distillation, budgeted retrieval Chat Memory is not flat.Conversations save as L0, then an async pipeline refines them into L1 Atom, L2 Scenario and L3 Core/Persona.
Retrieval is layered too.L2 and L3 provide a fast context bootstrap.When specific facts are needed, BM25 plus vector retrieval plus RRF falls back to L1 and L0.Results are capped by item count, character budget and timeout, so memory does not crowd out the context window.
Governance is the actual differentiator Standard RAG answers what can be found.The Hub also answers who may use it, which version is valid, and which agent receives it.Visibility runs private, team and restricted, with agent for targeted equipping.
Per the README, private is owner-only, not readable even by team admins.New Chat Memory and Skills default to private, making sharing an explicit action.Memory Hub uses fixed binding plus ACL: narrow by team, user, agent and visibility first, then retrieve.
Wiring agents in Memory Proxy speaks both Anthropic and OpenAI protocols, exposing /claude-code//v1/messages and /v1/chat/completions.On the first turn, sessionInit uses Claude Code’s native AskUserQuestion tool to pick team, agent and task.
Every subsequent turn injects that agent’s L2/L3 memory, matched skills and knowledge into the system prompt before forwarding upstream.Default ports are 8420 for Memory Core, 8125 for the panel, 8424 for the knowledge service and 8096 for the proxy, per INSTALL.md.
Official SDKs ship for TypeScript and Python.Supported integrations are OpenClaw, Hermes, Claude Code, CodeBuddy and direct SDK use.The 2.0.
0 release adds Skill forced archiving, scheduled CodeGraph repository sync, system-admin asset management, English/Chinese panel switching, and a Cost Guard that assigns cheaper models to specific agents.
Reported results It reports PersonaMem accuracy rising from 48% to 76%, a 59% relative improvement.That figure is self-reported, and no independent reproduction has been published.Key Takeaways MIT-licensed, self-hosted, one-command Docker deploy — no vendor API dependency.
Four asset types replace chat logs: Chat Memory, Skill, Wiki, CodeGraph.L0→L3 distillation with BM25 + vector + RRF retrieval under strict budget caps.ACL-governed sharing is the real differentiator over standard RAG.PersonaMem 48%→76% is self-reported; private-repo CodeGraph is unfinished.
Check out the GitHub repository, CHANGELOG, INSTALL.md, and Knowledge OpenAPI.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents appeared first on MarkTechPost.
Related
相關文章

一文看懂昇騰超節點:AI Infra已進入系統工程階段
(公眾號:zhidxcom) 作者 | 陳駿達 編輯 | 漠影 AI大模型競賽,正在進入新的量級。海外,十萬億參數的大模型已經逐步變成現實;國內,數萬億參數的大模型也在加速追趕。為了訓出真正的SOTA模型,算力集群從萬卡走向10萬卡已成為標配。 然而,一個尷尬的現實是:卡越堆越多,真正被利用起來的算力,卻沒有同步增長。華為的仿真數據顯示,在10萬卡集群中,卡間通信可能消耗了40%以上的訓練時間,算力利用率(MFU)往往不到30%。也就是說,大量昂貴的算力,並沒有真正用於計算。
AWS Strands Agents 團隊發布 Strands Harness:開源代理框架,Token 成本降低 28%,準確度相當
Many developers find that an agent idea works inside Claude Code or Codex, then struggles once they rebuild it with their own loop. The Strands Agents team at AWS is targeting that gap with Strands harness, a fully assembled, general-purpose agent harness.

OpenAI自曝6起事故:AI安全的第一份"審計報告"由誰簽字?
舒澤品牌手記2026.09.21 18:11 · 來自浙江全文4308字00:00 / 12:47當安全事件變成定期披露,AI公司就從"出了大事再解釋"轉向"持續被審計"。文 | 舒澤品牌手記9月16日,OpenAI在官網掛出6份模型異常行為報告。

Gemini"越獄"入侵三家企業:谷歌壓了兩個月,四巨頭栽在同一家35人公司手裡
AI唱反調2026.09.21 18:02 · 來自北京全文2381字四起事故連起來看,真正的主角已經不是某一家模型,而是整個行業的安全評測體系。文 | AI唱反調AI圈最魔幻的劇情出現了:OpenAI、Anthropic、Meta、谷歌,四巨頭的模型越獄事故,測試方是同一家公司。

Anew labs,“蒸餾”的行家
醫曜2026.09.21 18:00 · 來自北京全文2781字00:00 / 08:07首款自研藥AN5162,me-too了Dice/禮來。文 | 醫曜AI圈如今言必稱"蒸餾"。蒸餾現有知識,蒸餾競爭對手,蒸餾員工技能,無物不可蒸餾。醫藥圈很少說蒸餾。但這個行業有一個耳熟能詳、讓人稍微有點不屑、卻又必須面對的詞——me-too:copy對手的骨架,在對手專利之外尋求突破。copy得好,是me-better,甚至是me-best(Best-in-Class);copy失敗呢?那就me-worse嘍。

Anthropic與字節扎堆AI製藥,下一個Coding風口卡在了數據這道坎上
Anthropic一邊自建溼實驗室,用來測試自家模型指揮生物實驗的能力,一邊牽手諾和諾德、百時美施貴寶,並把Coefficient Bio收入囊中;字節跳動分拆出來的新生實驗室也完成了首輪融資。被寄予厚望的AI,當下主要作用在把新藥早期研發的輪子轉得更快——壓縮候選分子的搜索空間和實驗迭代時間,但真正燒錢又耗時的臨床試驗環節卻難同步縮短,早期命中率提上來,並不等於臨床成功率就跟著漲。