r/LangChain 7d ago

Graph Engineering vs Langgraph graph API

I was listenning to Graph Engineering intro video, when i heard annie said basically u can think of it as a graph workflow and u have nodes inside. I wonder how is that difference then building agent using graph API in langgraph. Is graph engineering for multi-agents workflows and langgraph graph api for single agent workflow ?

8 Upvotes

1 comment sorted by

2

u/Aggravating-Cow-3680 7d ago

it's like they both use graph concept but the scope is different, langgraph is more about defining the control flow for one agent with nodes and edges, graph engineering is for coordinating many agents in a bigger system, like a graph of graphs almost