Python: feat(python): Add Nory x402 payment plugin#13515
Open
TheMemeBanker wants to merge 1 commit intomicrosoft:mainfrom
Open
Python: feat(python): Add Nory x402 payment plugin#13515TheMemeBanker wants to merge 1 commit intomicrosoft:mainfrom
TheMemeBanker wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Adds NoryX402Plugin for AI agents to make payments using the x402 HTTP protocol. New kernel functions: - get_payment_requirements: Get payment requirements for a resource - verify_payment: Verify signed payment transactions - settle_payment: Submit payments for on-chain settlement - lookup_transaction: Check transaction status - health_check: Check service health Features: - Supports Solana and 7 EVM chains - Sub-400ms payment settlement - Optional API key authentication - Async HTTP requests with aiohttp 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
Hi team! Just following up on this Python plugin PR. The Nory x402 integration would give Semantic Kernel users a clean way to add payment capabilities to their AI agents. Happy to make any adjustments needed to align with SK's plugin patterns and contribution requirements! |
Author
|
@microsoft-github-policy-service agree |
Author
|
Friendly bump! We've expanded the x402 SDK ecosystem: New: nory-x402-payer - Payer-side SDK for AI agents This means Semantic Kernel agents could:
The x402 protocol (HTTP 402) is becoming the standard for AI agent payments, with support from Coinbase and Cloudflare's x402 Foundation. This plugin gives SK users first-mover access to agent commerce. Happy to address any feedback! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
NoryX402Pluginfor AI agents to make payments using the x402 HTTP payment protocol via Nory.New Kernel Functions
get_payment_requirementsverify_paymentsettle_paymentlookup_transactionhealth_checkSupported Networks
Use Cases
AI agents can now:
Usage Example
Documentation
🤖 Generated with Claude Code