TencentDB Agent Memory

An agent memory engine open-sourced by Tencent Cloud under MIT. It works on two fronts. Short term, full tool logs are offloaded to side files and all that stays in context is a task map written in Mermaid syntax; every node carries an id, and the agent drills back down to the raw text whenever it needs to check a detail. Long term, four tiers running from raw to synthetic: the conversation, the isolated fact (preference, constraint, event), the scenario filed per project, then the stable persona. Storage defaults to local, SQLite with its vector extension, with no external API call required.

Strengths

Limitations

Best for

View on Coeurdar