runtime error

Exit code: 1. Reason: s/env.py", line 120, in prepare_field_value raise e File "/app/.venv/lib/python3.11/site-packages/pydantic_settings/sources/providers/env.py", line 117, in prepare_field_value value = self.decode_complex_value(field_name, field, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/pydantic_settings/sources/base.py", line 186, in decode_complex_value return json.loads(value) ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/app/server/web.py", line 34, in <module> from server.routes import router File "/app/server/routes.py", line 11, in <module> from agents.design_state import DesignState, DesignPlan File "/app/agents/design_state.py", line 10, in <module> from config.settings import settings File "/app/config/settings.py", line 249, in <module> settings = Settings() ^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/pydantic_settings/main.py", line 189, in __init__ **__pydantic_self__._settings_build_values( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/pydantic_settings/main.py", line 424, in _settings_build_values source_state = source() ^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/pydantic_settings/sources/base.py", line 492, in __call__ raise SettingsError( pydantic_settings.exceptions.SettingsError: error parsing value for field "memory" from source "EnvSettingsSource"

Container logs:

Fetching error logs...