mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
9355329dfd
* updated structure and samples * updated names and removed cross tests * updated projects etc * updated tests * updated test * test fixes * removed devui for now * updated all-tests task * removed old style configs * remove coverage from tests * updated to unit tests with all-tests * updated foundry everywhere * fix azure ai tests * fix merge tests * fix mypy
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
# 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 |
|