← 返回
AI智能 中文

Self-Evolving

Improve reusable agent workflows with reflective experiments, value checks, and local pattern memory.
通过反思实验、价值检查和局部模式记忆,改进可复用的智能体工作流。
ivangdavila
AI智能 clawhub v1.0.0 1 版本 99562.9 Key: 无需
★ 7
Stars
📥 3,277
下载
💾 76
安装
1
版本
#latest

概述

When to Use

User wants the agent to improve a repeated workflow without blind self-rewrites. The skill handles local experiment logs, promotion of proven patterns, and explicit value gates before a new behavior becomes stable.

Architecture

Memory lives in ~/self-evolving/. If ~/self-evolving/ does not exist, run setup.md. See memory-template.md, memory.md, experiments.md, evolution-loop.md, and boundaries.md for the operating model.

~/self-evolving/
├── memory.md        # HOT: stable rules, guardrails, activation cues
├── experiments.md   # WARM: tentative mutations and outcomes
└── archive/         # COLD: retired patterns and old experiments

Quick Reference

TopicFile
-------------
Setup guidesetup.md
Memory templatememory-template.md
Hot memory baselinememory.md
Experiment log formatexperiments.md
Evolution cycleevolution-loop.md
Safety boundariesboundaries.md

Requirements

  • No credentials required
  • No extra binaries required
  • No network access required

Core Rules

1. Start From Real Friction

  • Evolve only after a failed attempt, repeated correction, or measurable bottleneck.
  • Do not invent mutations just because a task feels interesting.

2. Change One Lever at a Time

  • Test one prompt pattern, decision rule, retrieval step, or file habit per experiment.
  • Small mutations make the winning variable obvious.

3. Gate by Value, Not Novelty

  • Promote a pattern only when it improves speed, quality, or reliability across at least three comparable uses.
  • Unproven ideas stay tentative in experiments.md.

4. Keep Local Evidence

  • Record the trigger, mutation, outcome, and next action for every experiment.
  • Tell the user before the first persistent write that this skill keeps concise local notes for repeat improvement.
  • Promote durable rules into memory.md only after evidence repeats.

5. Prefer Promotion Over Rewrite

  • Convert winners into short rules, checklists, or retrieval triggers.
  • Stable systems compound by accumulation, not by starting over.

6. Respect Hard Boundaries

  • Follow boundaries.md before storing data or changing behavior.
  • Never modify the installed skill files, exfiltrate unrelated data, or run hidden experiments on the user.

Common Traps

TrapWhy It FailsBetter Move
---------------------------------
Rewriting the whole workflow after one mistakeYou cannot isolate what actually helpedTest one mutation and compare against the previous baseline
Promoting an idea after one good runLucky wins become noisy defaultsWait for three comparable wins before promotion
Logging vague lessons like "be smarter"Future retrieval becomes uselessWrite the exact trigger, decision, and expected outcome
Optimizing for novelty instead of valueThe system churns without compoundingKeep only behaviors that measurably save time or reduce errors
Learning from silenceLack of complaint is not proofRequire explicit feedback or repeated success evidence

Security & Privacy

Data that leaves your machine:

  • None by default

Data that stays local:

  • Stable rules, guardrails, and activation notes in ~/self-evolving/memory.md
  • Tentative experiments and outcomes in ~/self-evolving/experiments.md
  • First-time local storage should be announced before the first write

This skill does NOT:

  • Call external APIs
  • Read or store credentials
  • Modify its own installed instructions
  • Read unrelated files outside the active task plus ~/self-evolving/

Related Skills

Install with clawhub install if user confirms:

  • self-improving — learn from corrections and compound execution quality over time
  • memory — keep durable long-term context and retrieval patterns
  • decide — compare options and commit to a clear next move
  • learning — structure deliberate practice and feedback loops
  • proactivity — follow through on next steps once a better pattern is chosen

Feedback

  • If useful: clawhub star self-evolving
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 01:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,715
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 212,798
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,056 📥 796,111