WISE-Flow: Workflow-Induced Structured Experience for Self-Evolving Conversational Service Agents
Yuqing Zhou, Zhuoer Wang, Jie Yuan, Hong Wang, Samson Koelle, Ziwei Zhu, Wei Niu
TL;DR
The paper addresses the reliability and adaptability of LLM-based, tool-augmented agents in user-facing services by introducing WISE-Flow, a workflow-induced structured experience framework. It induces grounded workflows with explicit prerequisites from multi-source interaction logs and uses retrieval at both the workflow and action levels to guide deployment, aided by a three-pass offline induction and progress-aligned online control. The approach introduces a new workflow representation and an evaluation metric $F_eta$ to jointly capture milestone coverage and error control, reporting consistent performance gains on ToolSandbox and τ^2-bench across base models. The findings demonstrate that environment feedback, structured experience representations, and trajectory-aggregated workflow induction substantially improve one-shot success, reduce errors, and enable cross-task transfer, underscoring the practical impact for scalable, self-evolving conversational services.
Abstract
Large language model (LLM)-based agents are widely deployed in user-facing services but remain error-prone in new tasks, tend to repeat the same failure patterns, and show substantial run-to-run variability. Fixing failures via environment-specific training or manual patching is costly and hard to scale. To enable self-evolving agents in user-facing service environments, we propose WISE-Flow, a workflow-centric framework that converts historical service interactions into reusable procedural experience by inducing workflows with prerequisite-augmented action blocks. At deployment, WISE-Flow aligns the agent's execution trajectory to retrieved workflows and performs prerequisite-aware feasibility reasoning to achieve state-grounded next actions. Experiments on ToolSandbox and $τ^2$-bench show consistent improvement across base models.
