Quickstart

This page is for non-technical users or first-time users who want to quickly try out the ClientCoach AI experience.


🚀 Set Up in Minutes

1

Clone the Repository

git clone https://github.com/Nachogutii/multi-agent.git
cd multi-agent
2

Set up environment variables

Copy .env.example to .env and add your credentials:

cp .env.example .env
nano .env
3

Insert dependencies

make install
4

Run the project in development

make start

To build for production:

make build

💬 What You Can Do

  • Choose a predefined customer scenario

  • Interact with AI customers through realistic PLG-style conversations

  • Receive real-time feedback and scores

  • Speak or type — supports voice interaction!


🛠 Need More Control?

For advanced configuration, production build, or custom development:

👉 Go to the Developer Setup section.

Last updated