mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-26 04:43:56 +02:00
refactor: rename Orchestration to Workflows in settings nav
Align settings terminology with Agent Framework docs where 'Workflows' is the top-level concept. 'Orchestration' now only appears as 'Orchestration Mode' in the pattern editor, correctly referring to the specific mode (sequential, concurrent, etc.) within a workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ const navGroups: NavGroup[] = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Orchestration',
|
label: 'Workflows',
|
||||||
items: [
|
items: [
|
||||||
{ id: 'patterns', label: 'Patterns', icon: <Workflow className="size-3.5" /> },
|
{ id: 'patterns', label: 'Patterns', icon: <Workflow className="size-3.5" /> },
|
||||||
{ id: 'agents', label: 'Agents', icon: <UserCircle className="size-3.5" /> },
|
{ id: 'agents', label: 'Agents', icon: <UserCircle className="size-3.5" /> },
|
||||||
@@ -566,7 +566,7 @@ function PatternsSection({
|
|||||||
<div>
|
<div>
|
||||||
<SectionHeader
|
<SectionHeader
|
||||||
description="Define reusable agent configurations for your sessions"
|
description="Define reusable agent configurations for your sessions"
|
||||||
title="Orchestration Patterns"
|
title="Workflow Patterns"
|
||||||
>
|
>
|
||||||
<SectionAction label="New Pattern" onClick={onNewPattern} />
|
<SectionAction label="New Pattern" onClick={onNewPattern} />
|
||||||
</SectionHeader>
|
</SectionHeader>
|
||||||
|
|||||||
Reference in New Issue
Block a user