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.0b251104
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.0b251105
Choose a head ref
  • 7 commits
  • 92 files changed
  • 7 contributors

Commits on Nov 4, 2025

  1. .NET: Add Writer-Critic Iterative Refinement Workflow Sample (#1790)

    * Adding Sample for writer-critic workflow implemented using Worfklow, custom executors, agents, switch, custom states, different entry points for the executors.
    
    * Update dotnet/samples/GettingStarted/Workflows/_Foundational/08_WriterCriticWorkflow/Program.cs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update dotnet/samples/GettingStarted/Workflows/_Foundational/08_WriterCriticWorkflow/Program.cs
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * using now structured output, with streaming for UX responsiveness.
    
    * improved comments and order, so comments directly precede what they're describing
    
    * fixing issue with internal class that the analyzer doesn't recognize that CriticDecision is instantiated, just indirectly via JSON deserialization
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
    3 people authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    f415959 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    2499262 View commit details
    Browse the repository at this point in the history
  2. .NET: Make sure Workflow activities are as expected (#1903)

    * Make sure Workflow activities are as expected
    
    * misc
    
    * Copliot comments
    
    * Fix unit tests
    
    * Improve test stability
    
    * Fix unit tests
    
    * Fix formatting
    TaoChenOSU authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    552f7c7 View commit details
    Browse the repository at this point in the history
  3. .NET: Add unit tests for CreateConversation executor (#1915)

    * Add unit tests for create conversation executor
    
    * Update indentation and comment typo.
    peibekwe authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    bbde248 View commit details
    Browse the repository at this point in the history
  4. Python: feat: Add ChatKit integration with a sample application (#1273)

    * feat: Add ChatKit integration with a new frontend application
    
    - Created a new frontend application using React and Vite for the ChatKit integration.
    - Added essential files including package.json, vite.config.ts, and Tailwind CSS configuration.
    - Implemented core components: App, Home, ChatKitPanel, ThemeToggle, and hooks for color scheme management.
    - Established SQLite-based store implementation for ChatKit data persistence in store.py.
    - Integrated theme toggling functionality for light and dark modes.
    - Set up ESLint and TypeScript configurations for better development experience.
    
    * git ignore
    
    * fix mypy
    
    * add mising file
    
    * minimal frontend for chatkit sample
    
    * update ignore files
    
    * version
    
    * set python version lowerbound on chatkit
    
    * update project settings for chatkit
    
    * update setup
    
    * update setup
    
    * update setup
    
    * update setup
    
    * weather widget
    
    * add select city widget sample
    
    * remove widget helper
    
    * update chatkit to include file attachments and cover more thread item types
    
    * update readme with mermaid diagram
    
    * update diagram
    
    * update instructions
    
    * update chatkit dependency
    
    * fix converter imports
    
    * move to demos/
    
    * move to demos/ -- rename references
    
    * support multiple session instead of using global variable in sample
    
    * support chunk streaming
    
    * fix tests
    
    * Update python/samples/demos/chatkit-integration/store.py
    
    Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
    
    * use local host
    
    ---------
    
    Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
    ekzhu and moonbox3 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    0c862e9 View commit details
    Browse the repository at this point in the history
  5. Python: AG-UI protocol support (#1826)

    * Add AG-UI integration
    
    * Fix tests. PR feedback
    
    * Cleanup
    
    * PR Feedback
    
    * Improve README and getting started experience
    
    * Fix links
    moonbox3 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    35a8565 View commit details
    Browse the repository at this point in the history
  6. Python: Bump ag-ui package to 1.0.0b251105 for a release. Update chan…

    …gelog. (#1922)
    
    * Bump ag-ui package to 1.0.0b251105 for a release. Update changelog.
    
    * Fix authors and license-files
    moonbox3 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    d81b579 View commit details
    Browse the repository at this point in the history
Loading