Readit News logoReadit News
nfcampos commented on We chose LangGraph to build our coding agent   qodo.ai/blog/why-we-chose... · Posted by u/jimminyx
datadrivenangel · 6 months ago
Now is it actually a state machine or is it just well logged?
nfcampos · 6 months ago
LangGraph implements a variant of the Pregel/BSP algorithm for orchestrating workflows with cycles (ie. not DAGs) and parallelism without data races. You can design your graph as a state machine if you so desire

Dead Comment

nfcampos commented on Ask HN: How's LangGraph for Prod?    · Posted by u/chaos_emergent
karpatic · 10 months ago
The langchain docs are God awful, impossible to navigate with every page half baked. It was made even worse by their trying to push lg to the point you can barely find their lc docs. And, It's like they just shove jsdoc output into docusaurus pages for the api and call it a day. The api works well but thr api makes excessive calls imo and the output is still harder to grok then setting some of this stuff up manually.
nfcampos · 10 months ago
Hi do you mind sharing more what you mean by "the api makes excessive calls"?
nfcampos commented on Should I Use a Framework to Build an Agent? Code vs. LangGraph vs. Workflows    · Posted by u/jgilhuly
nfcampos · a year ago
Hi, you don't have to use langchain tools or ToolNode with langgraph, you can absolutely write your custom tool handling logic. In langgraph nodes are just functions that can do whatever you want, seems to be some misconception somewhere?

u/nfcampos

KarmaCake day92February 22, 2022View Original