runtime error

Exit code: 3. Reason: 2026-01-06 13:12:58,193 - app - INFO - ✅ Configuration loaded 2026-01-06 13:12:58,204 - app - INFO - ✅ Service clients imported /app/agents/agent_core.py:6: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai 2026-01-06 13:12:58,742 - app - INFO - ✅ Agent core imported INFO: Started server process [1] INFO: Waiting for application startup. 2026-01-06 13:12:58,747 - app - INFO - 🚀 Initializing service clients... 2026-01-06 13:12:58,747 - app - INFO - 🤖 Initializing agent... 2026-01-06 13:12:58,747 - app - ERROR - ❌ GEMINI_API_KEY not found in environment 2026-01-06 13:12:58,747 - app - ERROR - ❌ Startup failed: GEMINI_API_KEY is required Traceback (most recent call last): File "/app/app.py", line 229, in lifespan raise ValueError("GEMINI_API_KEY is required") ValueError: GEMINI_API_KEY is required 2026-01-06 13:12:58,747 - app - INFO - 🔄 Shutting down... ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 677, 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 "/app/app.py", line 229, in lifespan raise ValueError("GEMINI_API_KEY is required") ValueError: GEMINI_API_KEY is required ERROR: Application startup failed. Exiting. ===== Application Startup at 2026-01-06 13:12:58 =====

Container logs:

Fetching error logs...