Langgraph4rust v0.2.0 is a stateful workflow engine for Rust that allows users to describe workflows as graphs of typed-state nodes. The engine features parallel execution, conditional routing, and a real-time push-based streaming API introduced in this version. Feedback on the API design is sought, especially from users experienced with Python's LangGraph.