docs.rs failed to build rsclaw-store-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Storage layer: redb (hot KV) + tantivy (BM25 FTS) + hnsw_rs (vector).
Hot path — redb: session meta, messages, pairing, KV. FTS path — tantivy: BM25 full-text search over document corpus. Cold path — hnsw_rs + BGE-Small: semantic vector memory (see agent::memory).
Architecture: AGENTS.md §8 "Storage Architecture" + §31 "Memory System"