You've already forked AI-Sandb-Evaluation
Import UAPF package
Renames all 5 cornerstone files to the OMG-ecosystem extensions required by UAPF-specification v2.0.0, and updates every internal reference: - uapf.yaml (manifest cornerstone paths + decision refs) - resources/mappings.yaml (endpoint + usesDecision refs) - processgit.mcp.yaml (MCP source paths) - processgit.viewer.json (x2: package + examples) - cmmn/vertesanas-lieta.cmmn (processTask processRef -> DMN files) - README.md, docs/source-reference.md, agent.chat.yaml (documentation) Completes the scope-3 conformance pass for AI-Sandb-Evaluation: v2.1.0 diagram interchange (CMMN + 3x DMN, prior commits) + v2.0.0 naming. File contents otherwise unchanged.
74 lines
2.0 KiB
YAML
74 lines
2.0 KiB
YAML
kind: uapf.package
|
|
id: vdaa.mi.sandbox.atlase
|
|
name: "MI sandbox atlases process un vērtēšanas algoritms"
|
|
level: 4
|
|
version: "0.2.0"
|
|
|
|
cornerstones:
|
|
bpmn: true
|
|
dmn: true
|
|
cmmn: true
|
|
resources: true
|
|
|
|
owners:
|
|
- type: team
|
|
id: algomation
|
|
contact: info@algomation.io
|
|
|
|
lifecycle: draft
|
|
|
|
description: >-
|
|
UAPF Level 4 pakotne, kas modelē VDAA publicēto Speciālās regulatīvās vides
|
|
MI sistēmu attīstībai projektu iesniegumu atlases nolikumu kā mašīnlasāmu un
|
|
izpildāmu procesa + lēmumu modeli. Ietver BPMN procesu, DMN lēmumu tabulas,
|
|
CMMN gadījumu pārvaldību, resursu kartējumu un AI aģenta vērtēšanas konceptu.
|
|
|
|
artifacts:
|
|
bpmn:
|
|
- path: bpmn/mi-sandbox-atlase.bpmn
|
|
role: primary-process
|
|
description: "Iesnieguma plūsma no saņemšanas līdz lēmumam"
|
|
dmn:
|
|
- path: dmn/01-atbilstiba-un-izsledzosie.dmn
|
|
role: eligibility-gate
|
|
description: "Formālā atbilstība un izslēdzošie nosacījumi"
|
|
- path: dmn/02-vertesanas-punkti.dmn
|
|
role: scoring-algorithm
|
|
description: "5 kritēriju svērtais punktu aprēķins un neizšķirta loģika"
|
|
- path: dmn/03-trl-vertejums.dmn
|
|
role: trl-mapping
|
|
description: "TRL līmeņu pārvēršana 0–5 vērtējumā"
|
|
cmmn:
|
|
- path: cmmn/vertesanas-lieta.cmmn
|
|
role: evaluation-case
|
|
description: "Komisijas vērtēšanas gadījuma pārvaldība ar diskrecionāriem soļiem"
|
|
resources:
|
|
- path: resources/mappings.yaml
|
|
role: execution-mapping
|
|
|
|
exposure:
|
|
mcp:
|
|
enabled: true
|
|
exposedEntrypoints:
|
|
- decision: dmn/01-atbilstiba-un-izsledzosie.dmn#EligibilityDecision
|
|
tool: check_eligibility
|
|
- decision: dmn/02-vertesanas-punkti.dmn#TotalScore
|
|
tool: calculate_score
|
|
- decision: dmn/03-trl-vertejums.dmn#TRLMapping
|
|
tool: map_trl_level
|
|
|
|
inputs:
|
|
- application
|
|
- applicant
|
|
- aiSystem
|
|
- expertOpinions
|
|
- commissionRatings
|
|
|
|
outputs:
|
|
- eligibilityResult
|
|
- scoringResult
|
|
- rankingResult
|
|
- tieBreakResolution
|
|
- decisionRecommendation
|
|
- auditTrail
|