From 986ce526db3ef039a309ac353ede41e88859d92f Mon Sep 17 00:00:00 2001 From: BChain Date: Thu, 16 Apr 2026 22:55:51 +0100 Subject: [PATCH] Add wide hero SVG asset; update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add puppeteer_agent_light_wide.svg (1280x720 / 16:9) to .github/assets and the repository root — a light-themed hero illustration of an orchestrator controlling a row of worker bots. Also update README.md to reference or document the new asset. --- .github/assets/puppeteer_agent_light_wide.svg | 199 ++++++++++++++++++ README.md | 2 + puppeteer_agent_light_wide.svg | 199 ++++++++++++++++++ 3 files changed, 400 insertions(+) create mode 100644 .github/assets/puppeteer_agent_light_wide.svg create mode 100644 puppeteer_agent_light_wide.svg diff --git a/.github/assets/puppeteer_agent_light_wide.svg b/.github/assets/puppeteer_agent_light_wide.svg new file mode 100644 index 0000000..6893d62 --- /dev/null +++ b/.github/assets/puppeteer_agent_light_wide.svg @@ -0,0 +1,199 @@ + +AI orchestrator agent controlling a fleet of worker bots via taut control strings +A central master agent at the top holds taut strings descending to seven specialised worker bots arranged in a row below, on a light background sized for a Medium hero image at 16 by 9. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +CODEGEN + + + + + + + + + + + + + +TEST + + + + + + + + + + + + + +REVIEW + + + + + + + + + + + + + +DEBUG + + + + + + + + + + + + + +REFACTOR + + + + + + + + + + + + + +DEPENDENCY + + + + + + + + + + + + + +SEARCH + + + + + + +DYNAMIC WORKERS · V8 ISOLATES · CAPABILITY-BOUND + \ No newline at end of file diff --git a/README.md b/README.md index b6a5b43..b162b3c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ An AI agent orchestration platform built on [Cloudflare Dynamic Workers](https:/ Each agent runs in its own Dynamic Worker with controlled network access, capability-based bindings, and full observability. No containers. No cold-start penalty. 100+ concurrent agents. +![logo header](.github\assets\puppeteer_agent_light_wide.svg) + --- ## How It Works diff --git a/puppeteer_agent_light_wide.svg b/puppeteer_agent_light_wide.svg new file mode 100644 index 0000000..6893d62 --- /dev/null +++ b/puppeteer_agent_light_wide.svg @@ -0,0 +1,199 @@ + +AI orchestrator agent controlling a fleet of worker bots via taut control strings +A central master agent at the top holds taut strings descending to seven specialised worker bots arranged in a row below, on a light background sized for a Medium hero image at 16 by 9. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +CODEGEN + + + + + + + + + + + + + +TEST + + + + + + + + + + + + + +REVIEW + + + + + + + + + + + + + +DEBUG + + + + + + + + + + + + + +REFACTOR + + + + + + + + + + + + + +DEPENDENCY + + + + + + + + + + + + + +SEARCH + + + + + + +DYNAMIC WORKERS · V8 ISOLATES · CAPABILITY-BOUND + \ No newline at end of file