A Next.js-based front-end application for conversational AI agents, built with Agora's Real-Time Communication SDK.
Before you begin, ensure you have the following installed:
You must have an Agora account and a project to use this application.
- Clone the repository:
git clone https://github.com/AgoraIO-Community/conversational-ai-client.git
cd conversational-ai-client
- Install dependencies:
pnpm install
- Create a
.env.local
file in the root directory and add your environment variables:
cp .env.local.example .env.local
- Run the development server:
pnpm dev
- Open your browser and navigate to
http://localhost:3000
to see the application in action.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.