Releases: muippt/mu-self-evolve
Releases · muippt/mu-self-evolve
Release list
mu-self-evolve v3.0.0
mu-self-evolve v3.0.0
AI Agent 持续进化系统 — 每日经验沉淀 + 每周错误反思
Highlights
- 🔍 VFM Deterministic Verification — Script-based verification of experience rules before promotion (recurrence, cross-task scope, resolution rate)
- 🪶 Score + Decay Eviction — 30-day half-life formula replaces naive line-count truncation
- 🏷️ WHERE×WHY Pathology Keys — Structured error tagging (10 WHERE + 11 WHY tags, user-customizable)
- 🧪 Bias Audit — Defect injection test prevents silent eviction mechanism degradation
- 🛠️ Active Skill Synthesis — Auto-generates Skill drafts when ≥3 entries cluster in the same domain
- 📊 Cross-Environment Support — Auto-detects OpenClaw, Claude Code, or other environments
What's New
- VFM deterministic verification script (
vfm_verify.py) - Score + decay eviction script (
eviction_score.py) - Bias audit script (
bias_audit.py) - Environment auto-detection script (
env_detect.py) - Bilingual README (English + Chinese)
- Landing Page with warm-paper design
- GitHub Issue/PR templates
- CONTRIBUTING.md, CODE_OF_CONDUCT.md, CHANGELOG.md
Full Changelog
Initial public release.