- Step1: Clone the GitHub repository with git clone https://github.com/stranger00135/AgentChat.git
- Step2: Install Python dependencies via pip and Node.js dependencies via npm
- Step3: Configure your OpenAI API key and Redis credentials in .env
- Step4: Define agent roles, prompts, and tool integrations in the config files
- Step5: Launch the FastAPI backend using uvicorn and start the React frontend with npm start
- Step6: Open the web UI in your browser to interact with and monitor agents
- Step7: Review logs and metrics to fine-tune agent behaviors and workflows