feat: add Helixa AgentDNA action provider — onchain identity for AI agents #943
+703
−0
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
Adds
HelixaActionProvider— onchain identity and reputation for AI agents on Base via the Helixa AgentDNA protocol (ERC-8004 compliant).Problem
Every AI agent that gets a wallet needs an identity. A wallet is just a keypair — it does not tell you WHO the agent is, what it does, what framework it runs on, or what its reputation looks like. There is no standard way for AgentKit agents to establish onchain identity.
Solution
Helixa AgentDNA provides ERC-8004 compliant identity NFTs on Base. This action provider lets any AgentKit agent:
register_agent.agentname)get_agentget_agent_by_addressmutate_agentadd_traitresolve_name.agentnames to addressescheck_name.agentname availabilityget_helixa_statsUsage
Contract Details
0x665971e7bf8ec90c3066162c5b396604b3cd7711(Base mainnet)0xDE8c422D2076CbAE0cA8f5dA9027A03D48928F2d(Base mainnet)totalSupply()will revert — usetotalAgents()instead.Links