@helix-agent/core
v1.0.0
Published
Self-healing infrastructure for AI agent payments. Auto-repairs payment failures across Tempo, Privy, Stripe, and any HTTP service.
Maintainers
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
