MCP Server
Active
1
0

Import UAPF package: incident-triage.uapf

This commit is contained in:
2026-06-01 18:25:37 +00:00
commit 7fe0fda7a5
26 changed files with 2509 additions and 0 deletions

37
resources/guardrails.yaml Normal file
View File

@@ -0,0 +1,37 @@
kind: uapf.resources.guardrails
# Applied by the UAPF runtime to every UAPF-IP capability invocation
# governed by this package. Cross-cutting safety rails — enforced regardless
# of which Algorithm Card the runtime is dispatching.
pii:
redact_in_payloads: true
forbidden_in_drafts:
- personas_kods
- magnetic_stripe
- iban
allowed_in_drafts:
- case_number
- host_domain
- approximate_eta
approval:
human_required_for:
- ai.draft_response # outbound customer text always reviewed
- incident.update # write actions never auto-applied
auto_applied:
- intake.normalize
- ai.classify
- ai.suggest_priority
- dmn.evaluate
- event.emit
timeouts:
capability_default_ms: 30000
llm_default_ms: 45000
dmn_default_ms: 5000
retention:
algorithm_outputs_days: 365
audit_events_days: 2557 # 7 years (Latvian state-archive default)
signed_artifacts: indefinite