Replies: 2 comments
-
I just found out that when I make [financial_analyst and financial_tool_node] to a SubGraph, the project works well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Move this q&a to langgraph discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Hi I'm very beginner with langgraph.
I saw some of tutorial's from website and youtube and try to migrate my crewai project to langgraph.
What I want to achieve is running parallel node with binding tool.
But when I trying to run with initial message then I always have same error.
And when I saw langsmith log. My financial tool node has empty message.

What I expect is STEP like this:
financial_analysis -> call tool(financial_tool_node) -> fianancial_analysis with result-> financial advisor.
Here is my mermaid graph and I suspect that financial advisor node start before my financial_tool_node finish it's work.
Here is my langsmith log

System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
Beta Was this translation helpful? Give feedback.
All reactions