dotnet-1.21.0
Microsoft Agent Framework dotnet-1.21.0 introduces breaking changes to file access contracts, A2A agent run modes, LocalCodeAct subprocess environments, and MCP skill archive formats (now ZIP only). It also drops direct Azure.AI.OpenAI dependencies and enhances security and sandbox isolation.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
The .NET 1.21.0 release of the Microsoft Agent Framework brings multiple breaking changes and dependency modernizations. Key breaking modifications include relocating line-numbering contracts to AgentFileStore with added file access read lines, clarifying Agent-to-Agent (A2A) run modes, isolating the LocalCodeAct subprocess environment, and restricting MCP skill archives exclusively to the ZIP format across .NET and Python. Additionally, the Azure.AI.OpenAI dependency was removed in favor of updated integrations, Azure.AI.Projects was updated to 3.0.0-beta.2, and AWSSDK.Extensions.Bedrock.MEAI was replaced with AWS.Bedrock.MEAI. Security and execution enhancements include fixing redirect header forwarding, canonicalizing Hyperlight sandbox fingerprints, scoping OpenAI hosting storage by isolation keys, and applying Hyperlight-style approvals to LocalCodeAct.
可执行摘要
dotnet-1.21.0 release includes breaking changes: AgentFileStore handles line-numbering contracts, A2A run modes updated, LocalCodeAct subprocess environment isolated, and MCP skill archives restricted strictly to ZIP. Non-breaking changes include dropping Azure.AI.OpenAI, updating Azure.AI.Projects to 3.0.0-beta.2, resetting $LASTEXITCODE in PowerShell sessions, and fixing redirect header forwarding.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Update code interfacing with file access to adhere to the new line-numbering contract moved to AgentFileStore.
- Review A2A agent configurations to align with clarified run mode specifications.
- Verify LocalCodeAct setups against the newly isolated subprocess environment and approval processes.
- Ensure all MCP skill archive packages are packaged strictly in ZIP format.