Unispec Docs
SDK ReferenceType aliases

FlowNodeType

Type Alias: FlowNodeType

FlowNodeType = "classify" | "condition" | "llm" | "tool" | "capture" | "emit" | "say" | "handoff" | "end"

Defined in: packages/sdk/src/backend/agents.ts:58

Flow-graph node types (M3, agents-engine.md §7).

On this page