Workflows
Workflows are the cornerstone of the Lleverage platform. Workflows allow product development teams to collaborate on powerful AI workflows that chain business logic, data, APIs and dynamic prompts for a variety of use-cases. A workflow is an encapsulation of generative AI functionality that can be exposed over a single API end point to plug in to your application. The Lleverage Workflow stack consists of two main components:
Workflow Studio
is where product and engineering teams collaborate on building AI features in a visual and practical way. Every workflow consists of a set of interlinked Nodes, which are self-contained blocks of functionality that can be added to the workflow and linked to other nodes to create chains of connected behaviour.Workflow Engine
is an open source workflow execution engine. It runs what has been composed in Studio and executes it when a trigger is sent from your application. Workflow engine is typically managed by Lleverage but can also run in your own infrastructure if you choose so.
Last updated