Type Aliases
GroupKind
Type Alias: GroupKind
GroupKind =
"Parallel"|"Sequence"|"Loop"|"Conditional"|"Agent"|"LLMCall"
Defined in: src/core/translator.ts:39
The composition KIND a translator sees in GroupMetadata.kind.
Closed union — every agentfootprint composition declares exactly
one of these via the literal string baked into its buildChart()
description prefix and surfaced here in GroupMetadata.
