paper-with-me

Papers

TodoEvolve: Learning to Architect Agent Planning Systems

2026-02-08 · Jiaxi Liu, Yanzuo Jiang, Guibin Zhang, Zihan Zhang, Heng Chang, Zhenfei Yin, Qibing Ren, Junchi Yan arxiv

Planning has become a central capability for contemporary agent systems in navigating complex, long-horizon tasks, yet existing approaches predominantly rely on fixed, hand-crafted planning structures that lack the flexibility to adapt to the structural diversity of open-ended problems. To address this limitation, we introduce TodoEvolve, a meta-planning paradigm that autonomously synthesizes and dynamically revises task-specific planning architectures. Specifically, we first construct PlanFactory, a modular design space that standardizes diverse planning paradigms within a unified codebase encompassing topology, initialization, adaptation, and navigation, thereby providing a common interface for heterogeneous planning patterns. Leveraging PlanFactory, we collect high-quality planning trajectories and train Todo-14B via \textit{Impedance-Guided Preference Optimization} (IGPO), a multi-objective reinforcement learning objective that encourages the generation of planning systems that are performant, stable, and token-efficient across arbitrary tasks and agent backbones. Empirical evaluations on five agentic benchmarks demonstrate that TodoEvolve consistently surpasses carefully engineered planning modules while maintaining economical API costs and runtime overhead.

📄 PDF Abstract BibTeX arXiv:2602.07839

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Iterative Motion Planning in Multi-agent Systems with Opportunistic Communication under Disturbance

2025-03-16 · Neelanga Thelasingha, Agung Julius, James Humann, James Dotterweich

In complex multi-agent systems involving heterogeneous teams, uncertainty arises from numerous sources like environmental disturbances, model inaccuracies, and changing tasks. This causes planned trajectories to become i…

Motion Planning

The Landscape of Emerging AI Agent Architectures for Reasoning, Planning, and Tool Calling: A Survey

2024-04-17 · Tula Masterman, Sandi Besen, Mason Sawtell, Alex Chao

This survey paper examines the recent advancements in AI agent implementations, with a focus on their ability to achieve complex goals that require enhanced reasoning, planning, and tool execution capabilities. The prima…

AI Agent

Data Agent: A Holistic Architecture for Orchestrating Data+AI Ecosystems

2025-07-02 · Zhaoyan Sun, Jiayi Wang, Xinyang Zhao, Jiachi Wang 외

Traditional Data+AI systems utilize data-driven techniques to optimize performance, but they rely heavily on human experts to orchestrate system pipelines, enabling them to adapt to changes in data, queries, tasks, and e…

LLMs Working in Harmony: A Survey on the Technological Aspects of Building Effective LLM-Based Multi Agent Systems

2025-03-13 · R. M. Aratchige, W. M. K. S. Ilmini

This survey investigates foundational technologies essential for developing effective Large Language Model (LLM)-based multi-agent systems. Aiming to answer how best to optimize these systems for collaborative, dynamic e…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Towards a Science of Scaling Agent Systems

2025-12-09 · Yubin Kim, Ken Gu, Chanwoo Park, Chunjong Park 외 arxiv

Agents, language model-based systems capable of reasoning, planning, and acting are widely adopted in real-world tasks, yet how their performance changes as these systems scale across key dimensions remains underexplored…