Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Vector, graph, episodic, and hybrid memory architectures for persistent agent co
- [**MemSkill**](https://github.com/ViktorAxelsen/MemSkill) - Learning and evolving memory skills for self-evolving agents. Meta-memory that determines what to extract, remember, and forget. by [@ViktorAxelsen](https://github.com/ViktorAxelsen) (462 stars)
- [**TeleMem**](https://github.com/TeleAI-UAGI/telemem) - High-performance drop-in Mem0 replacement. 19% higher accuracy, 43% fewer tokens, and 2.1x speedup via narrative dynamic extraction. by [@TeleAI-UAGI](https://github.com/TeleAI-UAGI) (454 stars)
- [**Awesome-Agent-Memory**](https://github.com/TeleAI-UAGI/Awesome-Agent-Memory) - Curated systems, benchmarks, and papers on memory for LLMs/MLLMs -- long-term context, retrieval, and reasoning. by [@TeleAI-UAGI](https://github.com/TeleAI-UAGI) (394 stars)
- [**Dakera**](https://github.com/Dakera-AI/dakera-mcp) - Persistent, decay-weighted vector memory MCP server for AI agents. 83 MCP tools for store, recall, hybrid BM25+vector search, knowledge graphs, and cross-agent memory sharing. Built in Rust. by [@Dakera-AI](https://github.com/Dakera-AI) (0 stars)
<!-- /AUTOGEN:memory -->

## Agent-to-Agent Protocols
Expand Down
18 changes: 16 additions & 2 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@
{
"name": "ChatLab",
"repo": "ChatLab/ChatLab",
"description": "Rediscover your social memories with local, AI-powered analysis. 本地化的聊天记录分析工具,通过 AI Agent 回顾你的社交记忆。",
"description": "Rediscover your social memories with local, AI-powered analysis. \u672c\u5730\u5316\u7684\u804a\u5929\u8bb0\u5f55\u5206\u6790\u5de5\u5177\uff0c\u901a\u8fc7 AI Agent \u56de\u987e\u4f60\u7684\u793e\u4ea4\u8bb0\u5fc6\u3002",
"category": "memory",
"maintainer": "ChatLab",
"tags": [
Expand Down Expand Up @@ -1345,5 +1345,19 @@
"codex"
],
"stars": 2742
},
{
"name": "Dakera",
"repo": "Dakera-AI/dakera-mcp",
"description": "Persistent, decay-weighted vector memory MCP server for AI agents. 83 MCP tools for store, recall, hybrid BM25+vector search, knowledge graphs, and cross-agent memory sharing. Built in Rust.",
"category": "memory",
"maintainer": "Dakera-AI",
"tags": [
"production-ready",
"mcp",
"knowledge-graph",
"open-source"
],
"stars": 0
}
]
]