search_memories
Search short-term memories using natural language questions. Retrieve relevant past decisions, context, or previously discussed topics by semantic meaning, not just keywords.
Instructions
Semantic search across short-term memories in demo.memories using Jina embeddings. Finds memories by meaning, not just keywords — ask a natural language question and get the most relevant matches. Use this to recall past decisions, find related context, or check if something was already discussed recently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query. Describe what you are looking for — semantic matching finds relevant results even without exact keywords. | |
| limit | No | Maximum number of results to return | |
| source | No | ||
| unexpired_only | No | When true (default), exclude expired memories from results | |
| min_similarity | No | Minimum cosine similarity threshold for results (range -1 to 1). Higher values return fewer but more relevant matches. | |
| scope | No | Search scope: "this_body" searches only the current profile, "all_bodies" searches across all personas. | this_body |
| agent_body | No | Filter results to a specific persona/body (e.g. "coco", "toto") | |
| environment | No | Filter results to a specific environment (e.g. "production", "staging") |