Skip to content

ComposioHQ/Executive-Assistant

Repository files navigation

Composio Executive Assistant

This is an AI Agent built using Composio and Vercel, it is a personal assistant with the capability to access your email, calendar, and slack.

Prerequisites

  • Node.js (v18 or higher)
  • npm, yarn, or pnpm package manager

Installation

  1. Clone the repository:
git clone https://github.com/composio-ai/executive-assistant.git
cd Executive-Assistant
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Set up environment variables:
cp .env.example .env.local

Edit .env.local and add your required environment variables:

NEXT_PUBLIC_COMPOSIO_API_KEY=your_api_key
NEXT_PUBLIC_GROQ_API_KEY=your_api_key
NEXT_PUBLIC_OPENAI_API_KEY=your_api_key
# Add other environment variables here

Running the Application

  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser to view the application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published