Mem0
The memory layer for AI agents
🤖 Agent-friendly⭐ Featured
Pricing
freemiumCategory
MemoryAPI Available
✓ YesOpen Source
✓ YesDescription
为 Agent 提供长期记忆能力。Agent 可以跨会话记住用户偏好、历史决策、关系图谱,解决 LLM 无状态的根本问题。
💰 开源可自托管,云端有免费额度
🤖 Quick Start for Agents
# Get tool info via AgentDex API
curl https://www.agentdex.top/api/tools/mem0# Python quick start (Mem0 example)
from mem0 import Memory
m = Memory()
m.add("User prefers dark mode", user_id="user_123")
memories = m.search("preferences", user_id="user_123")📚 Docs: https://github.com/mem0ai/mem0
# Get this tool via AgentDex API
curl https://www.agentdex.top/api/tools/mem0