Skip to content

alexbrand/agents-the-hard-way

Repository files navigation

agents-the-hard-way

Autonomous agent. No frameworks.

Quick start

  1. Create virtual env
uv venv
  1. Activate virtual env
source .venv/bin/activate
  1. 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>
  1. Run desired script
python <name of script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages