Samples for 2.4.0 - #50187
Open
Jose Alvarez (jpalvarezl) wants to merge 25 commits into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Track the dispatched run by ID, recognize V2 terminal phases, and ensure asynchronous cleanup on failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Add synchronous and asynchronous Agent Optimizer samples using the beta Agents clients and Azure Core polling primitives. Document the preview workflow and required Foundry configuration in the package README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Demonstrate v2 memory updates, chained updates, searches, and scope cleanup in synchronous and asynchronous Java samples. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Improve Work IQ sample discoverability, tool invocation, output handling, and async cleanup. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Improve Fabric IQ sync and async samples with readable response and annotation output, configurable agent names, and reliable asynchronous cleanup. Expand README coverage with authoritative documentation and both sample links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 679cb280-41ef-40f8-b9dd-33fa4746aefc
Jose Alvarez (jpalvarezl)
requested review from
a team,
Darren Cohen (dargilco),
Gerardo Lecaros (glecaros) and
Kaylie (kaylieee)
as code owners
August 19, 2026 12:03
|
Azure Pipelines: 36 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Kaylie (kaylieee)
approved these changes
Aug 20, 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.
This pull request introduces new features and documentation improvements to the Azure AI Agents SDK, with a focus on draft agent versions, agent optimization, new toolbox tools, and enhanced sample coverage. It also clarifies the usage of preview features and updates the README with new guidance and samples.
Key changes:
New Features and Samples
AgentsClientandAgentsAsyncClient. These samples show how to create both released and draft agent versions, list versions with and without drafts, and clean up agents after testing. (sdk/ai/azure-ai-agents/src/samples/java/com/azure/ai/agents/agents/AgentDraftSample.java,sdk/ai/azure-ai-agents/src/samples/java/com/azure/ai/agents/agents/AgentDraftAsyncSample.java) [1] [2]sdk/ai/azure-ai-agents/CHANGELOG.md)Documentation and README Updates
x-ms-user-identityheader to scope conversation operations to a delegated end user.Preview Features Clarification
AgentsClientBuilder.allowPreview(true)for accessing preview APIs, including draft agent versions and other preview features. [1] [2]These changes enhance the SDK's usability and feature set, especially around preview and advanced agent management scenarios.