- Step1: Clone the ai-agent repository from GitHub.
- Step2: Run npm install (or yarn) to install dependencies.
- Step3: Add your OpenAI API key and VideoSDK credentials in .env.
- Step4: Start the development server with npm start (or yarn start).
- Step5: Import the Agent component into your React app.
- Step6: Configure prompts and language settings in agentConfig.js.
- Step7: Deploy your video app and watch the AI Agent join calls.