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.0b251218
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.0b251223
Choose a head ref
  • 13 commits
  • 78 files changed
  • 13 contributors

Commits on Dec 19, 2025

  1. .NET: Use GrpcEntityRunner instead of TaskEntityDispatcher (#2759)

    * Use GrpcEntityRunner instead of TaskEntityDispatcher
    
    * Pin to Durable worker 1.11.0
    
    * Set the invocation result
    
    * Update all Durable packages
    
    * Update changelog, rename dispatcher to encondedEntityRequest
    jviau authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    19a9e13 View commit details
    Browse the repository at this point in the history
  2. Python: Bump Py version to 1.0.0b251218 for a release. Update CHANGEL…

    …OG (#2968)
    
    * Bump Py version to 1.0.0b251218 for a release. Update CHANGELOG
    
    * update lock
    
    * Fix formatting
    
    * Fix ChatKit typing
    moonbox3 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    e15eab7 View commit details
    Browse the repository at this point in the history
  3. Python: Introducing Foundry Local Chat Clients (#2915)

    * redo foundry local chat client
    
    * fix mypy and spelling
    
    * better docstring, updated sample
    
    * fixed tests and added tests
    
    * small sample update
    eavanvalkenburg authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    8783ac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83cf93 View commit details
    Browse the repository at this point in the history
  5. Python: Added GitHub MCP sample with PAT (#2967)

    * added github mcp sample with PAT
    
    * addressed copilot fixes
    
    * env fix
    giles17 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    6930c0f View commit details
    Browse the repository at this point in the history
  6. Python: Preserve reasoning blocks with OpenRouter (#2950)

    * Preserve reasoning blocks with OpenRouter
    
    * Put encrypted reasoning in TextReasoningContent
    
    * Remove unneccessary change
    
    * Fix docs
    
    * Support streaming
    
    * Fix handling None in TextReasoningContent.text
    SuperKenVery authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    85d70f0 View commit details
    Browse the repository at this point in the history
  7. Python: Added response.created and response.in_progress event process…

    … to OpenAIBaseResponseClient (#2975)
    
    * added response.created and response.in_progress to include response.id
    
    * better doc string
    
    * added tests for the new streaming event types
    howlowck authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    defe0f1 View commit details
    Browse the repository at this point in the history
  8. Python: Introducing support for Bedrock-hosted models (Anthropic, Coh…

    …ere, etc.) (#2610)
    
    * Pushing the bedrock related changes to the new branch after addressing the review comments
    
    * 2524 Addressed the second round review comments
    
    * 2524 Addressed few more minor comments on the PR
    
    * resolving the merge conflict
    
    * 2524 resolved the uv.lock conflicts
    
    * 2524 addressed more comments
    
    * 2524 removed the print statement to fix the checks failure
    
    * 2524 resolved the CI failure issues
    
    * 2524 fixing the CI breaks
    
    * 2524 Addressed the review comment
    
    * 2524 resolved conflict
    
    ---------
    
    Co-authored-by: Sunil Dutta <[email protected]>
    Co-authored-by: budgetboardingai <[email protected]>
    3 people authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    3b77192 View commit details
    Browse the repository at this point in the history
  9. .NET: [Durable Agents] Reliable streaming sample (#2942)

    * .NET: [Durable Agents] Reliable streaming sample
    
    * Add automated validation for new sample
    
    * Address Copilot PR feedback
    cgillum authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    0e152a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Fix typo in README.md about agent definitions (#2634)

    * Fix typo in README.md about agent definitions
    
    * Update agent-samples/README.md
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Evan Mattson <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    3 people authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    8b743af View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Python: latency improvements (#3014)

    * latency improvements
    
    * fixed mypy, added coding standards and instructions
    
    * slight logic improvement
    eavanvalkenburg authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    a32702c View commit details
    Browse the repository at this point in the history
  2. Python: Updated package versions (#3024)

    * Updated package versions
    
    * Updated changelog
    dmytrostruk authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    5ab4759 View commit details
    Browse the repository at this point in the history
  3. Python: add powerfx safe mode (#3028)

    * add powerfx safe mode
    
    * improved docstring and aligned env_file loading
    
    * ensured test uses reset
    eavanvalkenburg authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    4b8a545 View commit details
    Browse the repository at this point in the history
Loading