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
9355329dfd
ยท
2025-09-25 07:02:53 +00:00
History
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 |