feat(tools): Add Nory x402 payment tools#10520
feat(tools): Add Nory x402 payment tools#10520TheMemeBanker wants to merge 1 commit intodeepset-ai:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi Haystack team! Following up on this PR. The x402 payment tools would complement Haystack's existing tool ecosystem nicely, enabling agents to access paid APIs and premium data sources. Let me know if there's anything I can improve or adjust! |
|
recheck |
1 similar comment
|
recheck |
|
I have read the CLA Document and I hereby sign the CLA |
Adds tools for AI agents to make payments using the x402 HTTP protocol. New tools: - nory_get_payment_requirements: Get payment requirements for a resource - nory_verify_payment: Verify signed payment transactions - nory_settle_payment: Submit payments for on-chain settlement - nory_lookup_transaction: Check transaction status - nory_health_check: Check service health Features: - Supports Solana and 7 EVM chains - Sub-400ms payment settlement - Optional API key authentication 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e9d3443 to
8b6d57f
Compare
|
Update: We've now released the full x402 SDK suite:
With this Haystack integration, users would have native payment tools for their pipelines. The payer SDK handles the other side - when Haystack agents encounter paid APIs, they can pay automatically. CLA signed above. Ready for review when you have time! |
|
Hello @TheMemeBanker, Thank you for the suggestion to add payment tools and opening this pull request. The new tools that you suggest to add are a better fit for a Haystack integration than for merging them into the Haystack core. I suggest that you publish this integration yourself as a pypi package and then open a PR in the following repo to make your integration more visible with an integration page: https://github.com/deepset-ai/haystack-integrations |
Summary
Adds tools for AI agents to make payments using the x402 HTTP payment protocol via Nory.
New Tools
nory_get_payment_requirementsnory_verify_paymentnory_settle_paymentnory_lookup_transactionnory_health_checkSupported Networks
Use Cases
AI agents can now:
Usage Example
Documentation
🤖 Generated with Claude Code