Flowneer - A Tiny TS flow builder for stateful LLM agents
by•
A tiny, dependency-free TypeScript flow builder for composing stateful LLM agents with a fluent, deterministic API. - Fanna1119/flowneer
Replies
Best
Maker
📌
I wanted something small, clean, and predictable. Most workflow tools felt heavy or too clever. I just wanted a fluent way to describe a process the same way I think about it: do this, then that, maybe branch, maybe loop, maybe run things in parallel — all with a typed state moving forward. No hidden magic, no frameworks pulling strings behind the scenes.
Flowneer is basically me stripping orchestration down to the essentials. A tiny, dependency-free flow builder that keeps control flow explicit and readable. Especially when working with async logic or LLM agents, I wanted something that stays lightweight and deterministic instead of turning into a maze.
Replies