Spaces:
Running
Running
LangGraph Agent Fails with “AGENT ERROR: Connection error” on Space Submission - Final Project
#30
by
FrancescaScipioni
- opened
Hi,
I developed the agent for the final project using LangGraph. My agent works as expected when run locally, but when I use the “Run Evaluation & Submit All Answers” button, I consistently get this error for all tasks:
AGENT ERROR: Connection error
I use DuckDuckGoSearchRun from langchain_community.tools for the web search tool.
How can I fix this problem?
Thanks!