query
Search an agent's memory, knowledge, and identity to find relevant information using natural language queries. Results are ranked by semantic similarity.
Instructions
Search an Anima's brain across memories, knowledge, and identity. Returns relevant results ranked by semantic similarity to your query. Use this for general questions about what the Anima knows or remembers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query to search the Anima's brain | |
| anima_id | No | Anima ID (optional, uses default if not set) | |
| sources | No | Which layers to search (default: all) | |
| max_tokens | No | Token budget for results (default: 2000) | |
| limit | No | Max number of results (default: 20) | |
| exclude_ids | No | IDs to exclude (for multi-turn dedup) |