Is there a starter kit for those looking to build using AgentKit for the first time?
What's a good place to start for building agents?
What is the correct installation path for `cdp-langchain`?
How can I connect the Coinbase Wallet app to my agent?
Should I use one agent for all functions or multiple agents communicating with each other?
Unfortunately, I cannot trade ETH for USDC on the Base Sepolia network, as trading features are not supported on that network. Will we be able to trade with this AI agent? What is currently developed and available, and what is planned?
Can the AI agent use other tokens to support gas fees when performing on-chain operations, such as cbBTC? It does not have USDC, ETH, or use other wallets to pay for gas.
I'm trying to change the network the agent runs on, but it's not working. What should I do?
If the agent has its own wallet, is it owned by an MPC, or is there just one wallet with the signing stored locally?
In production, how should the keys be stored? Should they be stored in the environment or in a Trusted Execution Environment (TEE)?
What's the limit to the number of addresses a wallet can generate?
When I run the chatbot and ask it to create another address for my wallet, it says it can't. However, the Wallet documentation states that a wallet can have multiple addresses by calling `wallet.createAddress()`. Why can't the agent's wallet have multiple addresses?
wallet.create_address(...)
within this action to enable your agent to create multiple addresses.How can I get real-time internet access for my agent?
What chains does AgentKit support?
What wallets does AgentKit work with?
When referring to the `interval=10` in autonomous mode, is it 10 seconds or another unit of measurement?
I've found a bug in the AgentKit repository or have a feature request. How can I report this to the team?