Pipeline Without Agent
Prerequisites
Example: Simple Hello World Pipeline
Import the Package
import asyncio
from typing import Any
from dotenv import load_dotenv
from gllm_core.schema import Component
from gllm_pipeline.steps import step
from digital_employee_core import DigitalEmployeeBuilder, DigitalEmployeePipelineBuilder
load_dotenv()Define a Simple Component
Build the Pipeline Without Agent
Invoke the Pipeline
Summary
Last updated