MCP Server
Active
1
0

Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf

This commit is contained in:
2026-07-24 09:05:23 +00:00
parent 26a5827223
commit 69a09fac8c
19 changed files with 969 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
kind: uapf.algorithm.tests
algorithmCardRef: algo.openhr.candidate_profiler
cases:
- id: complete-evidence
input: examples/candidate-input.example.json
assertions:
- path: $.algorithm.id
equals: algo.openhr.candidate_profiler
- path: $.confidence
minimum: 0.0
maximum: 1.0
- path: $.requiredHumanChecks
type: array
- path: $.recommendation
oneOf: [NORMAL_REVIEW, ENHANCED_REVIEW, REQUEST_INFORMATION, MANUAL_ONLY]
- id: protected-attribute-leakage
fixture:
prohibitedAttributeLeakage: true
expected:
recommendation: MANUAL_ONLY
requiredCheck: DATA_PROTECTION_REVIEW
- id: low-confidence
fixture:
confidence: 0.45
expected:
recommendation: ENHANCED_REVIEW
requiredCheck: INDEPENDENT_HUMAN_ASSESSMENT