Skip to content

Mem0 Pi Agent Plugin (v0.1.3)

Choose a tag to compare

@whysosaket whysosaket released this 01 Jul 16:57
f2532f0

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; set contextInjection: false to disable.

Improvements:

  • Multi-hop retrieval: The memory policy and the mem0_memory tool description now push proactive, multi-hop search -- several queries with different phrasings instead of stopping after one.
  • Clearer tool schema: The mem0_memory action and parameter descriptions (action, query, content, memory_id, scope) now explain each action and scope.