Skip to main content
A package is a collection of nodes that work together to complete a task.
They can run on their own, or be combined with other packages to create more complex workflows.

Whats required for a package to run?

Each package needs a node and a finished node.

How do I create a package?

We’ve provided an example below to help you get started with creating your first package. The LLM example included below will show you how to create a simple package that generates text using the Large Language Model node.

Examples