Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/agent-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python-1.0.0b251216
Choose a base ref
...
head repository: microsoft/agent-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-1.0.0b251218
Choose a head ref
  • 20 commits
  • 81 files changed
  • 17 contributors

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    06cdcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1c5e9 View commit details
    Browse the repository at this point in the history
  3. Python: Azure AI Agent with Bing Grounding Citations Sample (#2892)

    * bing grounding sample with citations
    
    * small fix
    
    * fix
    giles17 authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    d552798 View commit details
    Browse the repository at this point in the history
  4. .NET: Make DelegatingAIAgent abstract (#2797)

    * Initial plan
    
    * Make DelegatingAIAgent abstract
    
    Co-authored-by: SergeyMenshykh <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: SergeyMenshykh <[email protected]>
    Copilot and SergeyMenshykh authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    c7ddb8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cd805f View commit details
    Browse the repository at this point in the history
  6. Python: Correction of MCP image type conversion in _mcp.py (#2901)

    * Correction of MCP image type conversion in  _mcp.py
    
    * Added a new overload to the init function of the DataContent() type of the Agent Framework, edited the test case to correctly test the usage of the data and uri fields while using DataContent()
    
    * Fixed tests related to the changes of the DataContent type, added testing for both string and byte representations
    egeozanozyedek authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ee53fe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    3608397 View commit details
    Browse the repository at this point in the history
  2. Python: Move ollama samples to samples getting started dir (#2921)

    * Move ollama samples to samples getting started dir
    
    * Address feedback
    moonbox3 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ca1532c View commit details
    Browse the repository at this point in the history
  3. Python: fix: correct BadRequestError when using Pydantic model in res…

    …ponse_fo… (#1843)
    
    * fix: correct BadRequestError when using Pydantic model in response_format
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Evan Mattson <[email protected]>
    samueljohnsiby and moonbox3 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    0298e0a View commit details
    Browse the repository at this point in the history
  4. .NET: [Breaking] Delete display name property (#2758)

    * delete the AIAgent.DisplayName property
    
    * use agent name as a first value for activity display name
    
    * Update dotnet/src/Microsoft.Agents.AI.Workflows/Specialized/HandoffAgentExecutor.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    SergeyMenshykh and Copilot authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a71f768 View commit details
    Browse the repository at this point in the history
  5. Python: cleanup and refactoring of chat clients (#2937)

    * refactoring and unifying naming schemes of internal methods of chat clients
    
    * set tool_choice to auto
    
    * fix for mypy
    
    * added note on naming and fix #2951
    
    * fix responses
    
    * fixes in azure ai agents client
    eavanvalkenburg authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    e5c11d3 View commit details
    Browse the repository at this point in the history
  6. Python: Workflow add option to visualize internal executors (#2917)

    * Workflow add option to visualize internal executors
    
    * Address Copilot comments
    TaoChenOSU authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b4f2709 View commit details
    Browse the repository at this point in the history
  7. Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescr…

    …ipt SDK (#2948)
    
    * added camelCase input to run id and thread id aligning with @ag-ui/core
    
    * fixed per copilot suggestions
    howlowck authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    e3f8bfc View commit details
    Browse the repository at this point in the history
  8. Python: Add workflow cancellation sample (#2732)

    * Add workflow cancellation sample
    
    Add sample demonstrating how to cancel a running workflow using asyncio
    tasks. Shows both cancellation mid-execution and normal completion paths.
    Useful for implementing timeouts, graceful shutdown, or A2A executors.
    
    * update docstring
    victordibia authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    8ff34f9 View commit details
    Browse the repository at this point in the history
  9. .NET: Update Anthropic package to version 12.0.0 (#2914)

    * Initial plan
    
    * Update Anthropic package to version 12.0.0
    
    Co-authored-by: stephentoub <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: stephentoub <[email protected]>
    Copilot and stephentoub authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ff9343d View commit details
    Browse the repository at this point in the history
  10. Python: Add Azure Managed Redis Support with Credential Provider (#2887)

    * azure redis support
    
    * small fixes
    
    * azure managed redis sample
    
    * fixes
    giles17 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    37b4cfd View commit details
    Browse the repository at this point in the history
  11. Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0…

    ….0 (#2856)
    
    ---
    updated-dependencies:
    - dependency-name: CommunityToolkit.Aspire.OllamaSharp
      dependency-version: 13.0.0
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b0b5777 View commit details
    Browse the repository at this point in the history
  12. Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)

    ---
    updated-dependencies:
    - dependency-name: AWSSDK.Extensions.Bedrock.MEAI
      dependency-version: 4.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mark Wallace <[email protected]>
    dependabot[bot] and markwallace-microsoft authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    d46adff View commit details
    Browse the repository at this point in the history
  13. Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-b…

    …eta.5 (#2854)
    
    ---
    updated-dependencies:
    - dependency-name: Azure.AI.AgentServer.AgentFramework
      dependency-version: 1.0.0-beta.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Azure.AI.AgentServer.AgentFramework
      dependency-version: 1.0.0-beta.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris <[email protected]>
    dependabot[bot] and crickman authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a841bdd View commit details
    Browse the repository at this point in the history
  14. Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

    * Fix kwargs propagation through workflow.as_agent()
    
    * Fix WorkflowAgent to respect AgentExecutor output_response setting
    moonbox3 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b0a7a1f View commit details
    Browse the repository at this point in the history
Loading