forked from microsoft/hve-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vally.yaml
More file actions
56 lines (45 loc) · 1.88 KB
/
Copy path.vally.yaml
File metadata and controls
56 lines (45 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
paths:
evals: evals
results: evals/results
# Environments are declared inline in each eval spec (evals/<suite>/eval.yaml) so
# that environment.skills paths can be resolved relative to the spec's own
# directory. Vally resolves environment.skills against the eval-spec directory,
# not against this config file, so repo-root-relative paths here would not
# resolve correctly for specs nested under evals/.
suites:
skill-quality:
description: Evaluate skill behavior via copilot-sdk agent conversations
filter:
category: skill-quality
agent-behavior:
description: Evaluate agent routing and response quality
filter:
category: agent-behavior
script-validation:
description: Validate script correctness via copilot-sdk conversations
filter:
category: script-validation
agent-conformance-accessibility-planner:
description: Behavioral conformance regression suite for the Accessibility Planner agent
filter:
category: agent-conformance-accessibility-planner
agent-conformance-dt-coach:
description: Behavioral conformance regression suite for the DT Coach agent
filter:
category: agent-conformance-dt-coach
agent-conformance-privacy-planner:
description: Behavioral conformance regression suite for the Privacy Planner agent
filter:
category: agent-conformance-privacy-planner
agent-conformance-rai-planner:
description: Behavioral conformance regression suite for the RAI Planner agent
filter:
category: agent-conformance-rai-planner
agent-conformance-security-planner:
description: Behavioral conformance regression suite for the Security Planner agent
filter:
category: agent-conformance-security-planner
agent-conformance-sssc-planner:
description: Behavioral conformance regression suite for the SSSC Planner agent
filter:
category: agent-conformance-sssc-planner