feat: Workflows v1

This commit is contained in:
Pranav
2026-02-27 21:05:26 -08:00
parent c08fa631a9
commit c0490794d1
52 changed files with 1903 additions and 33 deletions
@@ -348,6 +348,17 @@ const menuItems = computed(() => {
navigationPath: 'captain_assistants_scenarios_index',
}),
},
{
name: 'Workflows',
label: t('SIDEBAR.CAPTAIN_WORKFLOWS'),
activeOn: [
'captain_assistants_workflows_index',
'captain_assistants_workflow_editor',
],
to: accountScopedRoute('captain_assistants_index', {
navigationPath: 'captain_assistants_workflows_index',
}),
},
{
name: 'Playground',
label: t('SIDEBAR.CAPTAIN_PLAYGROUND'),