agents@0.23.0
Cloudflare Agents SDK releases published agents@0.23.0. Minor Changes - 2193 (https://github.com/cloudflare/agents/pull/2193) 87bd594 (https://github.com/cloudflare/agents/commit/87bd59401f4644d1fd2c82cae439e9848ce437b1) Thanks @mattzcarey (https://github.com/mattzcarey)! - Extract facet ("sub-agent") machinery into packages/agents/src/dynamic-agents/ , add…
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Cloudflare Agents SDK releases published agents@0.23.0. This release-watch entry was generated from the project's official GitHub release feed and is kept separate from human-reviewed editorial analysis. Release notes: Minor Changes - 2193 (https://github.com/cloudflare/agents/pull/2193) 87bd594 (https://github.com/cloudflare/agents/commit/87bd59401f4644d1fd2c82cae439e9848ce437b1) Thanks @mattzcarey (https://github.com/mattzcarey)! - Extract facet ("sub-agent") machinery into packages/agents/src/dynamic-agents/ , add the this.dynamicAgents capability facade, and reposition facets as an isolation primitive rather than the recommended way to model many chat sessions. Agent 's facet routing, WebSocket forwarding, virtual connections, and registry (~2,400 of index.ts 's ~12,150 lines) move into a dedicated module registered as a Lifecycle capability ( capabilityId: "dynamic-agents" ); its hot paths stay composition-root wired since the capability-runner hook contract can't express request-rewrite-and-continue or post-claim WebSocket forwarding. No wire- or storage-visible identifier changes. The public…
可执行摘要
Treat agents@0.23.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Review the official Cloudflare Agents SDK releases release notes before upgrading.
- Check compatibility, migration, and security notes against your current agent stack.
- Run focused regression tests before production rollout.