pi-recollect
v1.0.20
Published
Persistent memory extension for Pi — semantic search, knowledge compounding, session continuity
Readme
pi-recollect
Persistent memory extension for Pi coding agents.
Features
- Memory Store - SQLite-backed persistent memory
- Semantic Search - FTS5/BM25 search across memories
- Session Continuity - Continue from where you left off
- Knowledge Compounding - Store lessons learned
- Graph Memory - Hash-based graph relationships
- Memory Decay - Age out old memories
- Context Saving - Save context between sessions
- Session Isolation - Separate memories per session
Install
pi install npm:pi-recollectQuick Start
Store Memory
/memory store "Important: Use auth middleware for /api routes"Search Memory
/memory search authenticationRecall Context
/memory recallList Memories
/memory listCommands
| Command | Description |
|---------|-------------|
| /memory | Memory main command |
| /memory store | Store new memory |
| /memory search | Search memories |
| /memory recall | Recall context |
Verify
pi listLicense
MIT
