Close Menu
    Facebook X (Twitter) Instagram
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Facebook X (Twitter) Instagram
    Deep Tech Ledger
    • Home
    • Crypto News
      • Bitcoin
      • Ethereum
      • Altcoins
      • Blockchain
      • DeFi
    • AI News
    • Stock News
    • Learn
      • AI for Beginners
      • AI Tips
      • Make Money with AI
    • Reviews
    • Tools
      • Best AI Tools
      • Crypto Market Cap List
      • Stock Market Overview
      • Market Heatmap
    • Contact
    Deep Tech Ledger
    Home»AI News»Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents
    Tencent Cloud Open-Sources TencentDB Agent Memory v2.0: A Team-Level Memory Hub for AI Coding Agents
    AI News

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

    August 8, 20264 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email
    Customgpt


    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.

    changelly

    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

    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.



    Source link

    binance
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    CryptoExpert
    • Website

    I’m someone who’s deeply curious about crypto and artificial intelligence. I created this site to share what I’m learning, break down complex ideas, and keep people updated on what’s happening in crypto and AI—without the unnecessary hype.

    Related Posts

    Solving the solvent problem | MIT News

    August 7, 2026

    Meta enters the AI coding wars with Muse Spark 1.2 and Muse Code with persistent async background agents

    August 6, 2026

    Pixel-Native RAG: A Practical Guide to Visual Document Indexing

    August 5, 2026

    Alexander Rakhlin named director of the MIT Statistics and Data Science Center | MIT News

    August 4, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    frase
    Latest Posts

    2026 मा कुन AI Tool चलाउने? Beginner देखि Professional सम्म Full Guide | AI series – Part 2

    August 7, 2026

    XRP Ledger Sponsored Fees Proposal Could Make XRP Less Visible To Some Users

    August 7, 2026

    Ethereum ETFs Cross $10.86 Billion in Net Inflows Since Launch

    August 7, 2026

    Fierce Backlash to Ethereum’s EIP-8363 Staking Proposal

    August 7, 2026

    ‘Bitcoin Doesn’t Need CLARITY:’ Michael Saylor Responds to Bill’s Delay

    August 7, 2026
    synthesia
    LEGAL INFORMATION
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Top Insights

    Recent Binance Updates, Top SOL and DOGE Forecasts, and More: Bits Recap August 7

    August 8, 2026

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

    August 8, 2026
    kraken
    Facebook X (Twitter) Instagram Pinterest
    © 2026 DeepTechLedger.com - All rights reserved.

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