mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #581] Integrate AutoGen into the UI #27657
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 @JasonPad19 on GitHub (Jan 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/581
Is your feature request related to a problem? Please describe.
AutoGen can be powered either by OpenAI endpoint or LM Studio endpoint. It will enable multi agent conversation per different roles(based on prompt).
Describe the solution you'd like
To enable multi agent conversation per AutoGen
https://github.com/microsoft/autogen
Describe alternatives you've considered
XAgent is another alternative.
https://github.com/OpenBMB/XAgent
@tjbck commented on GitHub (Jan 27, 2024):
Hi, Thanks for the suggestion! I'll close this issue for now, as at the moment integrating autogen directly seems like it's out of the scope of this project, but I'll think of ways we can have something similar with #463. Stay tuned!