SkillClaw — A Framework for Collective Skill Evolution (related to RFC #1865) #2133
Upper9527
started this conversation in
Show and tell
Replies: 1 comment
|
Thanks for sharing this. The overall idea makes a lot of sense to us and is highly aligned with some of the directions we’ve been thinking about for DeerFlow. In particular, it fits very well with our longer-term thinking around multi-tenant and multi-user scenarios. We’ve also previously looked into approaches like OpenSpace, so it’s great to see this direction being explored in a concrete way. We’d be happy to stay in touch and exchange ideas as we continue exploring this area. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi DeerFlow community!
We noticed the exciting RFC #1865 on Skill Self-Evolution for DeerFlow — we're working on a closely related problem and wanted to share our approach.
We recently released SkillClaw, a framework for collective skill evolution in multi-user LLM agent ecosystems. While RFC #1865 focuses on single-agent skill self-evolution (an agent improving its own skills from its own experience), SkillClaw takes this one step further: it aggregates interaction trajectories from multiple users and uses an autonomous evolver to distill them into shared skill updates that benefit the entire agent cluster.
Core idea
Architecture
Results
Links
We believe SkillClaw's multi-user evolution approach could complement DeerFlow's single-agent skill self-evolution design. Happy to discuss!
All reactions