Source code for swarmauri.core.chains.IChainStep

from typing import List, Dict, Any, Callable

[docs] class IChainStep: """ Represents a single step within an execution chain. """ pass