Universal memory runtime for AI agents — episodic, semantic, and procedural memory.
| Tool name | Description | Destructive? |
|---|---|---|
| pensyve_recall | Search memories using hybrid semantic + BM25 fusion with RRF ranking | ✓ no |
| pensyve_remember | Store a fact about a named entity as semantic memory | ✓ no |
| pensyve_episode_start | Begin tracking an interaction episode with named participants | ✓ no |
| pensyve_episode_end | Close an episode and extract memories | ✓ no |
| pensyve_forget | Delete all memories for an entity | ✓ no |
| pensyve_inspect | List all memories stored for an entity | ✓ no |
| pensyve_status | Namespace info, memory counts, and connection health | ✓ no |
| pensyve_account | Plan, usage, and quota information | ✓ no |