You've already forked dokumenta-semantiska-analize
Import UAPF package
Declare UAPF-IP fields: requires_capabilities, profiles_supported, guardrails
The BPMN already invokes ai.redact@1 / ai.extract@1 / event.emit@1 and the package ships resources/guardrails.yaml. Declaring them at manifest level so the ProcessGit /uapf-ip endpoint and a UAPF-IP runtime can discover the package contract before loading it.
This commit is contained in:
13
uapf.yaml
13
uapf.yaml
@@ -15,6 +15,19 @@ description: |
|
|||||||
level: 4
|
level: 4
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
|
|
||||||
|
# ── UAPF-IP integration (capability needs + profile + guardrails) ──
|
||||||
|
# Declared so a UAPF-IP runtime / the ProcessGit /uapf-ip endpoint can
|
||||||
|
# discover what this package requires before loading it.
|
||||||
|
requires_capabilities:
|
||||||
|
- ai.redact@1+
|
||||||
|
- ai.extract@1+
|
||||||
|
- event.emit@1+
|
||||||
|
|
||||||
|
profiles_supported:
|
||||||
|
- uapf-ip-orchestrated
|
||||||
|
|
||||||
|
guardrails: resources/guardrails.yaml
|
||||||
|
|
||||||
includes: []
|
includes: []
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user