← Back to all projects

Agentic AI / AIOps

Jun 2026 - Ongoing

AI Incident Response Agent

ReAct agent with autonomous tool selection

Retrieval-Augmented Generation using Pinecone

Multi-source log investigation (Application, Linux & Hadoop)

Grounded incident reports with supporting evidence

Automated alert monitoring and background investigation workers

AI Incident Response Agent interface preview

The problem

Production incidents often require engineers to manually correlate alerts, search multiple log sources, inspect metrics, review operational runbooks, and determine root causes under time pressure. This process is repetitive, time-consuming, and highly dependent on individual experience, increasing the Mean Time to Resolution (MTTR).

The solution

I designed a ReAct-based AI agent that dynamically chooses investigation tools according to the incident context. The agent retrieves relevant logs, metrics, and operational runbooks through Retrieval-Augmented Generation (RAG), reasons over the collected evidence, and produces structured incident reports with root cause analysis, confidence assessment, and recommended remediation steps.

System flow

How it works

Alert Detection
Agent Planning
Tool Selection
Knowledge Retrieval
Evidence Analysis
Incident Report

Tech stack

Python LangChain Gemini API Pinecone Elasticsearch Streamlit

Project Demo

User workflows in action.

Demonstrating the main system flows across different user roles.

AI Incident Response Agent Demo

Demonstration of autonomous incident investigation using agentic reasoning and retrieval.