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.0b260128
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.0b260130
Choose a head ref
  • 13 commits
  • 219 files changed
  • 10 contributors

Commits on Jan 28, 2026

  1. Python: added generic types to ChatOptions and ChatResponse/AgentResp…

    …onse for Response Format (#3305)
    
    * added generic types to ChatOptions and ChatResponse/AgentResponse for response format
    
    * fix typevar import
    
    * fix for older python versions
    
    * fix missing import
    
    * fixed imports
    
    * fixed mypy
    
    * mypy fix
    eavanvalkenburg authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    1226828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474b313 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Python: Improved AzureAI Package Test Coverage (#3452)

    * improved azureai test coverage
    
    * small fix
    
    * fix failing tests
    giles17 authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    f6c4e07 View commit details
    Browse the repository at this point in the history
  2. Python: Add observability unit tests to improve coverage (#3469)

    * Add observability unit tests to improve coverage from 72% to 86% (#3356)
    
    * Address PR review comments for observability tests
    giles17 authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    d418794 View commit details
    Browse the repository at this point in the history
  3. Python: Add core utilities unit tests (#3487)

    * Add core utilities unit tests to improve coverage (#3356)
    
    * Address PR comments: remove redundant imports and fix misleading test
    
    * Refactor tests to use module-level mock class instead of inline classes
    
    * Remove unnecessary tests for trivial base class implementations
    
    * Restore base class tests with module-level helper class
    giles17 authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    81a3177 View commit details
    Browse the repository at this point in the history
  4. Python: Add core types and agents unit tests (#3470)

    * Add core types and agents unit tests to improve coverage (#3356)
    
    * Address PR comments: move imports to top, fix naming (schema->scheme)
    
    * fix failing test
    
    * improved agents coverage
    giles17 authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    e5cddec View commit details
    Browse the repository at this point in the history
  5. .NET: Consolidate durable agent samples into Durable/Agents folder (#…

    …3471)
    
    * Durable samples reorganization.
    
    * Add local.settings.json
    
    * Fix broken link in samples root markdown file.
    
    * Add a link for console app samples.
    
    * Fixed samples path in integration test.
    
    * Fix consols app test path.
    kshyju authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    96f30bd View commit details
    Browse the repository at this point in the history
  6. Python: Add coverage threshold gate for PR checks (#3392) (#3510)

    * Python: Add coverage threshold gate for PR checks (#3392)
    
    - Add python-check-coverage.py script to enforce coverage threshold on specific modules
    - Modify python-test-coverage.yml to run coverage check after tests
    - Initial enforced module: agent_framework_azure_ai at 85% threshold
    - Other modules are reported for visibility but don't block merges
    
    * Fail if module not found
    
    * Force unit test job to run
    
    * Comment 1
    
    * Fix coverage check to use full package paths for submodule support
    
    * Update report format
    TaoChenOSU authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    0a0de4a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. Python: Fix dependencies for durabletask (#3493)

    * Fix dependencies
    
    * Use local packages
    
    * fix typing
    larohra authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    cd7661b View commit details
    Browse the repository at this point in the history
  2. .Net: Update Anthropic and Anthropic.Foundry package versions (#3517)

    * Initial plan
    
    * Update Anthropic packages to v12.3.0 and Anthropic.Foundry to v0.4.1
    
    Co-authored-by: rogerbarreto <[email protected]>
    
    * Fix AnthropicClient not being disposed in sample
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: rogerbarreto <[email protected]>
    Copilot and rogerbarreto authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    924211a View commit details
    Browse the repository at this point in the history
  3. .NET: Workflows - Support fidelity when converting to and from ChatMe…

    …ssage in declarative workflows (#3505)
    
    * Builds locally and tests pass
    
    * Fix typo
    
    * Updated
    
    * Updated
    
    * Fixed tests failing on net472 but not on dotnet10
    
    ---------
    
    Co-authored-by: Chris Rickman <[email protected]>
    peibekwe and crickman authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    ff7041b View commit details
    Browse the repository at this point in the history
  4. Python: Add sample on how to share a thread between agents in a workf…

    …low (#3405)
    
    * Add sample on how to share a thread between agents in a workflow
    
    * Fix sample
    
    * Fix formatting
    
    * Comments
    
    * comment
    TaoChenOSU authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    0fcf075 View commit details
    Browse the repository at this point in the history
  5. Python: Add BaseAgent implementation for Claude Agent SDK (#3509)

    * Added ClaudeAgent implementation
    
    * Updated streaming logic
    
    * Small updates
    
    * Small update
    
    * Fixes
    
    * Small fix
    
    * Naming improvements
    
    * Updated imports
    
    * Addressed comments
    
    * Updated package versions
    dmytrostruk authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    8b475af View commit details
    Browse the repository at this point in the history
Loading