mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24112] feat: Agents and teams hierarchy panel showing role, model assignment and skills per agent #74794
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 @githb-ac on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24112
Check Existing Issues
Verify Feature Scope
Problem Description
Open WebUI currently has no way to display the structure of a multi-agent setup —
which agents exist, what teams they belong to, what model each agent is running,
and which tools or skills are assigned to each agent. Users managing complex
pipelines with multiple specialised agents have no single place to see the full
hierarchy at a glance, and must piece this together from individual model and
tool configuration pages.
Desired Solution you'd like
Add an Agents & Teams panel accessible from the sidebar showing:
Alternatives Considered
Currently users must navigate to each pipeline or model individually to understand
the agent structure. There is no hierarchical view, no team grouping, and no
per-agent skill summary anywhere in the current UI.
Additional Context
A working visual prototype of the agents and teams panel is attached.
owui-aegis-app-data.html
@Classic298 commented on GitHub (Apr 25, 2026):
You can use tools and actions for this, completely out of scope for the issues section