Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Practical lessons from deploying AI securely at scale

    August 8, 2026

    Trump Media Abandons Crypto Treasury, Prediction Market Ventures

    August 8, 2026

    Suriname moves to evict Mennonites and illegal Amazon settlers

    August 8, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Practical lessons from deploying AI securely at scale
    • Trump Media Abandons Crypto Treasury, Prediction Market Ventures
    • Suriname moves to evict Mennonites and illegal Amazon settlers
    • Pakistan, Saudi Arabia, Turkey Sign a Mutual Defense Pact
    • Trump blasts appeals court for halting White House ballroom construction, claiming decision is a ‘national security threat’ – live | Republicans
    • Appeals Court Upholds Block on Trump Ballroom Construction
    • They’re Battle-Tested Democrats. Do Voters Care?
    • Zohran Mamdani’s NYC Tech Team Is What DOGE Should Have Been
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, August 8
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 7, 2026 Artificial Intelligence No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    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


    Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

    agent Agents cloud Coding hub memory OpenSources TeamLevel Tencent TencentDB v2.0
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    NVIDIA AI Releases NOOA: An Object-Oriented Python Framework That Turns an AI Agent Into a Single Python Class

    PRISM2 model uses clinical dialogue to interpret pathology slides

    Building a Multimodal RAG Pipeline with NVIDIA NeMo Retriever, Hosted NIMs, LanceDB, Reranking, and Grounded Generation

    Why health AI interfaces must adapt to user expertise

    Alibaba tests new business model for Qwen open-source AI

    Cloudflare launches Kitesurf, a browser built for AI agents

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Practical lessons from deploying AI securely at scale

    August 8, 2026

    Trump Media Abandons Crypto Treasury, Prediction Market Ventures

    August 8, 2026

    Suriname moves to evict Mennonites and illegal Amazon settlers

    August 8, 2026

    Pakistan, Saudi Arabia, Turkey Sign a Mutual Defense Pact

    August 8, 2026
    Latest Posts

    Angela Rayner rules out rent controls in England

    July 24, 2026

    Merz names Nina Warken chancellery chief in Cabinet reshuffle – POLITICO

    July 24, 2026

    US attacks Iran as Houthis allow Chinese ships to pass: What’s the latest? | US-Israel war on Iran News

    July 24, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Practical lessons from deploying AI securely at scale

    August 8, 2026

    Trump Media Abandons Crypto Treasury, Prediction Market Ventures

    August 8, 2026

    Suriname moves to evict Mennonites and illegal Amazon settlers

    August 8, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.