Expand description
MemoryPort — two-tier agent memory (recent ring + persistent history).
Core defines the contract; substrate-memory provides ring-buffer and
composed implementations; store-sqlite may back the persistent tier.
Structs§
- Memory
Entry - A single memory record.
Traits§
- Memory
Port - Agent memory: recent window + durable history.