Skip to contents

Creates a step that can be used in workflows. Steps can wrap functions or agents to provide processing capabilities.

Usage

step(x, ...)

Arguments

x

An agent or function to use as a step

...

Additional arguments

Value

A workflow step object