# 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/`](azure_ai/)** | Create agents using Azure AI Foundry Agent Service | ### Microsoft Copilot Studio Examples | Folder | Description | |--------|-------------| | **[`copilotstudio/`](copilotstudio/)** | Create agents using Microsoft Copilot Studio | ### Azure OpenAI Examples | Folder | Description | |--------|-------------| | **[`azure_openai/`](azure_openai/)** | Create agents using Azure OpenAI APIs | ### OpenAI Examples | Folder | Description | |--------|-------------| | **[`openai/`](openai/)** | Create agents using OpenAI APIs | ### Custom Client Examples | Folder | Description | |--------|-------------| | **[`custom_client/`](custom_client/)** | Create agents using a custom chat client or a custom agent | | **[`anthropic/`](anthropic/)** | Create agents using Anthropic APIs |