Run Managed Lesson Agent
run_managed_lesson_agentProcess accumulated feedback to generate inference rules and lessons, using LLM or heuristics, to stop repeated agent mistakes.
Instructions
Run the LLM-powered lesson inference and rule generation agent over accumulated feedback. Requires ANTHROPIC_API_KEY for LLM mode; falls back to heuristics if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max feedback entries to process (default: 20) | |
| model | No | Override the Claude model (default: claude-haiku-4-5) | |
| dryRun | No | Preview what would be written without persisting |