memory_get
Retrieve previously stored memory by key. Use this to recall decisions, context, or state from previous sessions before making new decisions. Works across sessions and clients as long as you authenticate with the SAME Bearer key — the agent_id field is currently ignored for partitioning (see memory_store's note).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key to retrieve | |
| agent_id | Yes | Accepted but not currently used to partition storage — memory is namespaced by your Bearer key. |