Skip to content

Commit ca6d454

Browse files
authored
fixaroni (#20914)
1 parent a194f50 commit ca6d454

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/content/changelog/agents/2025-03-18-npm-i-agents.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ const fetchUserHistory = async () => {
109109

110110
#### agents-starter <Badge text="Updated" variant="tip" size="small" />
111111

112-
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 — has seen the following updates:
113-
114-
- Upgraded to use the latest [wrangler v4](/changelog/2025-03-13-wrangler-v4/) release.
115-
- [Workers AI](/workers-ai/) is now the default AI provider in the [`agents-starter`](https://github.com/cloudflare/agents-starter) project: this uses the new [structured outputs](/changelog/2025-02-25-json-mode/) (or "JSON mode") support now in Workers AI and the [`workers-ai-provider`](https://sdk.vercel.ai/providers/community-providers/cloudflare-workers-ai#generateobject).
112+
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.
116113

117114
If you're new to Agents, you can install and run the `agents-starter` project in two commands:
118115

@@ -123,6 +120,8 @@ $ npm create cloudflare@latest agents-starter -- --template="cloudflare/agents-s
123120
$ npm run start
124121
```
125122

123+
You can use the starter as a template for your own Agents projects: open up `src/server.ts` and `src/client.tsx` to see how the Agents SDK is used.
124+
126125
#### More documentation <Badge text="Updated" variant="tip" size="small" />
127126

128127
We've heard your feedback on the Agents SDK documentation, and we're shipping more API reference material and usage examples, including:

0 commit comments

Comments
 (0)