mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
21d2051b33
- Add TestAGUIStyleEventIntegration to test_agui_agent.py: proves that AG-UI-style unprefixed events (manually_emit_message, manually_emit_tool_call, exit) flow correctly through CopilotKit's _handle_single_event to the AG-UI base handler without being suppressed or double-converted by the CopilotKit layer. - Replace LangGraphAgent with LangGraphAGUIAgent in both example files (canvas/gemini and v1/_legacy/saas-dynamic-dashboards) to close the concern about removed APIs still being referenced externally. - Update poetry.lock to reflect ag_ui_langgraph 0.0.32 and dependency updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>