midstream
Real-time LLM stream analysis, gating, and pattern detection
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install MidStream?โผ
Run `npx skills add ruvnet/midstream --all -g -y` in your terminal to install all skills in this suite globally.
What does MidStream do with LLM streams?โผ
It treats the token stream as a live signal you can pattern-match, score, and gate while tokens are still arriving, using Rust libraries for sequence comparison, scheduling, attractor analysis, and meta-learning.
Can I use MidStream in the browser?โผ
Yes. The Rust workspace compiles to WASM and is published as the @midstream/wasm npm package, so the same analysis code runs in browsers and edge workers.
Does MidStream work with Claude Code?โผ
Yes. It includes a CLAUDE.md orchestration file and SKILL.md units that guide Claude Code agents through concurrent execution, SPARC workflows, and stream-chain pipelines.
Do I need the whole workspace or just one library?โผ
Each of the six crates is published independently on crates.io, so you can add only what you need, such as temporal-compare for pattern matching or the scheduler for low-latency queuing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core