mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
5bb32b9dd5
ag-ui-langgraph's tool factory now takes one A2UIToolParams object (model inside) and folds composition_guide into the guidelines bag. - sdk-js middleware: getA2UITools(params) + type A2UIToolParams import; pin @ag-ui/langgraph 0.0.40 (the JS release carrying the new API). - sdk-python middleware: get_a2ui_tools(params) + guarded A2UIToolParams import; pin ag-ui-langgraph >=0.0.41 (the py release with the new API). - Update the a2ui injection test skip-reason wording.