feat: add WalletForge x402 fetch_markdown / normalize_text action provider - #1492
Open
mig26-design wants to merge 2 commits into
Open
feat: add WalletForge x402 fetch_markdown / normalize_text action provider#1492mig26-design wants to merge 2 commits into
mig26-design wants to merge 2 commits into
Conversation
…vider Add a community Python action provider for WalletForge pay-per-call tools on Base via x402 V2 (non-custodial EIP-3009 USDC). Includes mocked unit tests (no live paid settle), package exports, changelog, and a small example that shows walletforge_action_provider() wiring plus unpaid 402 smoke. Co-authored-by: mig26-design <mig26-design@users.noreply.github.com>
Add a tests package init so pytest can resolve relative conftest imports. Co-authored-by: mig26-design <mig26-design@users.noreply.github.com>
🟡 Heimdall Review Status
|
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.
Draft PR — Coinbase AgentKit community action provider catalog
Title
feat: add WalletForge x402 fetch_markdown / normalize_text action providerSummary
Adds a community ActionProvider for WalletForge, a non-custodial x402 V2 paid API on Base mainnet. Agents pay 0.05 USDC per URL→markdown scrape and 0.01 USDC per text normalize/extract call via EIP-3009 + public facilitator — no seller API keys and no seller private key on the server.
Motivation
Tools / actions
fetch_markdownPOST https://api.walletforge.app/v1/fetch-markdownnormalize_textPOST https://api.walletforge.app/v1/normalizeFull schemas: see
docs/TOOL_SPEC.mdin this package.Integration
Buyer implementation:
walletforge_x402.buyer.X402Buyer(echoes x402extensionsfor Bazaar compatibility).Reproduction steps (reviewers)
curl -sS https://api.walletforge.app/healthaccepts[0].amount == "50000",payTo == 0xb5F5a86Df5F78ed78920f74a1D7f26368F708E94.BUYER_PRIVATE_KEYwith ~0.10 Base USDC.Proof of live paid settle (Base)
50000)0x3f6023854de3E58049A352D99D4B5Ec20A7611360xb5F5a86Df5F78ed78920f74a1D7f26368F708E940x5cebbe810ca7208bc85ab0231c59c03dfee967ad3de30f72ee4a753795677afcwalletforge-x402→api.walletforge.appSecurity / custody notes
Checklist
Links
https://github.com/mig26-design/walletforge-x402(pending publish)