Files
AutoGPT/autogpt_platform/backend
Otto 192c4333da fix: make agent_graph_id non-nullable with empty default
The StoreAgent view defines agentGraphId as String (non-nullable).
Using empty string default for backward compatibility - empty strings
are falsy and filtered out in the agent generation code.
2026-01-31 14:03:34 +00:00
..