JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 435
  • Score
    100M100P100Q105355F
  • License MIT

Self-healing infrastructure for AI agent payments. Auto-repairs payment failures across Tempo, Privy, Stripe, and any HTTP service.

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/core
import { wrap } from '@helix-agent/core';

const resilientPay = wrap(myPaymentFunction);
const result = await resilientPay(invoice);

License

MIT