mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 07:18:29 -05:00
feat: #6234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @exotexot on GitHub (Aug 27, 2025).
Check Existing Issues
Problem Description
I think OpenWebUI is really lacking some state-of-the-art in chat UI components. I want to write CUSTOM UI Components, in Js or Svelte or whatever, where the Agent/LLM only need to fill in props for the UI component, like a Form, or Cards, or a Carousel.
My understand of Artifacts is, that there will appear a HTML Preview, if the output of the Agent is some HTML document. But this is not what I Want. I want a fully independent UI component in the Chat, or on the side. Is this even possible with OpenWebUI?
Desired Solution you'd like
LangChain's Agent Chat UI can do that:
https://www.youtube.com/watch?v=lInrwVnZ83o&t=140s
Alternatives Considered
No response
Additional Context
No response