Skip to content

Commit 3d16f0e

Browse files
ataibarkaiclaude
andcommitted
refactor(showcase): rename open-gen-ui-advanced to emphasize frontend function calling
The advanced variant's distinguishing feature is that the agent-authored, sandboxed UI can invoke frontend-registered sandbox functions via Websandbox.connection.remote.<name>(args). The old label "(Advanced)" did not convey this. Rename to "Open-Ended Gen UI (Advanced: with frontend function calling)" in both the feature registry and the langgraph-python manifest, and update descriptions to match. The id stays `open-gen-ui-advanced` so URLs remain stable. Regenerate derived bundles (registry.json, demo-content.json, docs-status.json). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a04d8b0 commit 3d16f0e

5 files changed

Lines changed: 37 additions & 36 deletions

File tree

showcase/packages/langgraph-python/manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@ demos:
179179
- src/app/api/copilotkit/route.ts
180180
- id: gen-ui-agent
181181
name: Agentic Generative UI
182-
description: Long-running agent tasks with inline state rendering in-chat
182+
description: "Canonical agent-state-driven Gen UI — the agent plans a live step list and emits it via copilotkit_emit_state; the frontend renders it with the v1 useCoAgentStateRender hook"
183183
tags:
184184
- generative-ui
185185
route: /demos/gen-ui-agent
186186
animated_preview_url:
187187
highlight:
188+
- src/agents/gen_ui_agent.py
188189
- src/app/demos/gen-ui-agent/page.tsx
189190
- src/app/demos/gen-ui-agent/InlineAgentStateCard.tsx
190-
- src/agents/gen_ui_agent.py
191191
- src/app/api/copilotkit/route.ts
192192
- id: shared-state-read-write
193193
name: Shared State (Read + Write)
@@ -361,8 +361,8 @@ demos:
361361
- src/app/demos/open-gen-ui/page.tsx
362362
- src/app/api/copilotkit-ogui/route.ts
363363
- id: open-gen-ui-advanced
364-
name: Open-Ended Generative UI (Advanced — With App Tool Calling)
365-
description: Advanced — sandbox invokes app tools via bridge functions
364+
name: "Open-Ended Gen UI (Advanced: with frontend function calling)"
365+
description: Agent-authored UI that can invoke frontend sandbox functions from inside the iframe
366366
tags:
367367
- generative-ui
368368
route: /demos/open-gen-ui-advanced

showcase/shared/feature-registry.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,15 @@
183183
},
184184
{
185185
"id": "open-gen-ui-advanced",
186-
"name": "Open-Ended Generative UI (Advanced)",
186+
"name": "Open-Ended Gen UI (Advanced: with frontend function calling)",
187187
"category": "open-generative-ui",
188-
"description": "Sandbox invokes app tools via bridge functions"
188+
"description": "Agent-authored UI that can invoke frontend sandbox functions from inside the iframe"
189189
},
190190
{
191191
"id": "gen-ui-agent",
192192
"name": "Agentic Generative UI (In-Chat State Rendering)",
193193
"category": "operational-generative-ui",
194-
"description": "Long-running agent tasks with generated UI",
195-
"kind": "testing",
194+
"description": "Agent-state-driven inline UI: the agent emits a live `steps` plan via copilotkit_emit_state and the frontend renders it with useCoAgentStateRender (v1 hook)",
196195
"og_docs_url": "https://docs.copilotkit.ai/features/gen-ui-agent",
197196
"shell_docs_url": "/docs/features/gen-ui-agent"
198197
},

0 commit comments

Comments
 (0)