zeroclaw/src/memory
argenis de la rosa 8c074870a1 fix(memory): replace redundant closures with function references
Clippy flagged `.map(|s| chrono::DateTime::parse_from_rfc3339(s))` as
redundant — use `.map(chrono::DateTime::parse_from_rfc3339)` directly.
2026-03-21 07:46:34 -04:00
..
backend.rs feat(memory): add mem0 (OpenMemory) backend integration (#3965) 2026-03-20 18:22:44 -04:00
chunker.rs perf: eliminate unnecessary heap allocations across agent loop, memory, and channels 2026-02-19 07:06:27 -08:00
cli.rs chore(fmt): apply rustfmt after main rebase 2026-02-21 12:09:06 +08:00
consolidation.rs fix(agent): prevent duplicate tool schema injection in XML dispatcher (#3744) 2026-03-16 18:38:44 -04:00
embeddings.rs fix(memory): add openrouter as recognized embedding provider 2026-02-19 15:10:25 -05:00
hygiene.rs Addressed clippy lint issues 2026-03-10 01:48:19 -04:00
knowledge_graph.rs feat(knowledge): add knowledge graph for expertise capture and reuse (#3596) 2026-03-17 01:11:29 -04:00
lucid.rs fix(memory): replace redundant closures with function references 2026-03-21 07:46:34 -04:00
markdown.rs fix(memory): replace redundant closures with function references 2026-03-21 07:46:34 -04:00
mem0.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
mod.rs feat(memory): add mem0 (OpenMemory) backend integration (#3965) 2026-03-20 18:22:44 -04:00
none.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
postgres.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
qdrant.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
response_cache.rs feat(cache): wire two-tier response cache, multi-provider token tracking, and cache analytics 2026-03-16 12:44:48 -04:00
snapshot.rs fix(build): complete strict lint and test cleanup (replacement for #476) 2026-02-18 00:18:54 +08:00
sqlite.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
traits.rs feat(memory): add time range filter to recall (since/until) 2026-03-21 07:46:34 -04:00
vector.rs fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00