feat(agentkit): add Agent Guild trust and payment safety provider - #1446
Open
AgentTanuki wants to merge 9 commits into
Open
feat(agentkit): add Agent Guild trust and payment safety provider#1446AgentTanuki wants to merge 9 commits into
AgentTanuki wants to merge 9 commits into
Conversation
🟡 Heimdall Review Status
|
AgentTanuki
marked this pull request as ready for review
August 14, 2026 20:30
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.
Description
Adds a TypeScript
agentGuildActionProviderthat lets wallet-bearing AgentKit agents quote and purchase Agent Guild trust and payment-safety decisions before delegation or payment.The provider exposes four explicit actions:
quote_agent_trustandpurchase_agent_trustquote_payment_safetyandpurchase_payment_safetySafety properties:
confirmPayment: true.@x402/fetchand@x402/evmclient paths with both a registered payment policy and a final pre-signing hook.maxPaymentUsdcis a hard per-request ceiling and defaults to 0.01 USDC.The default hosted service requires no Agent Guild account or API key. The provider supports Base mainnet EVM wallets.
Tests
@coinbase/agentkittest suite: 62 suites, 875 tests, 0 failures.@x402/fetchinteroperability test creates a test-only EIP-3009 payload entirely offline, checks the exact accepted/resource fields, and parses a mock settlement receipt. It uses no funds and makes no payment.payment_required,paid: false, 10,000 atomic units of Base mainnet USDC, and the exact treasury payee. It created no signature and made no payment.No model-backed chatbot test was run because no model API key is available in this environment. No live paid test was run; no funds were used.
Checklist