search_memories
Search semantic memories of an AI agent to retrieve past experiences ranked by similarity. Use this to find specific interactions with adjustable threshold and limit.
Instructions
Semantic search across an Anima's memories. Returns memories ranked by similarity to your query. Use this when you want to find specific past experiences or interactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| anima_id | No | ||
| limit | No | Max results (default: 10) | |
| threshold | No | Min similarity 0-1 (default: 0.7) |