python-ai-agent-frameworks-demos
Basic Information
This repository is a collection of hands-on example projects that demonstrate how to build and run Python AI agents with multiple popular frameworks using GitHub Models and optionally Azure OpenAI. It is targeted at developers who want runnable samples and patterns for single agents, multi-agent workflows, orchestrators and retrieval-augmented generation. The README documents how to run examples in GitHub Codespaces, VS Code Dev Containers, or a local Python 3.10+ environment and describes required environment variables such as GITHUB_TOKEN and optional GITHUB_MODEL. The repo includes an examples directory with scripts that show distinct agent patterns and an infra directory with infrastructure-as-code to provision Azure OpenAI deployments. The content focuses on practical, reproducible demos rather than production services and explains provisioning, authentication, and resource cleanup steps.