Gllm Pipeline
This documentation covers the Gllm Pipeline library, which is part of the GLLM Monorepo.
API Reference
The following modules are available in this library:
- Constants: Constants used throughout the gllm_pipeline package.
- Exclusions: Step exclusion system for pipelines.
- Observability: OpenTelemetry instrumentation helpers for gllm-pipeline.
- Pipeline: Modules concerning the pipeline orchestration of Gen AI applications.
- Router: Modules concerning the routers used in Gen AI applications.
- Steps: Contains the base classes and implementations of pipeline steps.
- Types: Type definitions for the pipeline.
- Utils: Utility functions for the GLLM pipeline modules.