Overview
Plugins are modular components that extend the functionality of AI pipelines.
Each plugin executes at a different stage of the pipeline.
Plugins are defined in the pipeline YAML. For example, here you see a Prompt Template plugin hosted in floom/prompt/template/default.
prompt:
template:
package: floom/prompt/template/default
system: "Be polite and concise"
💡You can pass values to plugins, just like "system" in this case.
Floom empowers developers to craft their own plugins, offering full customization for AI pipelines.