AutoGPT/rnd/autogpt_server/test/util
Zamil Majdy 5b9caa4345
fix(rnd): Added run-time implicit type conversion on agent node execution (#7775)
The execution graph is supposed to be typed, but there are cases where generic types like Any were used, and there are cases, where incompatible data passed into the wrong type. 

If such a thing happens on runtime, we should do the best-effort conversion instead of breaking the run. E.g.: try to json-stringify the object to str input, or try to parse number in the string to int input, etc.
2024-08-09 20:38:33 +07:00
..
test_service.py feat(rnd): Add code-formatter & linting on AutoGPT server (#7458) 2024-07-17 11:54:29 +01:00
test_type.py fix(rnd): Added run-time implicit type conversion on agent node execution (#7775) 2024-08-09 20:38:33 +07:00