Skip to Content
Solution PlaysPlay 05: Play 05 β€” IT Ticket Resolution 🎫

Play 05 β€” IT Ticket Resolution 🎫

Auto-classify, route, and resolve IT tickets with event-driven AI.

Incoming tickets hit classification via GPT-4o-mini, the agent routes to the right team or auto-resolves known issues from knowledge base. ServiceNow integration syncs state bidirectionally.

Quick Start

cd solution-plays/05-it-ticket-resolution az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder for classification, @reviewer for SLA audit, @tuner for routing

Key Metrics

  • Classification accuracy: β‰₯92% Β· Auto-resolution: β‰₯60% Β· SLA compliance: β‰₯95%

DevKit

PrimitiveWhat It Does
3 agentsBuilder (classification/routing), Reviewer (SLA/PII audit), Tuner (thresholds/cost)
3 skillsDeploy (106 lines), Evaluate (109 lines), Tune (104 lines)

Architecture

πŸ“ Full architecture details β€” data flow, security architecture, scaling guide

Cost Estimate

ServiceDev/PoCProductionEnterprise
Azure OpenAI$30 (PAYG)$180 (PAYG)$700 (PTU Reserved)
Container Apps$10 (Consumption)$80 (Dedicated)$250 (Dedicated HA)
Logic Apps$5 (Consumption)$40 (Consumption)$150 (Standard)
Cosmos DB$5 (Serverless)$50 (Autoscale)$200 (Autoscale)
Key Vault$1 (Standard)$3 (Standard)$10 (Premium HSM)
Application Insights$0 (Free)$25 (Pay-per-GB)$80 (Pay-per-GB)
Log Analytics$0 (Free)$15 (Pay-per-GB)$50 (Commitment)
Total$51/mo$393/mo$1,440/mo

πŸ’° Full cost breakdown β€” per-service SKUs, usage assumptions, optimization tips

πŸ“– Full docs Β· 🌐 frootai.dev/solution-plays/05-it-ticket-resolutionΒ 

FAI Manifest

FieldValue
Play05-it-ticket-resolution
Version1.0.0
KnowledgeR2-RAG-Architecture, O1-Semantic-Kernel
WAF Pillarssecurity, reliability, cost-optimization
Groundednessβ‰₯ 85%
Safety0 violations max
Last updated on