- Step1: Clone the AgentChat repository from GitHub.
- Step2: Install dependencies with npm or yarn in both frontend and backend folders.
- Step3: Create a .env file with your OpenAI API key and configuration variables.
- Step4: Run the backend server with `npm run dev` in the server directory.
- Step5: Start the frontend with `npm start` in the client directory.
- Step6: Access the web interface at http://localhost:3000 to create and configure agents.
- Step7: Begin chatting, manage agent workflows, and install or develop plugins to extend functionality.