An intelligent self-improvement system for OpenClaw agents that analyzes conversation quality and continuously optimizes performance.
clawhub install self-improving-agent
The skill automatically analyzes conversations after each session.
from self_improving import SelfImprovingAgent
sia = SelfImprovingAgent()
sia.log_improvement("Need to be more concise in technical explanations")
report = sia.generate_weekly_report()
print(report)
| Setting | Default | Description |
|---|---|---|
| --------- | --------- | ------------- |
| improvement_log | ./improvement_log.md | Learning log file |
| soul_file | ./SOUL.md | Personality anchor file |
| auto_analyze | true | Auto-analyze conversations |
Works best with:
memory-manager: For tracking improvement historyMIT License - Help agents get better every day!
共 1 个版本