Search past memories semantically
search_memoriesTop-K semantic memory retrieval. Embeds the query via Cloudflare Workers AI (bge-small-en-v1.5, 384-dim) and asks the agents.search_memories RPC for the K closest rows by cosine distance. Use to recall past actions/observations/reflections relevant to a current situation; falls back gracefully (empty list) if no embeddings stored yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes |