feat(agentkit): add Agent Guild trust and payment safety provider - #1446
Open
AgentTanuki wants to merge 15 commits into
Open
feat(agentkit): add Agent Guild trust and payment safety provider#1446AgentTanuki wants to merge 15 commits into
AgentTanuki wants to merge 15 commits into
Conversation
🟡 Heimdall Review Status
|
AgentTanuki
marked this pull request as ready for review
August 14, 2026 20:30
AgentTanuki
force-pushed
the
codex/agent-guild-provider
branch
from
August 16, 2026 16:23
504efda to
c633364
Compare
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 AgentKit agents run a free endpoint preflight before delegation, then optionally quote and purchase Agent Guild trust and payment-safety decisions before delegation or payment.The provider exposes five explicit actions:
preflight_agent_endpoint— free, read-only, and uses no wallet, Agent Guild account, API key, signer, or payment clientquote_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 currently supports Base mainnet EVM wallet configurations; the free preflight itself does not access the wallet.
Tests
@coinbase/agentkittest suite: 62 suites, 876 tests, 0 failures.paid: false, and that neither the payment wrapper nor wallet signer is invoked.@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