get_learning_signals
Retrieve historical learning signals and summary stats to evaluate agent success, skill effectiveness, and bot activity. Identify strongest and weakest performance areas to guide improvements.
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 |