tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 Generative AI > Google Gemini API > Incident Triage Agent

Incident Triage Agent

Author: Venkata Sudhakar

ShopMax India's IT helpdesk receives hundreds of incident tickets daily across categories like network outages, payment gateway failures, warehouse system errors, and employee laptop issues. Manual triage is slow and inconsistent. An intelligent triage agent can classify, prioritise, and route each incident in seconds.

This tutorial builds a Gemini ADK agent that classifies an incoming incident by category and impact, assigns a severity level (P1 to P4), determines SLA response time, and routes the ticket to the correct team with a brief action recommendation.

The below example shows an IT incident triage agent for ShopMax India in a business context.


It gives the following output,

Incident Triage Result - ShopMax India IT

Ticket  : Payment checkout failing for all customers
Reporter: Ops Team Mumbai

Severity        : P1 (CRITICAL)
Assigned Team   : Payments Engineering
SLA Response    : Within 1 hour

Recommended Action:
  CRITICAL - Page on-call engineer immediately. Initiate war room.

This is a P1 incident affecting all customers with direct revenue impact.
Escalate to Payments Engineering lead and CTO if not resolved in 30 minutes.

ShopMax India can integrate this agent with its ITSM platform (Jira Service Management or Freshservice) so that every new ticket automatically triggers triage before a human sees it. P1 incidents immediately page the on-call engineer via PagerDuty, while P4 tickets are batched for the next working day, dramatically reducing mean time to resolution for critical issues.


 
  


  
bl  br