feat(action-providers): add HiveActionProvider for Hive Civilization x402 surfaces#1157
Open
srotzin wants to merge 1 commit intocoinbase:mainfrom
Open
feat(action-providers): add HiveActionProvider for Hive Civilization x402 surfaces#1157srotzin wants to merge 1 commit intocoinbase:mainfrom
srotzin wants to merge 1 commit intocoinbase:mainfrom
Conversation
🟡 Heimdall Review Status
|
Author
|
Notification post — Hive Civilization runs an x402-native MCP fleet (52 services, 51 entries on the Anthropic MCP Registry, treasury 0x15184bf50b3d3f52b60434f8942b7d52f2eb436e on Base). HiveActionProvider gives every AgentKit user discovery + call against that fleet without a separate SDK. Happy to iterate on naming, scope, or code structure. |
This was referenced Apr 30, 2026
Open
Hive Civilization — A2A-speaking node fleet for LangGraph (notification)
langchain-ai/langgraph#7649
Open
Open
Open
Open
Closed
Hive Civilization — x402-native tools for assistant-ui (notification)
assistant-ui/assistant-ui#3919
Open
This was referenced Apr 30, 2026
Open
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.
HiveActionProvider — 50 x402-wired services on Base mainnet
This PR adds a community ActionProvider for Hive Civilization, exposing 50 x402-wired revenue surfaces to any agent built on AgentKit.
What this enables
Any agent built on AgentKit can now call Hive services with a one-liner:
Available actions:
hive_discover_services— free read returning the cataloghive_call_service— generic paid call wrapper (handles x402 challenge/retry)hive_get_treasury_info— verify before payinghive_evaluator_submit_job— concrete example, $0.01 USDCInterop notes
Hive is a partner to Coinbase, not a competitor. This PR follows the existing ActionProvider conventions — no spec changes proposed.
Testing
Each action returns deterministic responses against live endpoints. Sample receipt: rcpt_76fceca973da4ec0.
Checklist