forked from microsoft/agent-governance-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagentmesh.yaml
More file actions
52 lines (45 loc) · 999 Bytes
/
agentmesh.yaml
File metadata and controls
52 lines (45 loc) · 999 Bytes
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
45
46
47
48
49
50
51
52
agent:
name: "customer-service-system"
version: "1.0.0"
type: "multi-agent"
supervisor:
name: "supervisor-agent"
sponsor: "support-manager@company.com"
capabilities:
- "read:tickets"
- "write:tickets"
- "read:docs"
- "read:billing"
- "write:billing"
- "notify:managers"
specialists:
technical:
name: "technical-support-agent"
capabilities:
- "read:docs"
- "write:tickets"
billing:
name: "billing-agent"
capabilities:
- "read:billing"
- "write:billing"
escalation:
name: "escalation-agent"
capabilities:
- "notify:managers"
- "write:tickets"
trust:
min_supervisor_score: 800
min_specialist_score: 700
handshake_timeout_ms: 200
governance:
policies_dir: "policies/"
audit_enabled: true
cross_agent_audit: true
reward:
dimensions:
policy_compliance: 0.25
response_time: 0.20
resolution_quality: 0.25
collaboration_health: 0.20
customer_satisfaction: 0.10