paper-with-me

Papers

Optimizing Agentic Workflows using Meta-tools

2026-01-29 · Sami Abuzakuk, Anne-Marie Kermarrec, Rishi Sharma, Rasmus Moorits Veski, Martijn de Vos arxiv

Agentic AI enables LLM to dynamically reason, plan, and interact with tools to solve complex tasks. However, agentic workflows often require many iterative reasoning steps and tool invocations, leading to significant operational expense, end-to-end latency and failures due to hallucinations. This work introduces Agent Workflow Optimization (AWO), a framework that identifies and optimizes redundant tool execution patterns to improve the efficiency and robustness of agentic workflows. AWO analyzes existing workflow traces to discover recurring sequences of tool calls and transforms them into meta-tools, which are deterministic, composite tools that bundle multiple agent actions into a single invocation. Meta-tools bypass unnecessary intermediate LLM reasoning steps and reduce operational cost while also shortening execution paths, leading to fewer failures. Experiments on two agentic AI benchmarks show that AWO reduces the number of LLM calls up to 11.9% while also increasing the task success rate by up to 4.2 percent points.

📄 PDF Abstract BibTeX arXiv:2601.22037

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Construct Practical Agentic Systems

2026-05-29 · Aditya Kumar, Zhihan Lei, Jerry Yan, Joshua W. Momo 외 arxiv

Automated design and optimization of agentic LLM-based systems leads to sophisticated systems that substantially improve result quality over off-the-shelf agentic patterns. However, studies of fielded agentic systems sho…

Meta Context Engineering via Agentic Skill Evolution

2026-01-29 · Haoran Ye, Xuning He, Vincent Arak, Haonan Dong 외 arxiv

The operational efficacy of large language models relies heavily on their inference-time context. This has established Context Engineering (CE) as a formal discipline for optimizing these inputs. Current CE methods rely …

Agentic Large Language Models for Training-Free Neuro-Radiological Image Analysis

2026-04-17 · Ayhan Can Erdur, Daniel Scholz, Jiazhen Pan, Benedikt Wiestler 외 arxiv

State-of-the-art large language models (LLMs) show high performance in general visual question answering. However, a fundamental limitation remains: current architectures lack the native 3D spatial reasoning required for…

Visual Question AnsweringSpatial Reasoning

GNNs as Predictors of Agentic Workflow Performances

2025-03-14 · Yuanshuo Zhang, Yuchen Hou, Bohan Tang, Shuo Chen 외

Agentic workflows invoked by Large Language Models (LLMs) have achieved remarkable success in handling complex tasks. However, optimizing such workflows is costly and inefficient in real-world applications due to extensi…

BenchmarkingPosition

On Time, Within Budget: Constraint-Driven Online Resource Allocation for Agentic Workflows

2026-05-07 · Xinglin Wang, Zishen Liu, Shaoxiong Feng, Peiwen Yuan 외 arxiv

Agentic systems increasingly solve complex user requests by executing orchestrated workflows, where subtasks are assigned to specialized models or tools and coordinated according to their dependencies. While recent work …