memory_remember
Store text into a per-wallet semantic index for later recall by meaning. Returns an ID for similarity-based retrieval.
Instructions
[$0.003/call, wallet required] Store a piece of text for later similarity recall - a per-wallet semantic index an agent cannot host in-session. Returns an id. Pair with /api/memory/recall to retrieve by meaning, not exact key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Optional JSON metadata stored alongside | |
| text | Yes | Text to remember (max 8KB) | |
| owner | No | Optional 0x namespace (requires a readwrite grant) |