Agent Examples
This folder contains examples demonstrating how to create and use agents with different chat clients from the Agent Framework. Each sub-folder focuses on a specific provider and client type, showing various capabilities like function tools, code interpreter, thread management, and more.
Examples by Provider
Azure AI Foundry Examples
| Folder |
Description |
azure_ai/ |
Create agents using Azure AI Foundry Agent Service |
Microsoft Copilot Studio Examples
| Folder |
Description |
copilotstudio/ |
Create agents using Microsoft Copilot Studio |
Azure OpenAI Examples
| Folder |
Description |
azure_openai/ |
Create agents using Azure OpenAI APIs |
OpenAI Examples
| Folder |
Description |
openai/ |
Create agents using OpenAI APIs |
Custom Client Examples
| Folder |
Description |
custom_client/ |
Create agents using a custom chat client or a custom agent |
anthropic/ |
Create agents using Anthropic APIs |