Agent 基础设施82/100 Agent 可用性
官方源自动监测
CrewAI releases published CrewAI 1.15.18. What's Changed Features Promote conversational flows to stable Record a created deployment with the given UUID Enhance conversational flow documentation and APIs Let a declaration name the router's response format Let a chat flow declare its own state shape Accept crew-style LLM config in a conversational…
- 来源
- CrewAI releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat CrewAI 1.15.18 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
crewaimulti-agentworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
CrewAI releases published CrewAI 1.15.19. What's Changed Features Add Clipper integrations client Add now() to the CEL expression environment Record how a crew run ended for every user Report machine size as a coarse band, not a core count Add injectable client for CrewAI platform tools Bug Fixes Fix reading of octet-stream and xlsx URLs in urlreadtool Fix…
- 来源
- CrewAI releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat CrewAI 1.15.19 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
crewaimulti-agentworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
CrewAI releases published CrewAI 1.15.20. What's Changed Bug Fixes Fix legacy platform tool alias discovery Documentation Update snapshot and changelog for v1.15.19 Contributors @joaomdmoura , @vinibrsl
- 来源
- CrewAI releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat CrewAI 1.15.20 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
crewaimulti-agentworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
CrewAI releases published CrewAI 1.15.21. What's Changed Features Add telemetry to track checkpoint runtime and CLI usage. Bug Fixes Fix gateway errors reported inside an HTTP 200 response. Keep deploy push on the AMP create source. Report scrape failures instead of raising IndexError in the Oxylabs integration. Route all DashScope models through the native…
- 来源
- CrewAI releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat CrewAI 1.15.21 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
crewaimulti-agentworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
CrewAI releases published CrewAI 1.15.22. What's Changed Features Support aliases as connection identifiers Record reasons for deployment creation failures Collect human feedback and pause events in tracing Add llm overlay context variable to route agent roles to models Carry task prompt and output in agent execution payloads Validate platform integrations…
- 来源
- CrewAI releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat CrewAI 1.15.22 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
crewaimulti-agentworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
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 releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析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.
microsoftagent-frameworkworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
Microsoft Agent Framework 1.18.0 introduces shared vector-store abstractions with multiple provider implementations, while adding breaking changes to SecretString, checkpoint deserialization, dependency boundaries, and file-store contracts.
- 来源
- Microsoft Agent Framework releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Agent Framework 1.18.0 introduces breaking changes across multiple packages: SecretString is now a masked value wrapper rather than a str subclass, checkpoint deserialization is restricted by default in foundry-hosting, workspace file hooks in GitHub Copilot are opt-in, and Lab is removed from core all. Additionally, it adds shared vector store abstractions (in-memory, Azure AI Search, Redis, Qdrant alpha,…
microsoftagent-frameworkworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
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.
- 来源
- Microsoft Agent Framework releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析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.
microsoftagent-frameworkworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
Microsoft Agent Framework dotnet-1.22.0 introduces multiple breaking changes across .NET and Python, including scoped MCP sessions, sticky Foundry delegated identities, and promotes AgentSessionStore to Abstractions.
- 来源
- Microsoft Agent Framework releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Release dotnet-1.22.0 of Microsoft Agent Framework brings breaking changes: promoting AgentSessionStore to Agents.AI.Abstractions, scoping provider-backed MCP sessions per invocation, sticky Foundry user identity on AgentSession, approval binding replay modifications, and request-scoped Foundry agent factories in Python. New features include AsIChatClient extension, per-tool AgentModeProvider controls, and improved…
microsoftagent-frameworkworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
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.
- 来源
- Microsoft Agent Framework releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析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…
microsoftagent-frameworkworkflow
Agent 基础设施82/100 Agent 可用性
官方源自动监测
Semantic Kernel releases published python-1.44.0. What's Changed Python: Bump tornado from 6.5.5 to 6.5.7 in /python by Dependabot (@dependabot) bot in 14090 Python: Bump pyjwt from 2.11.0 to 2.13.0 in /python by Dependabot (@dependabot) bot in 14084 Python: Bump starlette from 0.52.1 to 1.3.1 in /python by Dependabot (@dependabot) bot in 14092 .Net: Bump…
- 来源
- Semantic Kernel releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat python-1.44.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
microsoftsemantic-kernelorchestration
Agent 基础设施82/100 Agent 可用性
官方源自动监测
Semantic Kernel releases published dotnet-1.79.0. Changes: fb13781 .NET: Bump package version to 1.79.0 ( 14275 ) 383d102 Bump .NET SDK from 10.0.301 to 10.0.302 ( 14235 ) 362cc2b Bump form-data from 4.0.5 to 4.0.6 in ProcessFrameworkWithSignalR React frontend ( 14234 ) e78a8f5 Suppress CodeQL false positive in internal HTTP utility ( 14223 ) 441ac99 Update…
- 来源
- Semantic Kernel releases
- 更新于
- 9月18日 22:58
- 置信度
- 96%
Agent 解析Treat dotnet-1.79.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
microsoftsemantic-kernelorchestration