Merged
Conversation
rido-min
approved these changes
Jul 22, 2025
kylerohnmsft
pushed a commit
that referenced
this pull request
Jul 24, 2025
* removing intermediate folders * consolidating libraries and renaming * Restructuring and naming done. Exporting improvement pending. * Restructuring and naming done. Exporting improvement pending. --formatting * ADO Pipeline fix * Exporting top level classes * Updating samples * Integration fixes * Samples updates * Description updates
Closed
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 includes significant changes to streamline the build process, update dependencies, and reorganize the project structure. Key updates include simplifying the package build scripts, removing deprecated libraries, and consolidating functionality into a new
microsoft-agents-activitylibrary. Below are the most important changes grouped by theme.Build and CI Improvements:
.azdo/ci-pr.yamland.github/workflows/python-package.ymlby removing nested directory traversal and directly building packages withpyproject.tomlin the root of each library. [1] [2]Codebase Cleanup:
pyproject.tomlfiles for deprecated libraries:microsoft-agents-client,microsoft-agents-connector,microsoft-agents-authorization, andmicrosoft-agents-storage. These libraries are no longer part of the project. [1] [2] [3] [4]__all__definition frommicrosoft-agents-coreinlibraries/Core/microsoft-agents-core/microsoft/agents/core/__init__.py. This functionality has been moved to the newmicrosoft-agents-activitylibrary.Library Reorganization:
libraries/Core/microsoft-agents-core/microsoft/agents/core/modelstolibraries/microsoft-agents-activity/microsoft/agents/activityand consolidated functionality such asChannelAdapterProtocol,TurnContextProtocol, andload_configuration_from_envinto the newmicrosoft-agents-activitylibrary. [1] [2]adaptive_card_invoke_value.pyto use the newmicrosoft.agents.activity.modelsnamespace instead of the deprecatedmicrosoft.agents.core.models.Linting Configuration:
.flake8, as the corresponding files have been deprecated and removed.