0.3.6 • Published 1 year ago

@paybyrd/ai-agent-toolkit v0.3.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Paybyrd AI Agent Toolkit Core

A toolkit for building AI agents with Paybyrd payment processing capabilities.

Installation

npm install @paybyrd/ai-agent-toolkit

Features

  • Create payment links for customers
  • Process refunds for transactions
  • Retrieve order details
  • Tool permissions system
  • Compatible with OpenAI and Claude integrations

Integrations

This core package is used by model-specific integrations:

  • Claude: @paybyrd/ai-agent-claude
  • OpenAI: @paybyrd/ai-agent-openai

API Reference

Configuration

// Configuration example
const configuration = {
  actions: {
    paymentLinks: { create: true },
    refunds: { create: true },
    order: { read: true }
  },
  // Optional context
  context: {
    baseUrl: "https://api.paybyrd.com/v1"
  }
};

Available Tools

  • create_payment_link: Create a payment link for a customer
  • create_refund: Process a refund for a transaction
  • retrieve_order: Get details about an order

License

MIT

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago