Self Improving Agent

自动学习改进,记录错误和修正 - Auto-learn from mistakes, track errors and corrections, analyze patterns, and improve responses over time

chainlesschain 9e5c340 2 files · 30.4 KB Updated

File contents

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

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/self-improving-agent commit 9e5c3402b7

Frequently asked questions

npx skillmds@latest add chainlesschain/self-improving-agent