To run this project, follow the steps:
- Rename
.env_exampleto.env - Populate
.envwih the following required env varsLLM_SERVICE_API_KEYQDRANT_URLQDRANT_API_KEY
- Setup and activate Python virtual env
python3 -m venv .venv source .venv/bin/activate - Install requirements
pip install -r requirements.txt - Run Solace Agent Mesh
sam run