const response = await agentExecutor.invoke({ input: "Create a Solana Wallet and give me it's public key. Also tell me it's balance." });
console.log(response);
Supported Actions
Action
Description
Action.SOLANA_WALLET_GENERATE_KEYPAIR
Generate a new Solana wallet keypair.
Action.SOLANA_WALLET_GET_BALANCE
Retrieve the balance of a Solana account.
Action.SOLANA_WALLET_GET_MY_PUBLIC_KEY
Get the public key of the current user who is using the Vity Toolkit.
Action.SOLANA_WALLET_TRANSFER
Transfer Solana tokens like SOL, USDC, BONK, etc. to another account on any network.