This is my central hub for experimenting with LLM Orchestration. This repository is a collection of projects, prototypes, and agents built using the LangChain ecosystem and the stateful, cyclic power of LangGraph.
This repo serves as a playground for building everything from simple RAG (Retrieval-Augmented Generation) pipelines to complex, autonomous multi-agent systems.
-
LangChain: Used for building linear chains and modular components.
-
LangGraph: Used for building complex, stateful workflows with loops, cycles, and conditional logic.
- LangChain-Rag: A standard RAG system to load documents and use them as external source of knowledge.
- LangGraph-Reflection-Agent: A reflection-style agent architecture built with LangGraph that improves output quality through self-critique and refinement.
Built with β€οΈ and a lot of tokens.