This repository is archived and read-only.
The canonical source has moved to the UAICP monorepo:
Reference implementation primitives for the UAICP reliability contract.
UAICP is an open-source contribution initiated by Prismworks AI (prismworks.ai) and developed with community contributions.
This repository provides concrete, composable building blocks and examples for enforcing UAICP controls under existing orchestration frameworks.
Protocol source of truth:
src/identity- schema contracts for identity and attestation
- validator with strict/optional attestation modes
src/policy- deterministic policy evaluator for
allow,deny,needs_review - reason-coded decisions for runtime gating
- deterministic policy evaluator for
src/examples/finance/workflow-comparison.ts- side-by-side finance workflow comparison:
manualagenticagent_without_uaicpagent_with_uaicp
- side-by-side finance workflow comparison:
The included finance scenario models a high-risk write action (reverse_wire_transfer) and shows behavioral differences across implementation styles.
What it demonstrates:
- where unsafe approvals can happen without deterministic gates
- how explicit approval and evidence requirements change outcomes
- how UAICP identity/policy/evidence/verification gates control final delivery
Run it:
npm install
npm run example:financeRun tests:
npm test
npm run buildThis repository uses status-based roadmap tracking, not timeline/date planning.
- complete
- identity and attestation validation
- policy evaluator
- finance workflow comparison example
- in progress
- richer verification report assembly primitives
- audit event envelope helpers
- planned
- framework-specific adapter walkthrough packages
- conformance harness runner examples
Tracking:
ROADMAP.md- Monorepo Issues
Use .private/ for local-only notes or planning artifacts. Only .private/.gitkeep is tracked; all other files in .private/ are ignored.
Apache-2.0. See NOTICE for attribution.