@uaicp/uaicp_specification
v0.3.1
Published
UAICP specification: reliability contract for agentic workflow integrity and control
Downloads
43
Maintainers
Readme
UAICP Specification (v0.3)
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.
v0.3 Release Scope
- 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
Practitioner Start Path
- Read the core specification
- Implement the adapter contract
- Validate with compliance tests and
npm test - Compare behavior with the finance workflow reference fixture
Why UAICP Is a Separate Layer
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.
How UAICP Integrates
- 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:
Contributor Tracking
Post-v0.3 enhancements are tracked in:
Repository Layout
docs/specification/- protocol specification and rationaledocs/integration-guides/- adapter contract and framework examplesdocs/examples/- workflow examplesschema/- JSON schema contractstests/- conformance test definitions
License
- Code and repository artifacts: Apache-2.0
- Specification docs and schema content: CC BY 4.0
- Attribution details: see
NOTICE
