TypeScript implementations and SDKs for the UAPF ecosystem.
This repository is a workspace containing:
| Package | Purpose | Status |
|---|---|---|
node-uapf |
Parser + validator for .uapf package files |
v0.1 |
node-uapf-ip |
Host SDK for the UAPF Integration Protocol — embed in DMS / ERP / CRM / any host system to participate in UAPF process execution | v0.1 |
- You want to read or validate a
.uapffile in Node.js? Usenode-uapf. - You're building a host that needs to invoke UAPF processes and serve capability callbacks? Use
node-uapf-ip.
v0.2 (planned):
- DID-VC signing of capability invocations (currently optional bearer token).
- Streaming session state for long-running processes.
- Python and Go counterparts at
UAPFormat/uapf-pythonandUAPFormat/uapf-go.
MIT.