- Step1: Clone the GitHub repository locally.
- Step2: Install dependencies with pip install -r requirements.txt.
- Step3: Set your OpenAI API key in the OPENAI_API_KEY environment variable or .env file.
- Step4: Run the app via streamlit run app.py.
- Step5: Open the provided localhost URL in a browser.
- Step6: Interact with the agent and review responses.
- Step7: Customize agent behavior by editing the autogen configuration and prompts.