runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> from langgraph_agent import react_agent File "/home/user/app/langgraph_agent.py", line 9, in <module> from tools import visit_webpage, transcript_tool_langchain, read_file_contents, google_serper_search, python_repl_tool, youtube_transcript_tool, wikipedia File "/home/user/app/tools.py", line 20, in <module> search_api = GoogleSerperAPIWrapper() File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for GoogleSerperAPIWrapper Value error, Did not find serper_api_key, please add an environment variable `SERPER_API_KEY` which contains it, or pass `serper_api_key` as a named parameter. [type=value_error, input_value={}, input_type=dict] For further information visit https://errors.pydantic.dev/2.11/v/value_error
Container logs:
Fetching error logs...