From 7bbbd97893a018710e081996f99ecb940594f06d Mon Sep 17 00:00:00 2001 From: Dean Kroker Date: Wed, 7 Jan 2026 20:08:08 -0800 Subject: [PATCH] Add screenshots section and OpenAI link to README Added a section for screenshots demonstrating the chat interface, tool confirmation flow, task scheduling, and light theme. And a link to OpenAI keys. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b2d88..a5fb991 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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** + +Chat interface + +**Tool Confirmation Flow** + +Tool confirmation + +**Task Scheduling** + +Task scheduling + +**Light Theme** + +Theme toggle + ## Learn More - [`agents`](https://github.com/cloudflare/agents/blob/main/packages/agents/README.md)