mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #5865] feat: AI workflows #29681
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 @tjbck on GitHub (Oct 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5865
Originally assigned to: @tjbck on GitHub.
Orchestration layer
@g4challenge commented on GitHub (Oct 16, 2024):
Nice Idea and probably very useful - yet have you thought about incorporating
langgraph? This would maybe help reuse the probably most frequently used graph/multiagent tooling to be used for workflows.@tjbck commented on GitHub (Oct 16, 2024):
Will not be using any third party implementation here, this will also have to be accompanied by a node based editor.
@PlebeiusGaragicus commented on GitHub (Nov 5, 2024):
You don't have to incorporate
langgraph- they seem to be piggybacking on the Assistants API 'standard.' If that is the orchestration layer you're talking about, then it could enable a whole category of third party implementations.I'm not sure that pipelines in their current form are well-suited for the Assistants API.
What are your thoughts on this "orchestration layer?"