Snapshotmain · 141cbf9
Stored workflow nodes invoke models, tools, agents, human boundaries, and retrieval services through a shared runner.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
Workflow DSLThe serialized nodes, edges, variables, and configuration authored in the builder.
How to study this repo
- 1Read the DSL
Compare a builder node with the data consumed by workflow entry.
- 2Follow scheduling
Trace how a completed node unlocks its downstream handles.
- 3Cross a plugin boundary
Track one model or tool node into the plugin implementation.