-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 our terms of service and privacy 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 the Hyperlint 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
to
46394c1
Compare
46394c1
to
a7eaf53
Compare
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. Fixes: ag-ui-protocol/ag-ui/issues/5
…ContentEvent unless there's a delta
Restore the empty `ThinkingTextMessageContentEvent` to ensure that the user can be informed when the model starts thinking, even if no content is available at that moment.
c0b402c
to
145f71d
Compare
Refactor examples and documentation for the AG-UI integration, including renaming and restructuring files for clarity and consistency. This includes moving examples to a dedicated directory and updating references in the documentation. Use Pydantic AI instead of PydanticAI for consistency. Fix import orders in the examples.
e9a0669
to
46acd66
Compare
Restore AG-UI code snippets in documentation and examples.
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.
Fixes ag-ui-protocol/ag-ui#5
Fixes #1864