Self-Improving Agent
Auto-learn from mistakes, track errors and corrections, and improve over time.
Usage
/self-improving-agent record-error <error_description> fix: <correction>
/self-improving-agent analyze-patterns
/self-improving-agent suggest-improvements
/self-improving-agent show-history [--limit N]
/self-improving-agent clear-history
Actions
| Action | Description |
|---|---|
record-error |
Record an error with its correction for future learning |
analyze-patterns |
Analyze recorded errors for recurring patterns |
suggest-improvements |
Generate improvement suggestions based on history |
show-history |
Display recorded error/correction history |
clear-history |
Clear all recorded history |
Examples
- Record a bug fix:
/self-improving-agent record-error "null pointer in user service" fix: "added optional chaining" - View patterns:
/self-improving-agent analyze-patterns - Get tips:
/self-improving-agent suggest-improvements