/LangGraph-Experiments

My experiments with LangGraph

Primary LanguageJupyter NotebookMIT LicenseMIT

LangGraph Experiments

This started with experiments with LangGraph. It then evolved into other LLM agentic experiments.


Experiments


Lessons Learned

  • It's easy to build simple agentic workflows without using LangChain or LangGraph (see exp5).
  • It's a lot less code when LangGraph is not used.
  • In a ReAct workflow the model can sometimes try to call all functions, that it needs to answer a question, at the sme time. It outputs a list of functions to be called.