|
|
|
|
|
by ossa-ma
81 days ago
|
|
I'm not an supporter of blindly adopting the "langs" but langgraph is useful for deterministically reproducable orchestration. Let's say you have a particular data flow that takes an email sends it through an agent for keyword analysis the another agent for embedding then splits to two agents for sentiment analysis and translation - there is where you'd use langgraph in your service. Claude Code is a consumer tool, not production. |
|
What's the value add over doing it with just Python code? I mean you can represent any logic in terms of graphs and states..