1.6 KiB
1.6 KiB
Pipeline Plugins
Pipelines are complex workflows that combine multiple processing steps for advanced use cases.
What are Pipelines?
Pipelines extend beyond simple transformations to implement:
- :material-workflow: Multi-step processing workflows
- :material-source-merge: Model orchestration
- :material-robot-industrial: Advanced agent behaviors
- :material-cog-box: Complex business logic
Available Pipeline Plugins
-
:material-view-module:{ .lg .middle } MoE Prompt Refiner
Refines prompts for Mixture of Experts (MoE) summary requests to generate high-quality comprehensive reports.
Version: 1.0.0
How Pipelines Differ
| Feature | Filters | Pipes | Pipelines |
|---|---|---|---|
| Complexity | Simple | Medium | High |
| Use Case | Message processing | Model integration | Multi-step workflows |
| Execution | Before/after LLM | As LLM | Custom orchestration |
| Dependencies | Minimal | API access | Often multiple services |
Quick Installation
- Download the pipeline
.pyfile - Navigate to Admin Panel → Settings → Functions
- Upload and configure required services
- Enable the pipeline
Development Considerations
Pipelines often require:
- Multiple API integrations
- State management across steps
- Error handling at each stage
- Performance optimization
See the Plugin Development Guide for detailed guidance.