Expand description
Memory search and retrieval for RustyClaw.
Provides semantic-like search over MEMORY.md and memory/*.md files.
Current implementation uses keyword/BM25-style matching with temporal decay
for recency weighting. Embeddings can be added later for true semantic search.
Structs§
- Memory
Chunk - A chunk of text from a memory file with metadata.
- Memory
Index - Memory search index.
- Search
Result - A search result with relevance score.
Functions§
- read_
memory_ file - Read specific lines from a memory file.