Memnex
未认领Cross-channel permanent memory for AI agents
agent-memory-servermcp-serversmemory-management
安装
$
pip install memnex工具(5 个)
memory_forget
GDPR purge. Wipes Redis, Postgres, Qdrant, and pending events for the user.
memory_read
Fetch formatted memory context for one user, sized to a token budget.
memory_search
Semantic search over a single user's memories.
memory_trace
Given a draft agent reply, return the source memories that could have produced it. Empty hits suggests a hallucination.
memory_write
Store one or more structured facts about the user. Pydantic-validated. No LLM on the hot path.