Files
AutoGPT/autogpt_platform/backend
Zamil Majdy ea08a630cb fix: handle string settings in LibraryAgent.from_db
Fixes AUTOGPT-SERVER-7N6 - Some DB records have settings stored as
a JSON string instead of a dict, causing GraphSettings.model_validate
to fail with 'str' object has no attribute 'value'.
2026-01-30 09:40:44 -06:00
..