This repository is archived and read-only.
The canonical source has moved to the UAICP monorepo:
UAICP stands for Universal Agent Integrity & Control Protocol.
UAICP is an open reliability contract for agentic workflow execution. It standardizes a control layer that forces systems to be correct or explicitly uncertain.
UAICP is an open-source contribution initiated by Prismworks AI (prismworks.ai) and developed with community contributions.
- baseline specification and invariant model
- schema contracts for envelope, evidence, and verification report
- executable baseline conformance harness (
npm test) - adapter contract and framework integration guidance
- reference implementation primitives and finance workflow comparison
- Read the core specification
- Implement the adapter contract
- Validate with compliance tests and
npm test - Compare behavior with the finance workflow reference fixture
UAICP is intentionally decoupled from frameworks such as LangGraph, Microsoft Agent Framework style runtimes, AutoGen, CrewAI, and OpenAI Agents SDK.
Frameworks handle orchestration mechanics. UAICP handles deterministic reliability governance.
- map framework context into UAICP envelope
- normalize runtime artifacts into evidence objects
- run verifier checks
- run policy gate checks before high-risk writes
- deliver only when required gates pass
Start in:
Post-v0.2 enhancements are tracked in:
docs/specification/- protocol specification and rationaledocs/integration-guides/- adapter contract and framework examplesdocs/examples/- workflow examplesschema/- JSON schema contractstests/- conformance test definitions
- Code and repository artifacts: Apache-2.0
- Specification docs and schema content: CC BY 4.0
- Attribution details: see
NOTICE