Twitter/X

Tencent open-sourced TencentDB Agent Memory

Brief

The post by @dr_cintas highlights TencentDB Agent Memory, a self-hosted, open-source agent memory system (9,700+ stars) that persists across sessions without external vector DBs. It organizes memory as a readable semantic pyramid (L0→L3), registers Chat Memory/Skills/Wiki/CodeGraph as versioned, owned Memory Assets with ACLs and Fixed Binding, cutting tokens 61% and raising PersonaMem accuracy from 48% to 76%.

Why it matters

Tencent open-sourced TencentDB Agent Memory: a self-hosted, persistent agent memory system (9,700+ stars, 100% open source) that remembers users across sessions and avoids external vector DBs ("No Pinecone").

Key details

  • Reported performance: token usage reduced by 61% and PersonaMem accuracy improved from 48% to 76%; supports human-controlled asset sharing with private/team/ACL controls.
  • Data model and architecture: a readable semantic pyramid L0 Conversation → L1 Atom → L2 Scenario → L3 Persona; Memory Assets (Chat Memory, Skills, Wiki, CodeGraph) carry ownership, version, visibility and are bound to agents via Fixed Binding + ACL so Scout/Builder/Reviewer get tailored memories.
Source evidence

You can give any AI agent permanent memory without a chat-log warehouse 🤯

Tencent open-sourced TencentDB Agent Memory. It’s self-hosted and remembers you across every session.

No Pinecone. No re-explaining yourself.

  • Cuts tokens by 61%
  • PersonaMem accuracy: 48% → 76%
  • Human-controlled asset sharing (private / team / ACL)

Most tools crush your history into an opaque vector pile, so when recall misses, you’re left guessing. This one keeps a semantic pyramid you can actually read.

L0 Conversation → L1 Atom → L2 Scenario → L3 Persona.

Every asset carries ownership, a version, and a visibility scope. Chat Memory, Skills, Wiki, and CodeGraph are all registered as Memory Assets, then equipped to each agent through Fixed Binding + ACL - so your Scout, Builder, and Reviewer each get exactly the memory they need, nothing more.

Your agent team won't just remember - it'll get smarter with every task.

9,700+ stars. 100% open source.