You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:root:Exception in sync_generator_wrapper: WebSearchGraph.add_edge() got an unexpected keyword argument 'endNode'
Traceback (most recent call last):
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/app.py", line 90, in sync_generator_wrapper
for response in agent(inputs, session_id=session_id):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/streaming.py", line 19, in call
for response_message in self.forward(*message, session_id=session_id, **kwargs):
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/mindsearch_agent.py", line 105, in forward
for graph_exec in gen:
File "/opt/anaconda3/envs/py3/lib/python3.12/site-packages/lagent/utils/util.py", line 138, in iter
self.ret = yield from self.generator
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/graph.py", line 263, in run
exec(command, global_dict, local_dict)
File "", line 28, in
TypeError: WebSearchGraph.add_edge() got an unexpected keyword argument 'endNode'
The text was updated successfully, but these errors were encountered:
ERROR:root:Exception in sync_generator_wrapper: WebSearchGraph.add_edge() got an unexpected keyword argument 'endNode'
Traceback (most recent call last):
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/app.py", line 90, in sync_generator_wrapper
for response in agent(inputs, session_id=session_id):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/streaming.py", line 19, in call
for response_message in self.forward(*message, session_id=session_id, **kwargs):
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/mindsearch_agent.py", line 105, in forward
for graph_exec in gen:
File "/opt/anaconda3/envs/py3/lib/python3.12/site-packages/lagent/utils/util.py", line 138, in iter
self.ret = yield from self.generator
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jiaoshoudu/development/MindSearch/mindsearch/agent/graph.py", line 263, in run
exec(command, global_dict, local_dict)
File "", line 28, in
TypeError: WebSearchGraph.add_edge() got an unexpected keyword argument 'endNode'
The text was updated successfully, but these errors were encountered: