python-1.19.0
Microsoft Agent Framework 1.19.0 introduces generic vector-store protocols with new MongoDB, DocumentDB, and Cosmos implementations, alongside breaking changes to HTTP cookie persistence, MCP session scoping, and archive formats.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
The python-1.19.0 release of the Microsoft Agent Framework adds generic vector-store provider protocols along with implementations for MongoDB (alpha), Azure DocumentDB (alpha), and Azure Cosmos DB NoSQL. Breaking changes include making HTTP cookie persistence explicit for both framework-owned and caller-owned clients, restricting MCP skill archives to ZIP files, deprecating the MCP sampling callback, scoping declarative MCP sessions per invocation, and scoping Redis history storage keys by provider and session identity. Additional improvements include an option for sequential function invocation, Aspire trace integration in DevUI, tightened security-label enforcement, internal-by-default tool diagnostics across multiple providers, and context-preservation fixes across resumed and nested workflows.
可执行摘要
Microsoft Agent Framework release python-1.19.0 introduces breaking changes: explicit HTTP cookie persistence across HTTP clients, MCP session scoping per invocation in declarative agents, MCP skill archives restricted to ZIP format, and Redis history keys scoped by provider/session identity. Key features include generic vector-store interfaces (alpha MongoDB/DocumentDB/Cosmos support), sequential function call…
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Update client configurations to explicitly define HTTP cookie persistence for framework-owned and caller-owned HTTP clients.
- Ensure all MCP skill archives are packaged exclusively as ZIP files, and remove dependencies on the deprecated MCP sampling callback.
- Review declarative provider-backed MCP session workflows to accommodate invocation-level scoping.
- Verify and adjust Redis history storage configurations to account for key re-scoping by provider and session identity.