Files
agent-framework/python/samples/getting_started/agents
T
Eduard van Valkenburg 65dd48aa1d Python: api doc generation setup (#342)
* api doc generation setup

* remove old log file

* improved check md function

* update with sample code in docstring

* updated script

* docs update

* docs update and action

* removed all-extras

* fixed sync command

* moved install

* moved action

* renamed folder

* fixed syntax

* add python path

* fix mypy and reused steps

* updated merge test

* undo change

* slight update in poe commands

* dev setup update

* updated uvlock
65dd48aa1d ยท 2025-09-16 10:02:53 +00:00
History
..
2025-09-09 20:07:20 +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

Microsoft Copilot Studio Examples

Folder Description
copilotstudio/ Create agents using Microsoft Copilot Studio

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