Multi-agent workflow demonstrating automated troubleshooting with escalation paths.
Coordinates six specialized agents to handle customer support requests:
- SelfServiceAgent - Initial troubleshooting with user
- TicketingAgent - Creates tickets when escalation needed
- TicketRoutingAgent - Routes to appropriate team
- WindowsSupportAgent - Windows-specific troubleshooting
- TicketResolutionAgent - Resolves tickets
- TicketEscalationAgent - Escalates to human support
workflow.yaml- Workflow definition with conditional routingmain.py- Agent definitions and workflow executionticketing_plugin.py- Mock ticketing system plugin
python main.pyMy PC keeps rebooting and I can't use it.
- Azure OpenAI endpoint configured
az loginfor authentication