Skip to main content

One post tagged with "langflow"

View All Tags

Langflow on Stepflow with a Single Command

· 4 min read
Ben Chambers
Co-creator of Stepflow

In our first Langflow on Stepflow post, we showed how to convert and execute Langflow flows on Stepflow. That demo required building the Stepflow binary from source, generating configuration files, and wiring everything together manually. It worked, but it wasn't exactly a one-liner.

Today, the stepflow-langflow CLI makes this dramatically simpler, thanks partly to the new stepflow-orchestrator package which includes the necessary binary to run locally. A single run command handles conversion, orchestrator startup, and execution — all in one step.