-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: microsoft/agent-framework
base: python-1.0.0b260128
head repository: microsoft/agent-framework
compare: python-1.0.0b260130
- 13 commits
- 219 files changed
- 10 contributors
Commits on Jan 28, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 1226828 - Browse repository at this point
Copy the full SHA 1226828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 474b313 - Browse repository at this point
Copy the full SHA 474b313View commit details
Commits on Jan 29, 2026
-
Python: Improved AzureAI Package Test Coverage (#3452)
* improved azureai test coverage * small fix * fix failing tests
Configuration menu - View commit details
-
Copy full SHA for f6c4e07 - Browse repository at this point
Copy the full SHA f6c4e07View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d418794 - Browse repository at this point
Copy the full SHA d418794View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 81a3177 - Browse repository at this point
Copy the full SHA 81a3177View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e5cddec - Browse repository at this point
Copy the full SHA e5cddecView commit details -
.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.
Configuration menu - View commit details
-
Copy full SHA for 96f30bd - Browse repository at this point
Copy the full SHA 96f30bdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0a0de4a - Browse repository at this point
Copy the full SHA 0a0de4aView commit details
Commits on Jan 30, 2026
-
Python: Fix dependencies for durabletask (#3493)
* Fix dependencies * Use local packages * fix typing
Configuration menu - View commit details
-
Copy full SHA for cd7661b - Browse repository at this point
Copy the full SHA cd7661bView commit details -
.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]>
Configuration menu - View commit details
-
Copy full SHA for 924211a - Browse repository at this point
Copy the full SHA 924211aView commit details -
.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]>
Configuration menu - View commit details
-
Copy full SHA for ff7041b - Browse repository at this point
Copy the full SHA ff7041bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0fcf075 - Browse repository at this point
Copy the full SHA 0fcf075View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8b475af - Browse repository at this point
Copy the full SHA 8b475afView 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.0b260128...python-1.0.0b260130