-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Comparing changes
Open a pull request
base repository: microsoft/agent-framework
base: python-1.0.0b251104
head repository: microsoft/agent-framework
compare: python-1.0.0b251105
- 7 commits
- 92 files changed
- 7 contributors
Commits on Nov 4, 2025
-
.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>
Configuration menu - View commit details
-
Copy full SHA for f415959 - Browse repository at this point
Copy the full SHA f415959View commit details
Commits on Nov 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2499262 - Browse repository at this point
Copy the full SHA 2499262View commit details -
.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
Configuration menu - View commit details
-
Copy full SHA for 552f7c7 - Browse repository at this point
Copy the full SHA 552f7c7View commit details -
.NET: Add unit tests for CreateConversation executor (#1915)
* Add unit tests for create conversation executor * Update indentation and comment typo.
Configuration menu - View commit details
-
Copy full SHA for bbde248 - Browse repository at this point
Copy the full SHA bbde248View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0c862e9 - Browse repository at this point
Copy the full SHA 0c862e9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 35a8565 - Browse repository at this point
Copy the full SHA 35a8565View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d81b579 - Browse repository at this point
Copy the full SHA d81b579View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff python-1.0.0b251104...python-1.0.0b251105