source

The creation and usage of agentic systems that orchestrate many simple linear workflows. This involves breaking down processes into sequential simpler micro-tasks, allowing for more straightforward management and deployment.

This is the idea behind LangGraph— much like assembling Lego bricks, it allows developers to combine specialized tools rapidly to break the problem space into components. i.e. Specialized tools such as RAG (Retrieval-Augmented Generation), human eval, and guardrails can be combined together.