Skip to content

AgoraIO-Community/agora-openai-realtime-client

Repository files navigation

Conversational AI Agent (Front-end Client)

A Next.js-based front-end application for conversational AI agents, built with Agora's Real-Time Communication SDK.

Conversational AI Client

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 16.x or higher)
  • pnpm (version 8.x or higher)

You must have an Agora account and a project to use this application.

Installation

  1. Clone the repository:
git clone https://github.com/AgoraIO-Community/conversational-ai-client.git
cd conversational-ai-client
  1. Install dependencies:
pnpm install
  1. Create a .env.local file in the root directory and add your environment variables:
cp .env.local.example .env.local
  1. Run the development server:
pnpm dev
  1. Open your browser and navigate to http://localhost:3000 to see the application in action.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published