We can incoporate 3 ways of LLM through pipelines:
a) Pre designed prompts + code paths
We can create a work flow through LangChain and LangGraph.
It is designed for LLMs. It can be useful for custom workflows, tool integration and agent collaboration.
LangGraph library used for build a stateful, multi actors with LLMs



