Skip to content

Commit 355e56d

Browse files
committed
update
1 parent 6fecec9 commit 355e56d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MyAgent extends Agent {}
6262

6363
#### Call Agent methods from your client code <Badge text="New" variant="tip" size="small" />
6464

65-
We've added a new [`@callable()`](/agents/api-reference/client-api/) decorator for defining methods that can be called directly from clients. This allows you call methods from within your client code: you can call methods (with arguments) and get native JavaScript objects back.
65+
We've added a new [`@callable()`](/agents/api-reference/agents-api/) decorator for defining methods that can be called directly from clients. This allows you call methods from within your client code: you can call methods (with arguments) and get native JavaScript objects back.
6666

6767
<TypeScriptExample>
6868

@@ -116,10 +116,12 @@ $ npm run start
116116

117117
#### More documentation <Badge text="Updated" variant="tip" size="small" />
118118

119-
We've contined to build out the Agents SDK documentation, including:
119+
We've heard your feedback on the Agents SDK documentation, and we're shipping more API reference material and usage examples, including:
120120

121121
- Expanded [API reference documentation](/agents/api-reference/), covering the methods and properties exposed by the Agents SDK, as well as more usage examples.
122-
- A new [Client API](/agents/api-reference/client-api/) reference that documents `useAgent`, `useAgentChat` and the new `@callable` RPC decorator exposed by the SDK.
122+
- More [Client API](/agents/api-reference/agents-api/#client-api) documentation that documents `useAgent`, `useAgentChat` and the new `@callable` RPC decorator exposed by the SDK.
123123
- New documentation on how to [call agents](/agents/api-refererence/calling-agents/) and (optionally) authenticate clients before they connect to your Agents.
124124

125+
Note that the Agents SDK is continually growing: the type definitions included in the SDK will always include the latest APIs exposed by the `agents` package.
126+
125127
If you're still wondering what Agents are, [read our blog on building AI Agents on Cloudflare](https://blog.cloudflare.com/build-ai-agents-on-cloudflare/) and/or visit the [Agents documentation](/agents/) to learn more.

0 commit comments

Comments
 (0)