AutoGPT/frontend/lib
Reinier van der Leer 8f43a346e9
fix(frontend): Sync request models up with `forge.agent_protocol` (#7202)
Frontend broke in #7171 because of changes to the request models in `forge.agent_protocol`. This PR unbreaks it.

Changes:
- Make `input` required on `TaskRequestBody` and `StepRequestBody`
- Amend `toJson()` on `TaskRequestBody` and `StepRequestBody` to omit attributes with `null` value
2024-06-08 17:09:01 -05:00
..
constants Add centralized color constants for light and dark modes 2023-09-25 20:06:17 -07:00
models fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
services fix typos (#7123) 2024-05-31 11:16:23 +02:00
utils Add GitHub Repository Validation to Leaderboard Submission Dialog (#5539) 2023-10-04 11:32:45 -07:00
viewmodels fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
views fix(frontend): Sync request models up with `forge.agent_protocol` (#7202) 2024-06-08 17:09:01 -05:00
main.dart Refactor LeaderboardSubmissionDialog to use SharedPreferencesService 2023-10-10 23:19:35 -07:00