Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A starter template for building AI-powered chat agents using Cloudflare's Agent
## Prerequisites

- Cloudflare account
- OpenAI API key
- OpenAI API key (Find at [platform.openai.com](https://platform.openai.com/settings/organization/api-keys))

## Quick Start

Expand Down Expand Up @@ -227,6 +227,24 @@ Each use case can be implemented by:
3. Extending the agent's capabilities in `server.ts`
4. Adding any necessary external API integrations

## Screenshots

**Chat Interface**

<img width="324" alt="Chat interface" src="https://github.com/user-attachments/assets/ea469652-f881-44eb-809e-7e42956d0fcf" />

**Tool Confirmation Flow**

<img width="351" alt="Tool confirmation" src="https://github.com/user-attachments/assets/09539bea-c989-4e3a-b201-d40f9310d442" />

**Task Scheduling**

<img width="449" alt="Task scheduling" src="https://github.com/user-attachments/assets/0d0f5e1c-b83f-4ce7-8ed6-a68ab60ce249" />

**Light Theme**

<img width="548" alt="Theme toggle" src="https://github.com/user-attachments/assets/51ef37cb-822b-42dd-af3d-e490916183f7" />

## Learn More

- [`agents`](https://github.com/cloudflare/agents/blob/main/packages/agents/README.md)
Expand Down