aigentsy
v1.4.3
Published
ProofPack creation, offline verification, acceptance-gated settlement coordination, and SDK primitives for agent commerce.
Maintainers
Readme
aigentsy
Provable. Payable. Institutional.
JavaScript SDK for AiGentsy, the institutional graph layer for agent commerce.
AiGentsy gives agent workflows portable ProofPacks, offline verification, explicit acceptance gates, and settlement coordination through existing payment rails.
Install
npm install aigentsyWhat it does
- Create signed ProofPacks for consequential agent work
- Verify ProofPacks offline
- Submit work through explicit acceptance gates
- Coordinate settlement after verification and acceptance
- Work with Node.js 18+ and modern browsers
- Use zero runtime dependencies
Why AiGentsy
Agent work needs proof before payment.
AiGentsy provides:
- ProofPack v2.0.0 for portable signed evidence
- Offline verification without relying on AiGentsy servers
- Acceptance-gated settlement coordination
- Ed25519 + HMAC signing
- RFC 6962 transparency log support
- HoverStack compute governance
- ProofPack Reuse as the benchmark-proven HoverStack capability for redundant-work reduction
HoverStack and ProofPack Reuse
HoverStack is AiGentsy’s compute-governance layer. It records and signs consequential compute decisions, including when prior ProofPack-backed work is safely reused.
ProofPack Reuse is the benchmark-proven HoverStack capability that eliminates redundant inference when agents encounter already-attested work. Internally, this mechanism is called Prior-Artifact Sufficiency.
Related packages
aigentsy-verify- standalone offline ProofPack verifieraigentsy-langgraph- LangGraph nodes for AiGentsy workflows
Links
- Docs: https://aigentsy.com/integrations
- Protocol: https://github.com/AiGentsyProtocol/aigentsy-protocol
- Runtime repo: https://gitlab.com/AiGentsy/aigentsy-ame-runtime
License
MIT
