Skip to content

Commit 80877e6

Browse files
Version Packages
1 parent 2a151fd commit 80877e6

12 files changed

Lines changed: 91 additions & 40 deletions

File tree

.changeset/agent-tools-orchestration.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/facet-schedules.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/think-send-reasoning.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/think-telemetry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @cloudflare/agents
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#1421](https://github.com/cloudflare/agents/pull/1421) [`1b65ff5`](https://github.com/cloudflare/agents/commit/1b65ff5550f904e2a59bd6015703f82b02f85e4f) Thanks [@threepointone](https://github.com/threepointone)! - Add agent tool orchestration for running Think and AIChatAgent sub-agents as
8+
retained, streaming tools from a parent agent. The new surface includes
9+
`runAgentTool`, `agentTool`, parent-side run replay and cleanup, Think and
10+
AIChatAgent child adapter support, and headless React/client event state
11+
helpers.
12+
13+
### Patch Changes
14+
15+
- [#1418](https://github.com/cloudflare/agents/pull/1418) [`8de0ce3`](https://github.com/cloudflare/agents/commit/8de0ce39495e16e5b25bece9113f591934663cc8) Thanks [@threepointone](https://github.com/threepointone)! - Allow sub-agents to use alarm-backed APIs by delegating the physical Durable Object alarm to the top-level parent while executing logical work inside the owning sub-agent. This enables `schedule()`, `scheduleEvery()`, `cancelSchedule()`, `getScheduleById()`, `listSchedules()`, `keepAlive()`, `keepAliveWhile()`, `runFiber()`, and Think chat recovery inside sub-agents.
16+
17+
Sub-agent schedules are scoped to the calling child, so sibling sub-agents cannot cancel each other's schedules by id. The deprecated synchronous `getSchedule()` and `getSchedules()` APIs now throw inside sub-agents; use the async alternatives instead. Destroying a sub-agent now delegates cleanup through the parent so parent-owned schedules and descendant fiber recovery leases are removed consistently.
18+
319
## 0.11.9
420

521
### Patch Changes

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"durable objects"
1010
],
1111
"type": "module",
12-
"version": "0.11.9",
12+
"version": "0.12.0",
1313
"license": "MIT",
1414
"repository": {
1515
"directory": "packages/agents",

0 commit comments

Comments
 (0)