FlowEvo: Self-Evolving Agents through the Co-Evolution of Workflows and Executable Skills
Abstract
FlowEvo enables large language model agents to co-evolve reusable skills and workflows during inference, improving accuracy and efficiency across diverse benchmarks.
Large language model agents can adapt to complex tasks by constructing workflows at inference time, but procedures discovered in one episode are usually discarded after execution. Existing skill libraries provide reusable executable routines, but are typically assembled offline and do not grow from the agent's own workflows. We introduce FlowEvo, a training-free framework in which workflows and skills co-evolve at inference time. FlowEvo compiles successful workflows into callable skills, stores them in a persistent bank, and uses retrieved skills either through direct execution or as context for constructing new workflows. It also tracks each skill's downstream utility and suppresses skills that cause negative transfer. Using a shared GPT-4o-mini backbone, FlowEvo achieves the highest accuracy among 8 baselines on the full standard splits of ALFWorld, HumanEval, MBPP, GSM8K, and MATH-500. On ALFWorld, it reaches 85.6%, 26.4 points above the strongest baseline, while using roughly one third as many tokens. Across 10 base models spanning 7B to 671B parameters, FlowEvo outperforms ExpeL in 49 of 50 model-dataset comparisons. Code is available at https://github.com/DEFENSE-SEU/FlowEvo.
Community
This paper addresses a practical bottleneck in agent systems: useful workflows discovered during inference are usually discarded, while existing skill libraries are often static or built offline. FlowEvo closes this loop by turning verified successful workflows into persistent executable skills. These skills can be reused directly or guide the creation of new workflows, while harmful skills are identified and suppressed. Using GPT 4o mini, FlowEvo outperforms eight baselines across five benchmarks. On ALFWorld, it achieves an 85.6% success rate, 26.4 points above the strongest baseline, while using roughly one third of the tokens. Results across 10 base models further demonstrate its potential for building agents that improve continuously without additional training.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- SKILL-DISCO: Distilling and Compiling Agent Traces into Reusable Procedural Skills (2026)
- Living-Harness Is an Interactive-Agent Evolver (2026)
- Evo-Harness: Context-to-Harness Skill Compilation for Self-Evolving Agents (2026)
- Self-Evolving Coding Agents (2026)
- MemoHarness: Agent Harnesses That Learn from Experience (2026)
- Object-Centric Environment Modeling for Agentic Tasks (2026)
- SkillZip: Contract-Preserving Graph Compression for Scalable Agent Skill Libraries (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2607.21596 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper