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
The Agents SDK enables you to build and deploy AI-powered agents that can autonomously perform tasks, communicate with clients in real time, call AI models, persist state, schedule tasks, run asynchronous workflows, browse the web, query data from your database, support human-in-the-loop interactions, and [a lot more](/agents/api-reference/).
31
17
32
-
### Ship your first Agent
18
+
Try [building a chat agent](https://github.com/cloudflare/agents-starter).
33
19
34
-
To use the Agent starter template and create your first Agent with the Agents SDK:
Head to the guide on [building a chat agent](/agents/getting-started/build-a-chat-agent) to learn how the starter project is built and how to use it as a foundation for your own agents.
44
-
45
-
If you're already building on [Workers](/workers/), you can install the `agents` package directly into an existing project:
46
-
47
-
```sh
48
-
npm i agents
49
-
```
50
-
51
-
And then define your first Agent by creating a class that extends the `Agent` class:
0 commit comments