Mem0 Pi Agent Plugin (v0.1.3)
New Features:
- Guaranteed retrieval: Memories relevant to each prompt are now prefetched and injected as a
<mem0-relevant-memories>block before the agent runs, so context no longer depends on the agent remembering to search. Context injection is on by default; setcontextInjection: falseto disable.
Improvements:
- Multi-hop retrieval: The memory policy and the
mem0_memorytool description now push proactive, multi-hop search -- several queries with different phrasings instead of stopping after one. - Clearer tool schema: The
mem0_memoryaction and parameter descriptions (action,query,content,memory_id,scope) now explain each action and scope.