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

82
uapf.yaml Normal file
View File

@@ -0,0 +1,82 @@
kind: uapf.package
id: lv.ai-sandbox.hr.candidate-selection-evaluation
name: HR atlase un kandidātu daudzdimensionālā vērtēšana
description: UAPF Level-4 pakotne kandidāta pieteikuma pieļaujamības pārbaudei, ārēja
daudzdimensionāla profila izveidei un obligātai HR cilvēka pārskatīšanai.
level: 4
version: 0.1.1
cornerstones:
bpmn: true
dmn: true
cmmn: true
resources: true
paths:
bpmn: bpmn
dmn: dmn
cmmn: cmmn
resources: resources
metadata: metadata
owners:
- type: team
id: openhr-poc
contact: info@algomation.io
- type: role
id: hr-process-owner
contact: info@algomation.io
lifecycle: draft
artifacts:
bpmn:
- path: bpmn/candidate-selection-evaluation.bpmn
role: primary-process
dmn:
- path: dmn/01-input-admissibility.dmn
role: input-gate
- path: dmn/02-review-priority.dmn
role: review-priority
cmmn:
- path: cmmn/candidate-review-case.cmmn
role: exception-review
resources:
- path: resources/mappings.yaml
role: resource-mapping
- path: resources/guardrails.yaml
role: guardrails
- path: algorithms/candidate-profiler.card.yaml
role: algorithm-card
- path: schemas/candidate-evaluation-input.schema.json
role: input-schema
- path: schemas/candidate-profile-output.schema.json
role: output-schema
inputs:
- vacancy
- candidate
- application
- reviewerContext
outputs:
- admissibilityResult
- candidateProfile
- reviewPriority
- requiredHumanChecks
- processRecommendation
- auditTrail
requires_capabilities:
- hr.application.prepare_evaluation_input@1
- hr.assessment.review@1
- hr.decision.record@1
- event.emit@1
profiles_supported:
- uapf-ip-orchestrated
guardrails: resources/guardrails.yaml
exposure:
mcp:
enabled: true
runnable: true
exposedEntrypoints:
- process: Process_CandidateSelectionEvaluation
tool: evaluate_candidate
exposedArtifacts:
- manifest
- bpmn
- dmn
- cmmn
- tests