-
Notifications
You must be signed in to change notification settings - Fork 752
Improve Dojo examples #197
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
Merged
Merged
Conversation
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
tylerslaton
reviewed
Jul 18, 2025
Comment on lines
23
to
27
"@copilotkit/react-core": "0.0.0-mme-fix-remote-results-20250717143107", | ||
"@copilotkit/react-ui": "0.0.0-mme-fix-remote-results-20250717143107", | ||
"@copilotkit/runtime": "0.0.0-mme-fix-remote-results-20250717143107", | ||
"@copilotkit/runtime-client-gql": "0.0.0-mme-fix-remote-results-20250717143107", | ||
"@copilotkit/shared": "0.0.0-mme-fix-remote-results-20250717143107", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.9.3 should have the changes in this custom release. Could you check?
# Conflicts: # typescript-sdk/apps/dojo/src/files.json # typescript-sdk/integrations/langgraph/examples/python/agents/agentic_chat/agent.py # typescript-sdk/integrations/langgraph/examples/python/agents/agentic_chat_reasoning.py # typescript-sdk/integrations/langgraph/examples/python/agents/agentic_generative_ui/agent.py # typescript-sdk/integrations/langgraph/examples/python/agents/dojo.py # typescript-sdk/integrations/langgraph/examples/python/agents/human_in_the_loop/agent.py # typescript-sdk/integrations/langgraph/examples/python/agents/predictive_state_updates/agent.py # typescript-sdk/integrations/langgraph/examples/python/agents/shared_state/agent.py # typescript-sdk/integrations/langgraph/examples/python/agents/tool_based_generative_ui/agent.py # typescript-sdk/integrations/langgraph/examples/python/pyproject.toml # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/agentic_chat.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/agentic_generative_ui.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/human_in_the_loop.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/predictive_state_updates.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/shared_state.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/tool_based_generative_ui.py # typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/poetry.lock # typescript-sdk/pnpm-lock.yaml
maxkorp
approved these changes
Aug 6, 2025
mattsp1290
pushed a commit
to mattsp1290/ag-ui
that referenced
this pull request
Sep 8, 2025
* Optimize Dojo example code to simple and "idiomatic" * use CPK branch that fixes tool results * update example to use ToolNode * send tool result * add mastra local tool based gen UI * add mastra tool based gen ui * add agno support * update agno example * remove console.logs * add reasoning example * fix missing quotes * upgrade to the latest agno * regenerate json * fix compile error * align with main * Combine agno examples * Fix agentic chat reasoning example won't start * regenerate files.json * regen again --------- Co-authored-by: ran <[email protected]> Co-authored-by: Max Korp <[email protected]>
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.
Improve the quality of the dojo examples, make the LG code more idiomatic and add Agno examples.