runtime error

Exit code: 1. Reason: cal/lib/python3.12/site-packages/gradio/blocks.py", line 2116, in process_api result = await self.call_function( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/gradio/blocks.py", line 1621, in call_function prediction = await fn(*processed_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/gradio/utils.py", line 882, in async_wrapper response = await f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/gradio/chat_interface.py", line 1094, in _examples_fn response = await anyio.to_thread.run_sync( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/anyio/to_thread.py", line 63, in run_sync return await get_async_backend().run_sync_in_worker_thread( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 2518, in run_sync_in_worker_thread return await future ^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1002, in run result = context.run(func, *args) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 183, in respond AGENT = build_agent() ^^^^^^^^^^^^^ File "/app/app.py", line 155, in build_agent return CodeAgent( ^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/smolagents/agents.py", line 1566, in __init__ super().__init__( File "/usr/local/lib/python3.12/site-packages/smolagents/agents.py", line 332, in __init__ self.name = self._validate_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/smolagents/agents.py", line 366, in _validate_name raise ValueError(f"Agent name '{name}' must be a valid Python identifier and not a reserved keyword.") ValueError: Agent name 'Alfred-Gala' must be a valid Python identifier and not a reserved keyword.

Container logs:

Fetching error logs...