Skip to main content

Module in_memory

Module in_memory 

Source
Expand description

In-memory substrate โ€” ephemeral, substring-matching memory.

Phase 1 implementation. Uses HashMap for key-value and Vec for fragment storage. Recall uses case-insensitive substring matching (NOT semantic similarity โ€” that requires TruenoMemory in Phase 2).

Structsยง

InMemorySubstrate
In-memory substrate (ephemeral, no persistence).