Commit 7c3b80e
feat(showcase/google-adk): reconcile registry, route, manifest for parity blitz
Orchestrator pass after 37 parallel slot ports of google-adk demos to
match langgraph-python (north-star). Slot commits ported each demo's
frontend verbatim; this commit reconciles the cross-cutting wiring that
slot agents were forbidden from touching:
- registry.py: rename agent keys to match LP frontend agent= props
(10+ underscore→hyphen renames for demos using the main copilotkit
route; demos with dedicated routes keep their underscored backend
keys since the dedicated route handles frontend→backend translation).
- route.ts: agentNames array updated to match registry.
- manifest.yaml: features list now matches the demos that actually
exist; renamed agentic-chat-reasoning→reasoning-custom,
reasoning-default-render→reasoning-default,
byoc-hashbrown→declarative-hashbrown,
byoc-json-render→declarative-json-render; added shared-state-read
(was a working demo dir but not declared); moved shared-state-streaming
out of not_supported_features (it works on Gemini Studio via chunk-
level fallback); retired the standalone hitl demo and the duplicate
hitl-in-chat-booking entry.
- src/app/demos/hitl/ and src/app/demos/shared-state-write/: deleted
(orphaned dirs not in LP's surface).
- src/app/page.tsx: integration dev landing — drop deleted demos.
- src/app/demos/prebuilt-sidebar/page.tsx: revert slot 01's
hyphen→underscore swap; LP's verbatim hyphenated agent= is the
source of truth (registry was renamed to match).
- shared-state-read agent: registry entry swapped from
shared_state_read_agent (had a set_recipe tool, turning it into
read+write) to _simple_chat (matches LP's neutral default agent —
read-only contract).
Known follow-ups (deferred — tracked separately):
- Tool-rendering family backend: ADK currently exposes
get_weather + search_flights(flights list) + query_data; LP
exposes get_weather + search_flights(origin, destination) +
get_stock_price + roll_d20. The 4 tool-rendering demos render
correctly for weather but the LP suggestion pills referencing
stocks and d20 rolls will not produce backend tool calls.
- Subagents agent: emits running/completed/failed; LP frontend
expects completed-only. Mid-flight rows render as raw badge text.
- Agent-config agent: reads state["config"] but LP frontend now
publishes via useAgentContext; agent will receive nothing.
- Beautiful-chat agent: missing manage_todos + generate_a2ui tools
that the LP frontend exercises.
- Open-gen-ui-advanced agent prompt: tells Gemini to call
window.sandbox.* but the LP frontend wires Websandbox.connection.
remote.* — generated UIs will reference a nonexistent API.
- gen-ui-interrupt and interrupt-headless: confirmed BLOCKED.
Gemini/ADK has no interrupt() primitive; the existing ADK Strategy
B (useFrontendTool with async Promise) is the only available
adaptation and cannot match LP's useInterrupt 1:1.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 92a48b8 commit 7c3b80e
10 files changed
Lines changed: 79 additions & 517 deletions
File tree
- showcase/integrations/google-adk
- src
- agents
- app
- api/copilotkit
- demos
- hitl
- prebuilt-sidebar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| 52 | + | |
56 | 53 | | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | 149 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 150 | + | |
| 151 | + | |
177 | 152 | | |
178 | 153 | | |
179 | 154 | | |
| |||
240 | 215 | | |
241 | 216 | | |
242 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
243 | 228 | | |
244 | | - | |
245 | | - | |
| 229 | + | |
| 230 | + | |
246 | 231 | | |
247 | 232 | | |
248 | 233 | | |
| |||
334 | 319 | | |
335 | 320 | | |
336 | 321 | | |
337 | | - | |
338 | | - | |
| 322 | + | |
| 323 | + | |
339 | 324 | | |
340 | 325 | | |
341 | | - | |
342 | | - | |
| 326 | + | |
| 327 | + | |
343 | 328 | | |
344 | 329 | | |
345 | | - | |
346 | | - | |
| 330 | + | |
| 331 | + | |
347 | 332 | | |
348 | 333 | | |
349 | | - | |
350 | | - | |
351 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
352 | 337 | | |
353 | | - | |
354 | | - | |
| 338 | + | |
| 339 | + | |
355 | 340 | | |
356 | 341 | | |
357 | 342 | | |
358 | | - | |
| 343 | + | |
359 | 344 | | |
360 | 345 | | |
361 | 346 | | |
| |||
411 | 396 | | |
412 | 397 | | |
413 | 398 | | |
414 | | - | |
415 | | - | |
| 399 | + | |
| 400 | + | |
416 | 401 | | |
417 | 402 | | |
418 | 403 | | |
419 | | - | |
| 404 | + | |
420 | 405 | | |
421 | 406 | | |
422 | 407 | | |
423 | | - | |
424 | | - | |
425 | | - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
426 | 411 | | |
427 | 412 | | |
428 | 413 | | |
| |||
457 | 442 | | |
458 | 443 | | |
459 | 444 | | |
460 | | - | |
461 | | - | |
| 445 | + | |
| 446 | + | |
462 | 447 | | |
463 | 448 | | |
464 | 449 | | |
465 | | - | |
| 450 | + | |
466 | 451 | | |
467 | 452 | | |
468 | 453 | | |
469 | | - | |
| 454 | + | |
470 | 455 | | |
471 | 456 | | |
472 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 117 | + | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
139 | | - | |
140 | | - | |
| 137 | + | |
| 138 | + | |
141 | 139 | | |
142 | | - | |
| 140 | + | |
143 | 141 | | |
144 | 142 | | |
145 | | - | |
| 143 | + | |
146 | 144 | | |
147 | 145 | | |
148 | | - | |
| 146 | + | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
152 | | - | |
153 | | - | |
| 150 | + | |
| 151 | + | |
154 | 152 | | |
155 | | - | |
| 153 | + | |
156 | 154 | | |
157 | 155 | | |
158 | | - | |
| 156 | + | |
159 | 157 | | |
160 | 158 | | |
161 | 159 | | |
162 | 160 | | |
163 | | - | |
164 | | - | |
| 161 | + | |
| 162 | + | |
165 | 163 | | |
166 | 164 | | |
167 | 165 | | |
| |||
Lines changed: 17 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
46 | 44 | | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments