Files

Google Example

This example demonstrates how to use Composio SDK with Google's GenAI (Gemini).

Setup

  1. Install dependencies:

    pnpm install
    
  2. Configure environment:

    cp .env.example .env
    

    Then edit .env and add your API keys:

Running the Example

# Run the example
pnpm start

# Run in development mode (with file watching)
pnpm dev

What This Example Does

  • Initializes Composio SDK
  • Fetches available tools
  • Demonstrates basic usage patterns

Customization

Edit src/index.ts to:

  • Add specific apps you want to integrate with
  • Implement your business logic
  • Add error handling and logging

Support