Switch language한국어
Back to the list

Tencent Open-Sources TencentDB Agent Memory: A 4-Tier Local Memory Pipeline for AI Agents

TL;DR AI

Key summary

2 min read
  1. Tencent open-sourced TencentDB Agent Memory under the MIT license for AI agents.

  2. It uses a four-level hierarchy—Conversation, Atom, Scenario, and Persona—plus symbolic short-term memory to reduce context bloat.

  3. The system runs locally on SQLite with sqlite-vec and supports hybrid BM25 plus vector retrieval.

  4. Tencent says internal tests showed better success rates and lower token usage on multiple benchmarks.

  5. It also integrates with OpenClaw and Hermes Agent, making it easier to plug into existing agent stacks.

Read the original