search_memory
Search team knowledge to recall past decisions, patterns, and discussions before proposing architecture or making changes.
Instructions
Search team knowledge before proposing architecture, creating files, refactoring, or answering "how should we..." questions.
Also search when the user says: "we decided", "last time", "previously", "remember when", "what's our pattern for".
Returns compact index (~30 tokens/result). Use get_memories to fetch full content for relevant IDs only (not all results). Optionally filter by repo name, agent_id, and/or date range (after/before as ISO 8601 strings, e.g. "2025-01-01").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| repo | No | ||
| agent_id | No | ||
| after | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |