-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathagent.yaml
More file actions
34 lines (33 loc) · 1.27 KB
/
agent.yaml
File metadata and controls
34 lines (33 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/ContainerAgent.yaml
kind: hosted
name: oncall-copilot
description: |
Multi-agent hosted agent that ingests incident signals (alerts, logs, metrics, runbook excerpts) and runs 4 specialist agents concurrently via Microsoft Agent Framework ConcurrentBuilder. Returns structured triage plus a post-incident report draft using the configured Foundry model deployment.
metadata:
authors:
- Microsoft Agent Framework Team
tags:
- Azure AI AgentServer
- Microsoft Agent Framework
- Workflows
- Multi-Agent
- SRE
- Incident Response
protocols:
- protocol: responses
version: 1.0.0
environment_variables:
- name: AZURE_TENANT_ID
value: ${AZURE_TENANT_ID}
- name: AZURE_OPENAI_ENDPOINT
value: ${AZURE_OPENAI_ENDPOINT}
- name: AZURE_OPENAI_CHAT_DEPLOYMENT_NAME
value: ${AZURE_OPENAI_CHAT_DEPLOYMENT_NAME}
- name: AZURE_AI_PROJECT_ENDPOINT
value: ${AZURE_AI_PROJECT_ENDPOINT}
- name: AZURE_MODEL_PROJECT_ENDPOINT
value: ${AZURE_MODEL_PROJECT_ENDPOINT}
- name: MODEL_ROUTER_DEPLOYMENT
value: ${MODEL_ROUTER_DEPLOYMENT}
- name: LOG_LEVEL
value: INFO