fixed this bug:
Type error: unexpected keyword argument 'start_key'
File "C:\Users\Arnd\Desktop 3\gpt-newspaper\gpt-newspaper\backend\langgraph_agent.py", line 39, in run workflow.add_conditional_edges(start_key='critique', TypeError: Graph.add_conditional_edges() got an unexpected keyword argument 'start_key'
by modifying the langggraph agent.
also added langchain_community to requirements.txt.
fixed this bug: Type error: unexpected keyword argument 'start_key' File "C:\Users\Arnd\Desktop 3\gpt-newspaper\gpt-newspaper\backend\langgraph_agent.py", line 39, in run workflow.add_conditional_edges(start_key='critique', TypeError: Graph.add_conditional_edges() got an unexpected keyword argument 'start_key'
by modifying the langggraph agent. also added langchain_community to requirements.txt.