mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
cad17c77b9
Switch declarative-gen-ui to runtime auto-injection (injectA2UITool: true, plain agent), matching the langgraph-python / AWS Strands gold standard. The ag-ui-adk 0.7.0 adapter auto-injects generate_a2ui via plan_a2ui_injection. Verified under the canonical D6 driver: all four declarative pills pass (sales-dashboard, team-performance, at-risk, top-account), plus a2ui-fixed-schema and beautiful-chat. Remove the stale known-failing mark from the a2ui-recovery heal e2e and the OSS-374 inner-render-disambiguation notes (fixture _meta, QA doc, agent docstring, route comment). Verified against the aimock journal: ag-ui-adk 0.7.0 forwards the run conversation into the inner render_a2ui call, so each pill matches its own fixture by userMessage and both heal and exhaust pass. The recovery demo stays backend-owned (the only path with the recovery loop) and ADK-only (OSS-375 tracks langgraph-python parity).