- Step1: Clone the repository from GitHub.
- Step2: Install Python dependencies via pip install -r requirements.txt.
- Step3: Set environment variables for AGENT_SERVICE_ENDPOINT and AGENT_SERVICE_API_KEY.
- Step4: Run the app with streamlit run app.py.
- Step5: Use the sidebar to select or create an agent profile.
- Step6: Adjust conversational settings (temperature, max tokens).
- Step7: Enter messages in the chat box to interact with your AI agent.
- Step8: Review conversation logs and agent responses for debugging.