get_learning_signals
Retrieve historical learning signals with optional summary statistics to analyze agent performance, identify strengths and weaknesses, and drive improvement priorities.
Instructions
Retrieve and analyze historical learning signals from state/learning_signals.jsonl. Returns signals with optional summary statistics: success rate by action type, top skills by effectiveness, bot activity, average ratings. Use to identify where agent performance is strongest/weakest and drive improvement priorities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | Filter by bot name (MNQ, CL, MES, NQ) | |
| limit | No | Max signals to return (most recent first) | |
| outcome | No | ||
| summarize | No | Include summary statistics | |
| min_rating | No | ||
| action_type | No | Filter by action type |