- Notifications
You must be signed in to change notification settings - Fork1k
Support AG-UI protocol for frontend-agent communication#2223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
PR Change SummaryIntroduced the AG-UI adapter for integration with the AG-UI protocol, including comprehensive documentation and examples.
Modified Files
Added Files
How can I customize these reviews?Check out theHyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
828d92d
to46394c1
Compare46394c1
toa7eaf53
CompareAG-UI adapter enabling integration with the AG-UI protocol viathe Agent.to_ag_ui() method.This includes a full example for all features in the AG-UI dojo.Fixes:ag-ui-protocol/ag-ui/issues/5
…ContentEvent unless there's a delta
Restore the empty `ThinkingTextMessageContentEvent` to ensure that theuser can be informed when the model starts thinking, even if no content isavailable at that moment.
c0b402c
to145f71d
CompareRefactor examples and documentation for the AG-UI integration, includingrenaming and restructuring files for clarity and consistency. Thisincludes moving examples to a dedicated directory and updatingreferences in the documentation.Use Pydantic AI instead of PydanticAI for consistency.Fix import orders in the examples.
e9a0669
to46acd66
CompareRestore AG-UI code snippets in documentation and examples.
431ec33
intopydantic:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
AG-UI adapter enabling integration with the AG-UI protocol via the Agent.to_ag_ui() method.
This includes a full example for all features in the AG-UI dojo.
Fixesag-ui-protocol/ag-ui#5
Fixes#1864