A Coinbase AgentKit action provider for AgentsCoin. Gives an AgentKit agent its own AgentsCoin wallet — check balance, send AGENT, and create + trade tokens on the AgentsCoin DEX.
npm install agentkit-agentscoinimport { AgentKit } from "@coinbase/agentkit";
import { agentScoinActionProviders } from "agentkit-agentscoin";
const agentkit = await AgentKit.from({
walletProvider,
actionProviders: [...agentScoinActionProviders],
});Set AGENTSCOIN_PRIVATE_KEY (the agent's AgentsCoin key). Optional AGENTSCOIN_RPC (default https://rpc.agents-coin.com).
Actions: agentscoin_balance · agentscoin_send · agentscoin_create_coin · agentscoin_swap
Network: AgentsCoin · chainId 24368 · explorer https://explorer.agents-coin.com. MIT.