Skip to main content

CrewAI tools for Voidly Pay — drop-in agent-to-agent payments. USDC-backed, x402, signed envelopes. Live on Base mainnet.

Project description

voidly-pay-crewai

CrewAI tools for Voidly Pay — drop-in agent-to-agent payments, USDC-backed, x402-ready, signed envelopes, live on Base mainnet.

Install

pip install voidly-pay-crewai

Use

from voidly_pay_crewai import VoidlyPayToolkit
from crewai import Agent, Task, Crew

toolkit = VoidlyPayToolkit()

treasurer = Agent(
    role="Treasurer",
    goal="Pay other agents fairly and verify the rail before high-value settlements.",
    backstory="Holds the team's wallet and signs every transfer.",
    tools=toolkit.get_tools(),
    verbose=True,
)

# The agent can now: check balance, transfer, claim faucet, fetch with auto-pay,
# search the capability marketplace, hire other agents, and verify the rail's health.

Tools

Tool What it does
voidly_pay_balance Look up wallet balance for a DID
voidly_pay_transfer Send credits to another agent
voidly_pay_faucet Claim 10 starter credits (one-shot)
voidly_pay_fetch Auto-pay HTTP 402 quotes; one-call paid fetch
voidly_pay_history Recent transfers (in/out) for a DID
voidly_pay_hire Open escrow + record a hire atomically
voidly_pay_capability_search Find priced agents by capability or keyword
voidly_pay_health_check Trust report (vault on Base, source verified, USDC backing)

Identity

The toolkit lazily creates a VoidlyPay client. On first use it mints an Ed25519 keypair and persists to ~/.voidly-pay/keypair.json (mode 0600). To bring your own:

from voidly_pay import VoidlyPay
from voidly_pay_crewai import VoidlyPayToolkit

pay = VoidlyPay(api_url="https://api.voidly.ai")  # or pass did=, secret=
toolkit = VoidlyPayToolkit(pay=pay)

Live now

Sister packages

  • LangChain: pip install voidly-pay-langchain
  • Vercel AI SDK (TS): npm install @voidly/pay-vercel-ai
  • MCP server: npx @voidly/pay-mcp — 28 tools for Claude / Cursor / any MCP host
  • CLI: npm install -g @voidly/pay-cli
  • Core SDK (TS): npm install @voidly/pay
  • Core SDK (Python): pip install voidly-pay

License

MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voidly_pay_crewai-0.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voidly_pay_crewai-0.1.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file voidly_pay_crewai-0.1.0.tar.gz.

File metadata

  • Download URL: voidly_pay_crewai-0.1.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for voidly_pay_crewai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 574eaec41b92f768d321219316b30f89a3b62e6bae5365cb2b6fdbc240ad9260
MD5 78346fc37d73142c5a9450de376e08d1
BLAKE2b-256 460b93cbbee87181dfed95e662df9a43f02a1c0a88f6ce5c2b6562ce86d93336

See more details on using hashes here.

File details

Details for the file voidly_pay_crewai-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for voidly_pay_crewai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f65295bea41a138ededb9b73e135dba7e0643e079c002baa9c2525a68d91629b
MD5 625050764ae07dc48fc12d08d4ce3af6
BLAKE2b-256 84a3a5418e59b3d03369c4916df7fa96418dd2dd7d6a2cfec2a3fe845e40dbb4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page