fix: resolve followup message failure after frontend tool calls#2
Open
fix: resolve followup message failure after frontend tool calls#2
Conversation
6173b94 to
0a6b570
Compare
…ative UI - Wire CopilotKitMiddleware and LangGraphAGUIAgent into the LangGraph agent - Add query_data tool with sample financial CSV for generative chart UI - Add manage_todos/get_todos tools and AgentState with todos field for shared state - Add Excalidraw MCP middleware and suggestion - Add unit test infrastructure for agent tools Co-Authored-By: Brian Love <brian@liveloveapp.com> Co-Authored-By: Markus Ecker <markus.ecker@gmail.com>
…onents - Add CopilotChatInterface powered by CopilotKit with generative UI support - Add PieChart and BarChart for financial data visualization - Add ToolReasoning default tool renderer - Add MeetingTimePicker for human-in-the-loop interactions - Add TodoCanvas with TodoCard/TodoColumn/TodoList for shared agent state - Add useCopilotExamples hook consolidating all CopilotKit registrations - Add ThemeProvider and useTheme hook with light/dark mode toggle Co-Authored-By: Brian Love <brian@liveloveapp.com> Co-Authored-By: Markus Ecker <markus.ecker@gmail.com>
- Add CopilotKit Lambda runtime to CDK and Terraform stacks - Add SSM parameters and outputs for CopilotKit runtime URL - Update frontend deployment scripts to include CopilotKit runtime config Co-Authored-By: Brian Love <brian@liveloveapp.com> Co-Authored-By: Markus Ecker <markus.ecker@gmail.com>
0a6b570 to
8707c68
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.
Summary
ValidationException("Expected toolResult blocks") on follow-up messages after using shared state (Canvas/Todos) or any frontend tool callcopilotkit/copilotkit_lg_middleware.py:enableAppMode/enableChatModefrontend toolsRunErrorEventinstead of silent crash)printstatements withloggingTest plan