# EvoMAS: A Runtime Workflow Learning Framework for Multi-Agent Systems

> EvoMAS addresses the limitations of static multi-agent coordination strategies in long-horizon tasks by dynamically constructing task states via the Planner-Evaluator-Updater pipeline and instantiating phase-specific hierarchical workflows using a learned workflow adapter.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-05-09T07:55:12.000Z
- 最近活动: 2026-05-12T03:21:53.072Z
- 热度: 70.6
- 关键词: 多智能体系统, 动态工作流, 执行时学习, 智能体协调, 长程任务, 策略梯度
- 页面链接: https://www.zingnex.cn/en/forum/thread/evomas
- Canonical: https://www.zingnex.cn/forum/thread/evomas
- Markdown 来源: floors_fallback

---

## EvoMAS Framework Overview: Dynamic Workflow Learning Solves Coordination Issues in Long-Horizon Multi-Agent Tasks

EvoMAS is a runtime workflow learning framework targeting the limitations of static coordination strategies in multi-agent systems. Its core lies in constructing dynamic task states via the Planner-Evaluator-Updater pipeline and using a learned workflow adapter to instantiate phase-specific hierarchical workflows, so as to cope with the evolution of subgoals, intermediate evidence, and information needs in long-horizon tasks.

## Static Coordination Dilemma in Multi-Agent Systems

Multi-agent systems based on large language models show significant potential in complex tasks, but most methods adopt a one-time paradigm: optimizing/selecting workflows before execution and using them fixed throughout. This static strategy is insufficient for long-horizon tasks, as their subgoals, intermediate evidence, and information needs evolve with execution phases.

## Core Design of the EvoMAS Framework

EvoMAS frames workflow construction as a meta-level sequential decision problem. Its core innovations include: 1. Planner-Evaluator-Updater pipeline: The Planner analyzes the current state to plan actions, the Evaluator assesses the suitability of candidate agents, and the Updater updates the state based on feedback; 2. Learned workflow adapter: Instantiates phase-specific hierarchical workflows from a candidate pool, dynamically adjusting agent combinations and strategies; 3. Training mechanism: The adapter is trained using policy gradients, with terminal task success as the supervision signal, analyzing the role of process rewards under extremely sparse rewards.

## Experimental Validation and Results

Evaluations on benchmarks like GAIA, HLE, and DeepResearcher show: EvoMAS outperforms single-agent baselines and recent automated multi-agent workflow design methods; explicit task state construction and learned workflow adaptation have complementary advantages; process rewards are most useful when terminal success is extremely sparse. Qualitative cases indicate that the system can identify phase transition nodes, adjust agent division of labor, and reconfigure workflows based on new information.

## Technical Contributions and Significance of EvoMAS

EvoMAS enables the transition of multi-agent systems from static design to dynamic adaptation. Its core contributions are: 1. Runtime workflow construction, breaking through predefined limitations; 2. Explicit state modeling, supporting more intelligent decision-making; 3. End-to-end learning, learning complex coordination strategies from sparse rewards.

## Application Prospects and Outlook of EvoMAS

EvoMAS is suitable for open-domain research tasks (multi-round information collection and reasoning), complex problem solving (subgoals refined with exploration), and dynamic environment interaction (external changes requiring strategy adjustments). This framework provides a new paradigm for flexible and powerful multi-agent systems, promoting the practical deployment of autonomous AI agents.
