Run local-first memory search using the cached index.
1) Update the index if needed:
scripts/index-memory.py
2) Search the index with the user query:
scripts/search-memory.py "<query>" --top 5
Return the top hits with their paths and headers. Summarize briefly if needed.
共 1 个版本