feat: Agent framework - Upgrading to new Foundry Agents changes#810
Merged
Roopan-Microsoft merged 16 commits intodev-v4from Feb 27, 2026
Merged
feat: Agent framework - Upgrading to new Foundry Agents changes#810Roopan-Microsoft merged 16 commits intodev-v4from
Roopan-Microsoft merged 16 commits intodev-v4from
Conversation
fix: Merging Dev v4 changes to main
…deployment name fallback
…on with deployment name fallback" This reverts commit c513f4b.
…g print statements and streamline logging
…team objects and streamline AzureAIClient initialization
marktayl1
approved these changes
Feb 26, 2026
Roopan-Microsoft
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Dependency and SDK Upgrades:
pyproject.toml, includingazure-ai-projects(to 2.x),azure-monitor-opentelemetry,openai, and allopentelemetrypackages, and replacedagent-frameworkwithagent-framework-azure-aiandagent-framework-corefor improved Azure AI support. [1] [2]Azure AI Client Migration and Refactoring:
AzureAIAgentClientwith the newAzureAIClientfromagent_framework_azure_ai, and updated all related class methods and instantiation patterns accordingly. This includes removing legacy agent ID resolution and database agent reuse logic, as the new SDK manages agent reuse by name. [1] [2] [3] [4] [5]Logging and Configuration Improvements:
app.pyto ensure logging levels are set before any logging calls, and added explicit log level setting for Azure HTTP logging policy. [1] [2] [3]Agent/Team Management Robustness:
Code Cleanup and Legacy Removal:
These changes collectively modernize the backend to leverage the latest Azure AI SDKs, improve maintainability, and ensure more robust agent orchestration and logging.
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information