runtime error

Exit code: 3. Reason: with transport 'stdio' [2026-05-20 13:56:26,868][INFO] - Processing request of type ListToolsRequest 2026-05-20 13:56:27,180 - ComputeAgent Router - ERROR - ❌ Failed to initialize ComputeAgent: 'NoneType' object has no attribute 'openai_endpoint' 2026-05-20 13:56:27,181 - ComputeAgent Main - ERROR - ❌ Failed to initialize application: 'NoneType' object has no attribute 'openai_endpoint' ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/gradio/routes.py", line 2549, in new_lifespan async with old_lifespan( File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 211, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/ComputeAgent/main.py", line 66, in lifespan await initialize_agent() File "/app/ComputeAgent/routers/compute_agent_HITL.py", line 52, in initialize_agent agent = await ComputeAgent.create() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/ComputeAgent/graph/graph.py", line 129, in create llm = await model_manager.load_llm_model(Constants.DEFAULT_LLM_FC) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/ComputeAgent/models/model_manager.py", line 96, in load_llm_model base_url=loaded_model.openai_endpoint, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'openai_endpoint' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...