mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0e7b803c3e
The hand-rolled google.genai generate_a2ui planner (and the orphaned SalesPipelineAgent that consumed it) in main.py are superseded by the ag_ui_adk 0.7.0 middleware (get_a2ui_tool), now wired backend-owned in declarative_gen_ui_agent.py / beautiful_chat_agent.py. main.py is reduced to the shared tool wrappers + before_model/before_agent callbacks still covered by tests; dead A2UI imports pruned. - delete tests/python/test_generate_a2ui.py (tested the removed planner) - manifest declarative-gen-ui: drop stale src/agents/main.py highlight + fix description Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>