mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
82ca4065cb
* test with stack and simplified names * quick demo of agent decorator * moved builder to protocol to enhance functionality * undid chatclientAgent -> agent rename * one more * reverted AIAgent rename * final reverts * fixed foundry import * revert changes * streamlined otel and fcc decorators * cleanup of telemetry * further refinement * lots of updates * fixed typing * fix for mypy * added input and output atttributes * fix import * initial work on baking in otel * major update to telemetry * final fixes after rename * fix * fix test * updated tests * fix for tests * fixes for tests * updated based on comments * removed agent decorator * fix for Python: ServiceResponseException when using multiple tools Fixes #649 * addressed comments * fix tests * fix tests * fix tools tests * fix for conversation_id in assistants client * fix responses test * fix tests and mypy * updated test * foundry fix --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
82ca4065cb
ยท
2025-09-10 14:52:42 +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 |
|---|---|
foundry/ |
Create agents using Azure AI Foundry |
Azure OpenAI Examples
| Folder | Description |
|---|---|
azure_assistants_client/ |
Create agents using Azure OpenAI Assistants API |
azure_chat_client/ |
Create agents using Azure OpenAI Chat Completions API |
azure_responses_client/ |
Create agents using Azure OpenAI Responses API |
OpenAI Examples
| Folder | Description |
|---|---|
openai_assistants_client/ |
Create agents using OpenAI Assistants API |
openai_chat_client/ |
Create agents using OpenAI Chat Completions API |
openai_responses_client/ |
Create agents using OpenAI Responses API |