From 628311bd33ab909dd680bd577bb380d7594c6424 Mon Sep 17 00:00:00 2001 From: Guido Vizoso Date: Wed, 19 Aug 2026 11:18:10 -0300 Subject: [PATCH] docs: move architecture diagram below AG-UI overview --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea851dc9..517082b0 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,6 @@ - - - You talk to the server, which sends the turn to a Bot over AG-UI. Every tool call the Bot makes comes back through the gateway, which resolves the target, decides it against your policy, records an audit row, and only then acts, or refuses and names the rule. Allowed browser and file actions reach that Bot's own computer, one container each with its own Chromium, logins and workspace, built by the supervisor. Decisions land in PostgreSQL and threads in CopilotKit Intelligence. - -
Bots are teammates you hand real work to. They sign in to apps and websites and @@ -46,6 +41,11 @@ More at [copilotkit.ai/openbot](https://copilotkit.ai/openbot). A Bot is any endpoint speaking [AG-UI](https://github.com/ag-ui-protocol/ag-ui), the open protocol for agent-to-user interaction, so OpenBot is not tied to a framework and neither are you. Agents built with LangGraph, Mastra, CrewAI, Pydantic AI, Google ADK or written by hand all arrive the same way, and the governance rides the protocol rather than the framework. + + + You talk to the server, which sends the turn to a Bot over AG-UI. Every tool call the Bot makes comes back through the gateway, which resolves the target, decides it against your policy, records an audit row, and only then acts, or refuses and names the rule. Allowed browser and file actions reach that Bot's own computer, one container each with its own Chromium, logins and workspace, built by the supervisor. Decisions land in PostgreSQL and threads in CopilotKit Intelligence. + + ## Requirements - Docker, for PostgreSQL, browser computers, the supervisor, and the shipped Bots.