Run Self Distill
run_self_distillAnalyze recent agent conversation logs to detect success and failure signals, then persist improvement lessons automatically, eliminating the need for human feedback.
Instructions
Run the self-distillation agent to auto-evaluate recent agent sessions and generate improvement lessons without human feedback. Reads conversation logs, detects success/failure signals, and persists lessons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, analyzes but does not persist lessons | |
| limit | No | Max conversation logs to process (default 20) | |
| model | No | LLM model to use for analysis (requires ANTHROPIC_API_KEY) |