Say what OpenBot is, and point at the page about it - #7
Merged
Conversation
The README opened on what a Bot gets without ever saying what the thing is: a platform that runs in your own infrastructure, with your database, your model credential and three teammates that are configuration rather than code. It also never explained that a Bot is any AG-UI endpoint, which is the reason it works with agents nobody here wrote. Links copilotkit.ai/openbot from the header and the documentation list.
davidmckayv
requested review from
MikeRyanDev,
guidovizoso and
tylerslaton
as code owners
August 18, 2026 16:13
guidovizoso
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-on to #6, which merged before this landed.
Adds two sections the README was missing and links copilotkit.ai/openbot from the header nav and the documentation list.
What it is: runs in your own infrastructure, your PostgreSQL, no bundled model and an admin-supplied credential that is encrypted and never logged. Names the three teammates that actually ship (General Assistant, Knowledge, Risk Analyst) as configuration rather than code.
Built on AG-UI: a Bot is any AG-UI endpoint, which is why agents nobody here wrote work with it, and why the governance rides the protocol rather than a framework.
Taken from the launch page and filtered against the code. Left out: the knowledge/citations story (retrieval is an in-memory map whose search ignores the question, and no embedder is called), Helm (no chart), six agent roles (three ship), conversations-in-Postgres (they are in Intelligence), and gateway-with-allowlist (the shipped default permits every host).