curl -LsSf https://astral.sh/uv/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"uv venvsource .venv/bin/activate.venv\Scripts\activate.ps1uv synccp .env.example .envupdate the .env file with your values (API Keys, Snowflake credentials, etc.).
fastapi dev main.pyBuild and run the interpreter service Docker image:
docker build -f interpreter/Dockerfile -t othelia-interpreter .
docker run -p 8001:8001 othelia-interpreterNote: this is a required tool of the analysis agent