ts/examples/google/README.md
This example demonstrates how to use Composio SDK with Google's GenAI (Gemini).
Install dependencies:
pnpm install
Configure environment:
cp .env.example .env
Then edit .env and add your API keys:
COMPOSIO_API_KEY: Get it from Composio DashboardGEMINI_API_KEY: Get it from Google AI Studio# Run the example
pnpm start
# Run in development mode (with file watching)
pnpm dev
Edit src/index.ts to: