Feat/deploy agents: deploy all 4 agents to Cloudflare Workers and register ERC-8004 identities on BSC Testnet - #22
Merged
Conversation
moises-cisneros
force-pushed
the
feat/deploy-agents
branch
from
September 9, 2026 13:53
a144d88 to
3104b0d
Compare
7 tasks
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
rangekeeper-agent(rebalancing),yieldrouter-agent(yield), andgridrunner-agent(grid_trading), exposing live HTTPS endpoints for A2A (/.well-known/agent-card.json), MCP (/mcp), and Liveness (/ping).rangekeeper(rebalancing): Token ID2300(wallet0xCC2abE29F43EAb530a6b5D93E3C41bc0E7622b47)yieldrouter(yield): Token ID2301(wallet0xe1D07be03DDE2C292f842AdE4f34782FDf9176c5)gridrunner(grid_trading): Token ID2302(wallet0x78f800FBA857Ae0a33eEa55f62a68ddA20b27185)hfwatch(Token ID2292), all 4 marketplace categories now have live, verifiable ERC-8004 agents deployed on BNB Chain.openspec/changes/deploy-register-remaining-agents(bunx openspec validate deploy-register-remaining-agents).Workstream
Review first
agents/*,openspec/changes/*)packages/domainuntouchedmainOut of scope
packages/indexer/fixtures/featured.json) — strictly owned by Stream C (Catalog).apps/web/*).Test plan
pnpm typecheck(all 6 workspace packages passing with zero errors)bunx openspec validate deploy-register-remaining-agents(validated)rangekeeper:https://rangekeeper-agent.moisescisnerosdl.workers.dev/ping(200 OK)yieldrouter:https://yieldrouter-agent.moisescisnerosdl.workers.dev/ping(200 OK)gridrunner:https://gridrunner-agent.moisescisnerosdl.workers.dev/ping(200 OK)pnpm register --checkacross all 4 agents.