Why it matters
Custom flow gives control. Understanding shapes DIY approach.
Advertisement
The architecture
State machine per flow.
LLM call + tool invocation.
Persistence + resume.
Advertisement
How it works end to end
Java records for state.
Reactor or virtual threads for concurrency.
Redis / DB for persistence.