Files
AutoGPT/autogpt_platform/backend/test
Zamil Majdy 0beb4cf351 fix: address test failures and PR review comments
- Fix executionStatus.value crash when status is a string not enum
- Update snapshot with new LibraryAgent fields (execution_count, etc.)
- Update test mocks to include include_executions=True parameter
- Fix potential KeyError/AttributeError in agent deduplication by using
  .get() with defaults instead of direct dict access
2026-01-30 10:03:36 -06:00
..