agentskit.js

FlowNode

Auto-generated API reference for FlowNode.

Interface: FlowNode

Defined in: flow.ts:18

#Properties

#id

id: string

Defined in: flow.ts:20

Unique within the flow. Used as durable step id.


#name?

optional name?: string

Defined in: flow.ts:22

Display label. Defaults to id.


#needs?

optional needs?: string[]

Defined in: flow.ts:28

Ids of nodes that must finish before this one starts.


#run

run: string

Defined in: flow.ts:24

Handler key β€” must exist in the FlowRegistry.


#with?

optional with?: Record<string, unknown>

Defined in: flow.ts:26

Static inputs passed to the handler.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page

Ask the docs

Ask anything about AgentsKit. Answers come from the docs corpus via OpenRouter free-tier models. Rate limited per IP.