-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathagent.yaml
More file actions
44 lines (42 loc) · 1.08 KB
/
agent.yaml
File metadata and controls
44 lines (42 loc) · 1.08 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
35
36
37
38
39
40
41
42
43
44
# yaml-language-server: $schema=https://raw.githubusercontent.com/microsoft/AgentSchema/refs/heads/main/schemas/v1.0/AgentManifest.yaml
name: SystemUtilityAgent
# Display name for this agent
displayName: "System Utility Agent"
description: |-
System Utility Agent (cross-OS, container-aware) — NO local files required.
Tools included (per your request):
- capability_report
- system_info
- resource_snapshot
- list_processes
- process_details
- check_port
- dns_lookup
- list_environment_variables
metadata:
example:
- role: user
content: |-
What is the current value of AZURE_AI_MODEL_DEPLOYMENT_NAME?
tags:
- example
- learning
authors:
- mengla
parameters:
properties: {}
template:
name: SystemUtilityAgent
kind: hosted
protocols:
- protocol: responses
version: v1
environment_variables:
- name: AZURE_AI_PROJECT_ENDPOINT
value: ${AZURE_AI_PROJECT_ENDPOINT}
- name: AZURE_AI_MODEL_DEPLOYMENT_NAME
value: gpt-5
- name: AGENT_MAX_TURNS
value: 10
- name: AGENT_CHAT_HISTORY_LENGTH
value: 20