List पर वापस जाएँ
📚Resources

OpenAI Structured Outputs Sample: Generative UI

OpenAI

परिचय

Generative UI तक structured-output का practical रास्ता दिखाने वाला official OpenAI sample app। Demo recursive component schema और `generate_ui` tool इस्तेमाल करता है, ताकि model responses केवल text के बजाय भरोसेमंद UI definitions stream कर सकें; साथ ही multi-turn conversations और automatic tool execution भी support होते हैं।

सारांश

यह sample जोड़ने लायक क्यों है:

1. Official implementation reference: सीधे code में दिखाता है कि OpenAI dynamic UI generation को कैसे रखता है
2. Structured-output angle: freeform HTML या loosely shaped JSON से अधिक reliability चाहने वाली teams के लिए उपयोगी
3. Recursive rendering pattern: model-generated interfaces render करने का ठोस component-schema approach दिखाता है
4. Conversation + UI साथ में: multi-turn chat, tool execution और streamed UI को एक compact example में cover करता है
5. Collection fit: model output control और वास्तविक Generative UI implementation के बीच high-signal bridge

Tags

openaistructured-outputssamplereactofficial
Resource देखें

मिलते-जुलते लेख

📚Resources

Harness4GenUI 2026: Engineering Foundations for Generative UI

Official ASE 2026 workshop dedicated to the software-engineering foundations of Generative UI. Harness4GenUI frames dynamic interfaces as runtime systems and organizes work around stable context models, UI schemas, rendering contracts, testing, observability, safety, and governance rather than generation quality alone.

genuiharness-engineeringsoftware-architecture
लेखक ASE 2026 · 2026-10
Resource देखें
📚Resources

ggui: A Generative Interface Runtime over MCP

Apache-2.0 protocol and reference runtime for generating ephemeral, interactive interfaces from natural-language agent requests over MCP. ggui includes a self-hosted server, schema-negotiated render contracts, MCP Apps host helpers, bidirectional user events, reusable blueprints and gadgets, and runnable integrations for Claude, OpenAI Agents SDK, and Google ADK.

generative-uimcp-appsruntime-protocol
लेखक ggui contributors · 2026-08
Resource देखें
📚Resources

moi: An Agent-Generated Personal Software Workspace

Source-available local workspace where AI agents build and reshape persistent UI around a user's project. moi gives Claude Code, Codex, OpenClaw, and Hermes a skill-driven interface for creating live widgets, dashboards, canvases, and full views wired to files, commands, APIs, databases, and MCP servers, with the generated software stored in the workspace filesystem.

generative-uiagent-workspacedynamic-widgets
लेखक Alexey Taktarov · 2026-08
Resource देखें

Generative UI resources का curated संग्रह।

बनाया गया ❤️ community द्वारा