runtime error

Exit code: 1. Reason: with serialization in the remote executor. See issue #1626. warnings.warn( [app.py] LlamaIndex backend unavailable: cannot import name 'FunctionCallingAgentWorker' from 'llama_index.core.agent' (/usr/local/lib/python3.10/site-packages/llama_index/core/agent/__init__.py) [app.py] workbench_grounded_theory unavailable: No module named 'workbench_grounded_theory' [app.py] workbench_thematic_analysis unavailable: No module named 'workbench_thematic_analysis' [app.py] phase2_agent unavailable: No module named 'workbench_thematic_analysis' [database] create_tables error: connection to server at "db.jxnatforuxcrpooytfsv.supabase.co" (2406:da14:1d62:b400:ff2:6a09:bbfe:a17a), port 5432 failed: Network is unreachable Is the server running on that host and accepting TCP/IP connections? /app/app.py:3255: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead. with gr.Blocks( >>> importing gradio... >>> importing agents... >>> building agent... Traceback (most recent call last): File "/app/app.py", line 5240, in <module> import spjimr_ui File "/app/spjimr_ui.py", line 14, in <module> agent = build_agent() File "/app/spjimr_agents.py", line 30, in build_agent groq_llm = ChatGroq( File "/usr/local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 115, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 250, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) File "/usr/local/lib/python3.10/site-packages/langchain_groq/chat_models.py", line 440, in validate_environment self.client = groq.Groq( File "/usr/local/lib/python3.10/site-packages/groq/_client.py", line 79, in __init__ raise GroqError( groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable

Container logs:

Fetching error logs...