Skip to main content

Module memory_port

Module memory_port 

Source
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§

MemoryEntry
A single memory record.

Traits§

MemoryPort
Agent memory: recent window + durable history.