pi-agent-v0.1.3

mem0ai/mem0pi-agent-v0.1.3Jul 1, 2026by whysosaket

AI Summary

Pi Agent Plugin update to guarantee memory retrieval context and improve multi-hop search capabilities.

Key Highlights

  • Guaranteed retrieval: memories are prefetched and injected before the agent runs
  • Improved multi-hop retrieval with proactive search
  • Clarified tool descriptions for better usability

New Features

  • Guaranteed retrieval context injection
  • Multi-hop retrieval improvements

Full Release Notes

## 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.