search_memories
Search agent memories with semantic matching. Use a query to find relevant memories via vector similarity or text fallback.
Instructions
Semantic search across agent memories. Returns memories matching the search query using vector similarity (when available) or text ILIKE fallback. Requires Professional tier or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 10, max 50). | |
| query | Yes | Search query to match against memory keys and values. |