paper-with-me

Papers

AIOpsLab: A Holistic Framework to Evaluate AI Agents for Enabling Autonomous Clouds

2025-01-12 · Yinfang Chen, Manish Shetty, Gagan Somashekar, Minghua Ma, Yogesh Simmhan, Jonathan Mace, Chetan Bansal, Rujia Wang, Saravan Rajmohan

AI for IT Operations (AIOps) aims to automate complex operational tasks, such as fault localization and root cause analysis, to reduce human workload and minimize customer impact. While traditional DevOps tools and AIOps algorithms often focus on addressing isolated operational tasks, recent advances in Large Language Models (LLMs) and AI agents are revolutionizing AIOps by enabling end-to-end and multitask automation. This paper envisions a future where AI agents autonomously manage operational tasks throughout the entire incident lifecycle, leading to self-healing cloud systems, a paradigm we term AgentOps. Realizing this vision requires a comprehensive framework to guide the design, development, and evaluation of these agents. To this end, we present AIOPSLAB, a framework that not only deploys microservice cloud environments, injects faults, generates workloads, and exports telemetry data but also orchestrates these components and provides interfaces for interacting with and evaluating agents. We discuss the key requirements for such a holistic framework and demonstrate how AIOPSLAB can facilitate the evaluation of next-generation AIOps agents. Through evaluations of state-of-the-art LLM agents within the benchmark created by AIOPSLAB, we provide insights into their capabilities and limitations in handling complex operational tasks in cloud environments.

📄 PDF Abstract BibTeX arXiv:2501.06706

Code (0)

등록된 구현이 없습니다.

Tasks

Fault localization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

AOI: Turning Failed Trajectories into Training Signals for Autonomous Cloud Diagnosis

2026-03-03 · Pei Yang, Wanyi Chen, Asuka Yuxi Zheng, Xueqian Li 외 arxiv

Large language model (LLM) agents offer a promising data-driven approach to automating Site Reliability Engineering (SRE), yet their enterprise deployment is constrained by three challenges: restricted access to propriet…

Data Augmentation

Building AI Agents for Autonomous Clouds: Challenges and Design Principles

2024-07-16 · Manish Shetty, Yinfang Chen, Gagan Somashekar, Minghua Ma 외

The rapid growth in the use of Large Language Models (LLMs) and AI Agents as part of software development and deployment is revolutionizing the information technology landscape. While code generation receives significant…

Code GenerationFault localization

Gentopia: A Collaborative Platform for Tool-Augmented LLMs

2023-08-08 · Binfeng Xu, Xukun Liu, Hua Shen, Zeyu Han 외

Augmented Language Models (ALMs) empower large language models with the ability to use tools, transforming them into intelligent agents for real-world interactions. However, most existing frameworks for ALMs, to varying …

Evaluation and Benchmarking of LLM Agents: A Survey

2025-07-29 · Mahmoud Mohammadi, Yipeng Li, Jane Lo, Wendy Yip arxiv

The rise of LLM-based agents has opened new frontiers in AI applications, yet evaluating these agents remains a complex and underdeveloped area. This survey provides an in-depth overview of the emerging field of LLM agen…

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada 외 arxiv

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks …