Search local memory index (local-first). Use for /mem queries in Telegram.
Run local-first memory search using the cached index.
1) Update the index if needed:
```bash
scripts/index-memory.py
```
2) Search the index with the user query:
```bash
scripts/search-memory.py "<query>" --top 5
```
Return the top hits with their paths and headers. Summarize briefly if needed.
Leave a review
No reviews yet. Be the first to review this skill!