Package dyntabs.ai.flow
package dyntabs.ai.flow
-
ClassDescriptionThe typed value-bag that travels through an
EasyAI.flow()pipeline, carrying the flow's original input and the result of every step that has run so far, each keyed by its step name.Thrown when a step in anEasyAI.flow()pipeline fails, naming exactly which step it was.FlowStep<T>One named step in anEasyAI.flow()pipeline: a single unit of work that reads the sharedFlowContextand produces a result.