python-1.17.0
Microsoft Agent Framework python-1.17.0 introduces breaking changes to agent middleware inputs by restoring sequence-only format and removing the experimental agent-hooks extra, while adding OpenAI SDK 3.x support and official Mistral SDK migration.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Microsoft Agent Framework version python-1.17.0 has been released with key architectural updates and fixes. A breaking change in agent-framework-core and agent-framework-foundry restores sequence-only agent middleware inputs and removes the experimental agent-hooks core extra. Support for OpenAI SDK 3.x has been added across DevUI, Hosting Responses, and OpenAI packages while maintaining existing floors. agent-framework-mistral migrated its chat and embedding clients to the official Mistral SDK. Multiple fixes address provider refusals, function call approval binding, OAuth consent recovery in Foundry hosting, MCP initialization error surfacing under cancellation, and streaming/multimodal consistency across UI and hosting layers.
可执行摘要
BREAKING: agent-framework-core and agent-framework-foundry restore sequence-only agent middleware inputs and drop the experimental agent-hooks core extra. Python release 1.17.0 also introduces OpenAI SDK 3.x support, migrates Mistral clients to the official SDK, documents same-event-loop concurrency contracts, and fixes various tool approvals, MCP error reporting, and provider response handling issues.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Update middleware implementations to use sequence-only inputs in agent-framework-core and agent-framework-foundry.
- Remove dependencies or references to the experimental agent-hooks core extra.
- Verify compatibility if upgrading to OpenAI SDK 3.x or using the newly migrated official Mistral SDK.
- Review shared chat client usage across event loops to ensure adherence to the newly documented concurrency contracts.