Package Exports
- @helix-agent/core
Readme
@helix-agent/core
Self-healing infrastructure for AI agent payments.
See the root README for full documentation.
Quick Start
npm install @helix-agent/coreimport { wrap } from '@helix-agent/core';
const resilientPay = wrap(myPaymentFunction);
const result = await resilientPay(invoice);License
MIT