feat: add Agno AgentOS chat example - #1064
Open
vishxrad wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Aug 24, 2026
vishxrad
force-pushed
the
visharad/openui-agno-example
branch
from
August 25, 2026 13:14
2c13154 to
3c1d99b
Compare
vishxrad
force-pushed
the
visharad/openui-agno-example
branch
from
August 25, 2026 18:36
3c1d99b to
7c9b61b
Compare
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.
What
Adds a runnable Agno AgentOS example on top of the
@openuidev/agnopackage from the first PR in this stack.This is PR 2 of 2. It depends on #1063 and should be reviewed after that package PR.
Closes #1061.
Changes
examples/agent-frameworks/agnousing the defaultAgentInterfaceshell and the repository's shared example verification contract@openuidev/agnounwraps and progressively renders the same streamprompt_openuionly for blocking input or approval; the generated UI uses@ToAssistant, which resumes the exact paused run and session as a tool resultopenui_clientcontext entry while native AgentOS chat remains text/Markdown and does not call the UI toolgetThreadMenuActionsAPI to Agent InterfacethreadIdto AgentOSsession_idmapping and add an Open in AgentOS action for the same persisted sessionVITE_AGENT_OS_SESSION_URL_TEMPLATE, defaulting to the hosted session routeTest Plan
Commands run after rebasing both stacked branches onto the current
main:Results: the Agno package passed 17 tests, lint, formatting, and typecheck. React UI passed typecheck, 39 tests, lint, formatting, build, and CSS artifact checks. The example passed its credential-free typecheck and production build. Python compilation and Docs MDX/type generation passed. The Vite build reports expected dependency
use clientand chunk-size warnings.Browser validation used both the deterministic harness and a live AgentOS with a real model credential supplied outside the repository. It covered a streamed chart and follow-up, required-field validation, a
prompt_openuisubmission that resumed the same run and session, acknowledgement after resume, reload persistence, native AgentOS Markdown output, and the materialized AgentOS session-detail link.Current AgentOS sends the completed
prompt_openuiarguments as one event, so the blocking form appears when that tool call closes. The assistant response after resume streams normally.No API key, generated system prompt, database, virtual environment, build output, screenshot, or local runtime artifact is included.
Checklist