sequence-execution-engine
Installation
SKILL.md
Provided by TippyEntertainment
Sequence Execution Engine with Delay Management
A TypeScript library for executing sequential workflows with configurable delays, retry logic, caching, and comprehensive tracing.
Features
- Sequential Step Execution: Execute steps in order with automatic input/output chaining
- Delay Management: Pre-step and post-step delays with configurable timing
- Retry Logic: Automatic retries with exponential backoff
- Timeout Handling: Per-step and global timeout support
- Caching: Optional result caching with TTL
- Conditional Execution: Skip steps based on conditions
- Parallel Execution: Execute multiple sequences in parallel
- Comprehensive Tracing: Full execution trace with timing data
- Lifecycle Callbacks: onStart, onComplete, onError hooks
Installation
Related skills