A collection of standalone examples for building and deploying AI agents — using frameworks like the Microsoft Agent Framework, the A2A (Agent-to-Agent) protocol, and various model providers and deployment targets.
Each example under examples/ is fully self-contained: its own dependencies, its own README, its own setup instructions. Pick the one you need and follow its README.
| Example | Description |
|---|---|
deploy-a2a-agent-as-azure-function-with-maf-and-foundry-model |
A general-purpose assistant built with the Microsoft Agent Framework and an Azure AI Foundry model, exposed over the A2A protocol, deployable to Azure Functions. |