pattern_search
Search historical execution patterns using BM25 retrieval to find relevant success or failure patterns from past tasks. Use this before complex tasks to benefit from past experience.
Instructions
Search historical execution patterns similar to a task description.
Uses BM25 retrieval to find relevant success/failure patterns recorded by agents in previous tasks. Use this before starting a complex task to benefit from past experience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Task description or keywords to match against | |
| top_k | No | Maximum number of patterns to return (default 3, max 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||