If you don’t have a Vellum account yet, you can sign up for free here.
The Vellum Workflows SDK is a framework for defining and executing agentic AI systems as graphs using a declarative, type-safe approach. Unlike other graph frameworks that are functional or event-driven, Vellum Workflows SDK:
Additionally, Vellum Workflows SDK provides bidirectional syncing between code and Vellum’s visual editor, making it easier to:
The Vellum Workflows SDK is fully open source and publicly available on GitHub.
Define Nodes: Create reusable components that represent specific tasks
Build Your Graph: Connect nodes to define your workflow’s execution path
Configure I/O: Set up inputs, outputs, and state management for data flow
Execute: Run your workflow either programmatically or through the UI
Visualize & Debug: Use the UI to inspect execution paths and results