AI
The AI component centers around using a LLM to interpret user intents and and execute actions. We also aim to provide intuitive onboarding experience with interactive guidance from AI for new users.
Last updated
The AI component centers around using a LLM to interpret user intents and and execute actions. We also aim to provide intuitive onboarding experience with interactive guidance from AI for new users.
Last updated
const inputAmount = 0.5 * GET_BALANCE("USDC.e");
const outputAmount = SWAP("USDC.e", "wS", inputAmount);