feat: sync self-evolution switch and fix scheduler context

This commit is contained in:
zhayujie
2026-06-15 16:30:34 +08:00
parent e2cb9e11b0
commit ce09b14836
4 changed files with 46 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ description: Self-Evolution — review a conversation after it goes idle to cons
Self-Evolution lets the Agent do more than finish one task at a time; it keeps improving as it works with you. After a conversation winds down, it quietly reviews what just happened: it saves anything worth remembering into long-term memory, fixes problems that surfaced in a skill, and picks up tasks that were left unfinished. Over time the Agent learns your preferences, repeats fewer mistakes, and gets better at wrapping things up on its own. All of this runs in the background, and it only tells you when it actually did something.
<Note>
For the full architecture and engineering behind the self-evolution mechanism, see the blog post: [A Five-Layer Self-Evolution Mechanism for AI Agents](https://cowagent.ai/blog/self-evolution/).
</Note>
> Self-Evolution complements [Deep Dream](/memory/deep-dream). Deep Dream organizes memory itself, while Self-Evolution goes a step further to improve skills and push unfinished tasks forward, sharpening the Agent's abilities through everyday use.
<Frame>