@openvole/paw-memory
v1.0.0
Published
Persistent memory Paw for OpenVole — markdown-based long-term and daily memory
Readme
@openvole/paw-memory
Persistent memory — markdown-based long-term and daily memory.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-memoryConfig
{
"name": "@openvole/paw-memory",
"allow": {
"env": ["VOLE_MEMORY_DIR"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| VOLE_MEMORY_DIR | Directory for storing memory files |
Tools
| Tool | Description |
|------|-------------|
| memory_read | Read a memory file (MEMORY.md or a daily log) |
| memory_write | Write or append to a memory file |
| memory_search | BM25 ranked search across memory files — returns results sorted by relevance with scores |
| memory_list | List all memory files with dates |
