Files
agent-framework/python/samples/getting_started/agents
T
Eduard van Valkenburg 40ab6e9d67 Python: name changes executed (#607)
* name changes executed

* updated adr to accepted

* renamed openai base config

* renamed openai config to mixin

* added renames in user docs

* reverted mcperror

* fix tests

* remove sse from tests
40ab6e9d67 ยท 2025-09-04 15:00:38 +00:00
History
..
2025-08-28 18:54:06 +00:00

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