ts/examples/vercel/README.md
This example demonstrates how to use the Composio SDK with Vercel's AI SDK to create an AI-powered application that can interact with HackerNews data.
cd examples/vercel
pnpm install
.env.example file to .env and fill in your API keys:cp .env.example .env
.env file with your credentials:COMPOSIO_API_KEY=your_composio_api_key
OPENAI_API_KEY=your_openai_api_key
pnpm start
This example showcases how to:
@composio/core: Core Composio SDK@composio/vercel: Vercel integration for Composio@ai-sdk/openai: OpenAI integrationai: Vercel's AI SDKISC
For questions and support, please refer to the Composio documentation or open an issue in the repository.