騰訊雲開源 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.
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/<spaceId>/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
相關文章

曝字節訓10億參數大模型,或超Mythos 5,張一鳴、梁汝波先後發聲
字節跳動正在訓練一個參數量高達10萬億的AI模型,規模可能超越Anthropic的Mythos 5。創辦人張一鳴在內部會議中強調編程的關鍵地位,並反對模型蒸餾,認為這只能複製而非超越對手。字節跳動在AI領域持續加大投入,同時在產品端與訓練端採取雙線進攻策略。

AI 需求擠爆雲計算,消息稱 AWS 要求工程師關閉閒置服務器減少資源浪費
因AI需求導致算力緊缺,亞馬遜AWS要求工程師關閉閒置的EC2實例,以減少資源浪費。數據顯示約65%的EC2實例在30天內平均CPU利用率低於20%,AWS因此升級計算優化器自動標記低使用率虛擬機。此外,AWS過去一年新增3.8吉瓦電力容量,仍難以應對GPU雲端實例的龐大需求。
使用 NVIDIA NeMo Retriever、託管 NIM、LanceDB、重新排序與基於事實生成建立多模態 RAG 管線
在本教學中,我們將使用 NVIDIA NeMo Retriever 建立一個先進的多模態檢索增強生成管線。首先設定 Python 3.12 環境、安裝必要套件,並在無需 GPU 或外部 API 金鑰的情況下進行離線 PDF 文字提取。接著,我們透過託管的 NVIDIA NIM 端點來偵測頁面元素、提取表格、圖表與資訊圖形、產生稠密向量嵌入,並將處理後的內容儲存至 LanceDB。最後,我們實作了稠密檢索、視覺語言重新排序、後設資料過濾搜尋、附行內引用的基於事實回應生成,以及輕量級的 recall-at-k 評估,以驗證跨多模態文件內容的檢索品質。
NVIDIA AI 推出 NOOA:將 AI 代理轉化為單一 Python 類別的物件導向框架
NVIDIA 實驗室開源了 NOOA(NVIDIA 物件導向代理),這是一個與模型無關的 Python 框架,用於建構 AI 代理。傳統的代理開發分散在提示模板、工具架構、回呼程式碼和工作流程圖中,而 NOOA 將所有這些整合到一個 Python 類別中:方法代表模型可採取的動作,欄位代表代理狀態,文件字串作為提示,型別註解則是執行時期強制執行的合約。主體為「...」的方法由 LLM 驅動的迴圈在執行時期完成,而具有正常主體的方法則保持確定性的 Python 程式碼。開發者與模型因此共享同一介面,使代理行為能像一般軟體一樣進行測試、追蹤、重構和版本控制。NVIDIA 報告在 SWE-bench Verified 上達到 82.2%,在 CyberGym L1 上達到 86.8%,平均 RHAE 為 85.1%。

六巨頭定AI插件新標準,撞臉Claude,Anthropic沒上桌
六大科技巨頭(AWS、Anysphere、GitHub、微軟、OpenAI、Vercel)聯合發布AI智能體插件統一開放規範Agent Plugins 1.0.0,旨在統一插件打包格式,減少開發者重複勞動。該規範的結構與Anthropic的Claude Code插件系統高度相似,但Anthropic並未參與制定,而是繼續經營自己的封閉生態。

DeepSeek重啟融資,三年市值對齊騰訊?
DeepSeek重啟第二輪融資,以5000億元人民幣估值尋求籌集80億美元,但網傳一份由小型醫藥私募發起的專項基金募資材料引發網友質疑,後經DeepSeek員工證實部分數據屬實。該公司近期宣布API大幅漲價,可能打破其以低價換規模的估值邏輯,面臨客戶流失風險。市場關注其能否從「價格屠夫」轉型為價值提供商,以及三年內市值能否對齊騰訊等巨頭。