Autonomous agent. No frameworks.
- Create virtual env
uv venv
- Activate virtual env
source .venv/bin/activate
- Export required env vars
export AZURE_OPENAI_ENDPOINT=<endpoint. ex: https://ca-openai-dev.openai.azure.com>
export AZURE_OPENAI_DEPLOYMENT=<deployment name. ex: cd-query-response-dev>
export AZURE_OPENAI_API_KEY=<api key>
- Run desired script
python <name of script>