feat: add Agno AgentOS adapter package - #1063
Open
vishxrad wants to merge 2 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-package
branch
from
August 25, 2026 13:10
f2c4c25 to
20533cb
Compare
vishxrad
force-pushed
the
visharad/openui-agno-package
branch
from
August 25, 2026 18:30
20533cb to
ba3e79e
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
@openuidev/agno, a publishable integration package for connecting OpenUI chat interfaces to Agno AgentOS.This is PR 1 of 2 in the Agno integration stack. Follow-up: #1064, which adds the runnable example and Agent Interface session handoff.
Part of #1061.
Changes
createAgnoLLM()for AgentOS AG-UI endpoints, authentication headers, required request fields, and per-run AG-UI contextagnoAGUIAdapter()to preserve text, tools, results, and errors while filtering lifecycle noise and empty tool-parent envelopesopenuiassistant stream so OpenUI renders progressive deltas while AgentOS retains the exact Markdown sourceagnoStorage()reloads AgentOS session historythreadIdequals AgentOSsession_idagnoOpenUIPromptRendererfor Agno external-execution HITL calls; an OpenUI@ToAssistantaction becomes a tool result that resumes the same run and sessionprocessToolResult()and tool renderer controls required for frontend tool completionprompt_openuias separate pathsTest Plan
Commands run after rebasing onto the current
main:Results: 4 Agno test files with 17 tests, 18 React Headless test files with 176 tests, and 8 React UI test files with 39 tests passed. Package builds, lint, formatting, publint, package type analysis, React UI typecheck, and CSS artifact checks passed. React UI lint reports its existing 27 warnings and no errors.
Checklist