FlowEvo:通过工作流与可执行技能协同进化实现自我进化的智能体

HuggingFace Daily Papers(社区热门论文)·2026-08-20 08:00·6天前
AI 导读

FlowEvo 提出一种免训练框架,让工作流与技能在推理时协同进化:将成功工作流编译为可调用技能存入持久库,并抑制引发负迁移的技能。

HuggingFace Daily Papers(社区热门论文)
51AI 编辑部评分,满分 100

FlowEvo:通过工作流与可执行技能协同进化实现自我进化的智能体

2026-08-20 08:00· 6天前
AI 导读

FlowEvo 提出一种免训练框架,让工作流与技能在推理时协同进化:将成功工作流编译为可调用技能存入持久库,并抑制引发负迁移的技能。

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.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org