Advanced
The machinery under the mount — the AIStor Memory Bucket API that a cortex speaks, how aimem's verbs map onto it, and the cortex storage contract. For readers who want the wire-level view; nothing here is required to use aimem.
An agent reaches everything it needs through the mount and the aimem verbs,
so you never have to touch the wire API to use aimem. This section is for
readers who want the layer underneath: what a cortex is on the server, the
AIStor Memory API it speaks, and how each aimem command maps onto it.
Devin (Cognition)
Give a Devin session durable memory — a mount of a MinIO AIStor Memory Bucket (a cortex) the agent works in and remembers through, so its files and knowledge survive sandbox teardown and any host can resume.
Memory Bucket API
The AIStor Memory API a cortex speaks — the /_mem/v1 endpoints, the cortex storage contract, and how each aimem verb maps onto the wire API. A paid-tier AIStor feature.