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: feature-session-statebag
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 212 files changed
  • 4 contributors

Commits on Feb 6, 2026

  1. [BREAKING] Python: Merge send_responses into run method (#3720)

    * Streamline workflow run api with send responses in one method
    
    * Fixes
    
    * Address copilot feedback
    moonbox3 authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    a17f135 View commit details
    Browse the repository at this point in the history
  2. Python: Fix HandoffBuilder silently dropping context_provider during …

    …agent cloning (#3721)
    
    * Initial plan
    
    * Fix context_provider parameter name bug and add test
    
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    
    * Improve context_provider test to directly check cloned agent
    
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    
    * Improve test based on code review feedback
    
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    
    * Remove unused events variable in test_context_provider_preserved_during_handoff
    
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    
    * Fix formatting: remove trailing whitespace from test_handoff.py
    
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com>
    Copilot and markwallace-microsoft authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    5d355ac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. [BREAKING] Python: Move single-config fluent methods to constructor p…

    …arameters (#3693)
    
    * Move single-config fluent methods to constructor parameters
    
    * Updates
    
    * Adjust magentic and group chat
    moonbox3 authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    74ac470 View commit details
    Browse the repository at this point in the history
  2. Python: Add samples syntax checking with pyright (#3710)

    * Add samples syntax checking with pyright
    
    - Add pyrightconfig.samples.json with relaxed type checking but import validation
    - Add samples-syntax poe task to check samples for syntax and import errors
    - Add samples-syntax to check and pre-commit-check tasks
    - Fix 78 sample errors:
      - Update workflow builder imports to use agent_framework_orchestrations
      - Change content type isinstance checks to content.type comparisons
      - Use Content factory methods instead of removed content type classes
      - Fix TypedDict access patterns for Annotation
      - Fix various API mismatches (normalize_messages, ChatMessage.text, role)
    
    * fixed a bunch of samples and tweaks to pre-commit
    
    * updated lock
    
    * updated lock
    
    * fixes
    
    * added lint to samples
    eavanvalkenburg authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    390f933 View commit details
    Browse the repository at this point in the history
Loading