A Python library for signal-based flow programming — connect processing nodes with typed signals, build reactive data pipelines declaratively.

An experiment in making data flow explicit: instead of calling functions, you connect signals. A node emits, downstream nodes react. The idea predates the current wave of “AI agent pipelines” by several years, though the motivation was different — real-time data processing, not LLM orchestration.

Archived. The concept was sound; the timing was early.