diff --git a/README.md b/README.md index 95dbda89..d48ddb55 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,6 @@ https://github.com/user-attachments/assets/535ef7ee-1631-4a69-b839-564c56cf90b4 - - - 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 @@ -48,6 +43,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.