Module chain_execution

Module chain_execution 

Source
Expand description

Chain execution engine for request chaining

This module provides the execution engine that manages chain execution with dependency resolution, parallel execution when possible, and proper error handling.

Structs§

ChainExecutionEngine
Engine for executing request chains
ChainExecutionResult
Result of chain execution
ExecutionRecord
Record of a chain execution with timestamp

Enums§

ChainExecutionStatus
Status of chain execution