get_learning_signals
Retrieve historical learning signals to analyze agent performance, including success rates by action type and top skills, to identify strengths and weaknesses for improvement.
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 |