What problem does it solve?
Stream-Chain enables the construction of streaming, multi-agent workflows where each agent's output becomes the input for the next step. It supports data transformations and sequential processing, reducing manual handoffs and enabling scalable, reproducible pipelines.
Core Features & Use Cases
- Custom Chains: Define deterministic prompt sequences with full control over the flow of data between steps.
- Predefined Pipelines: Use battle-tested workflows for common tasks to accelerate development.
- Each step receives the complete output from the previous step, enabling rich, streaming data coordination across agents.
Use Case Example: Build a pipeline that analyzes a codebase, extracts insights, and then generates an actionable improvement plan, with each stage feeding the next.
Quick Start
claude-flow stream-chain run "Analyze codebase structure" "Identify improvement areas" "Generate action plan"
claude-flow stream-chain pipeline analysis