feat(menu): add agents group to AdminMenuRegistry

Top-level standalone group positioned right after dashboard,
giving the agentic system its own prominent section in the sidebar.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-02-08 20:10:22 +00:00
parent a47f038680
commit feb47c8ea5

View file

@ -61,6 +61,9 @@ class AdminMenuRegistry
'dashboard' => [
'standalone' => true,
],
'agents' => [
'standalone' => true,
],
'workspaces' => [
'label' => 'Workspaces',
'icon' => 'layer-group',