runtime error

Exit code: 1. Reason: p response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/flask/app.py", line 919, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/flask/app.py", line 917, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/flask/app.py", line 902, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 78, in health "models": len(llm.available_models()), ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'LLM' object has no attribute 'available_models' 2026-02-18 04:07:57,271 [INFO] AgentForge: πŸŒ‰ Bridge ready 2026-02-18 04:07:57,286 [INFO] AgentForge: πŸ€– AgentForge v2 starting... 2026-02-18 04:07:57,297 [WARNING] AgentForge: Curl empty response. stderr: 2026-02-18 04:07:57,302 [WARNING] AgentForge: Commands/username warning: Telegram server says - Empty curl response: 2026-02-18 04:07:57,303 [CRITICAL] AgentForge: Fatal: 'LLM' object has no attribute 'available_models' Traceback (most recent call last): File "/app/app.py", line 1626, in <module> asyncio.run(main()) File "/usr/local/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/app.py", line 1610, in main await on_startup() File "/app/app.py", line 1568, in on_startup models = llm.available_models() ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'LLM' object has no attribute 'available_models'

Container logs:

Fetching error logs...