You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 **We've renamed the Agents package to `agents`**!
18
+
📝 **We've renamed the Agents package to `agents`**
19
19
20
20
If you've already been building with the Agents SDK, you can update your dependencies to use the new package name, and replace references to `agents-sdk` with `agents`:
21
21
22
22
```sh
23
+
23
24
# Install the new package
24
25
npm i agents
25
26
```
@@ -44,7 +45,7 @@ We've added a number of big new features to the Agents SDK over the past few wee
44
45
- You can now set `cors: true` when using `routeAgentRequest` to return permissive default CORS headers to Agent responses.
45
46
- The regular client now syncs state on the agent (just like the React version).
46
47
-`useAgentChat` bug fixes for passing headers/credentials, including properly clearing cache on unmount.
47
-
- Experimental `/schedule` module with a prompt/schema for adding scheduling to your app (with evals!).
48
+
- Experimental `/schedule` module with a prompt/schema for adding scheduling to your app (with evals).
48
49
- Changed the internal `zod` schema to be compatible with the limitations of Google's Gemini models by removing the discriminated union, allowing you to use Gemini models with the scheduling API.
49
50
50
51
We've also fixed a number of bugs with state synchronization and the React hooks.
We've fixed a number of small bugs in the [`agents-starter`](https://github.com/cloudflare/agents-starter) project — a real-time, chat-based example application with tool-calling & human-in-the-loop built using the Agents SDK. The starter has also been upgraded to use the latest [wrangler v4](/changelog/2025-03-13-wrangler-v4/) release.
113
+
We've fixed a number of small bugs in the [`agents-starter`](https://github.com/cloudflare/agents-starter) project — a real-time, chat-based example application with tool-calling & human-in-the-loop built using the Agents SDK. The starter has also been upgraded to use the latest [Wrangler v4](/changelog/2025-03-13-wrangler-v4/) release.
113
114
114
115
If you're new to Agents, you can install and run the `agents-starter` project in two commands:
0 commit comments