Core concepts

Sublayer Generators

Generators are responsible for generating specific outputs based on input data. They focus on a single generation task and do not perform any actions or complex decision-making. Generators are the building blocks of the Sublayer framework.

Try making your own generator:

Other Examples:

Previous
Overview