paper-with-me

홈 › Papers

StepFly: Agentic Troubleshooting Guide Automation for Incident Diagnosis

2025-10-11 · Jiayi Mao, Liqun Li, Yanjie Gao, Zegang Peng, Shilin He, Chaoyun Zhang, Si Qin, Samia Khalid, Qingwei Lin, Saravan Rajmohan, Sitaram Lanka, Dongmei Zhang arxiv

Effective incident management in large-scale IT systems relies on troubleshooting guides (TSGs), but their manual execution is slow and error-prone. While recent advances in LLMs offer promise for automating incident management tasks, existing LLM-based solutions lack specialized support for several key challenges, including managing TSG quality issues, interpreting complex control flow, handling data-intensive queries, and exploiting execution parallelism. We first conducted an empirical study on 92 real-world TSGs, and, guided by our findings, we present StepFly, a novel end-to-end agentic framework for troubleshooting guide automation. Our approach features a three-stage workflow: the first stage provides a comprehensive guide together with a tool, TSG Mentor, to assist site reliability engineers (SREs) in improving TSG quality; the second stage performs offline preprocessing using LLMs to extract structured execution directed acyclic graphs (DAGs) from unstructured TSGs and to create dedicated Query Preparation Plugins (QPPs); and the third stage executes online using a DAG-guided scheduler-executor framework with a memory system to ensure correct workflow and support parallel execution of independent steps. Our empirical evaluation on a collection of real-world TSGs and incidents demonstrates that StepFly achieves a ~94% success rate on GPT-4.1, outperforming baselines with less time and token consumption. Furthermore, it achieves a remarkable execution time reduction of 32.9% to 70.4% for parallelizable TSGs. Our code and sample data are publicly available at https://github.com/microsoft/StepFly.

📄 PDF Abstract BibTeX arXiv:2510.10074

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoTSG: Learning and Synthesis for Incident Troubleshooting

2022-05-26 · Manish Shetty, Chetan Bansal, Sai Pramod Upadhyayula, Arjun Radhakrishna 외

Incident management is a key aspect of operating large-scale cloud services. To aid with faster and efficient resolution of incidents, engineering teams document frequent troubleshooting steps in the form of Troubleshoot…

4kManagementProgram Synthesis

Nissist: An Incident Mitigation Copilot based on Troubleshooting Guides

2024-02-27 · Kaikai An, Fangkai Yang, Junting Lu, Liqun Li 외

Effective incident management is pivotal for the smooth operation of enterprises-level cloud services. In order to expedite incident mitigation, service teams compile troubleshooting knowledge into Troubleshooting Guides…

Management

DECO: Life-Cycle Management of Enterprise-Grade Copilots

2024-12-08 · Yiwen Zhu, Mathieu Demarne, Kai Deng, Wenjing Wang 외

Software engineers frequently grapple with the challenge of accessing disparate documentation and telemetry data, including TroubleShooting Guides (TSGs), incident reports, code repositories, and various internal tools d…

ManagementRAGRetrieval-augmented Generation

Leveraging Multi-Agent System (MAS) and Fine-Tuned Small Language Models (SLMs) for Automated Telecom Network Troubleshooting

2025-11-01 · Chenhua Shi, Bhavika Jalli, Gregor Macdonald, John Zou 외 arxiv

Telecom networks are rapidly growing in scale and complexity, making effective management, operation, and optimization increasingly challenging. Although Artificial Intelligence (AI) has been applied to many telecom task…

Agentic AI-Driven Technical Troubleshooting for Enterprise Systems: A Novel Weighted Retrieval-Augmented Generation Paradigm

2024-12-16 · Rajat Khanda

Technical troubleshooting in enterprise environments often involves navigating diverse, heterogeneous data sources to resolve complex issues effectively. This paper presents a novel agentic AI solution built on a Weighte…

RAGResponse GenerationRetrievalRetrieval-augmented Generation