retrieve_from_memory
Retrieve knowledge from memory by query, with optional tag filtering and result limit. Returns matching entries for use by agents.
Instructions
メモリから知識を検索する。
Args: query: 検索クエリ tags: フィルタリングするタグ(オプション) limit: 最大結果数 caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 検索結果(success, entries, count)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| query | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||