AutoGPT/rnd/autogpt_server/test
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
..
block feat(rnd): Refactor Block testing infra and Add Block auto-generation graph usecase (#7405) 2024-07-15 21:41:18 -05:00
data feat(rnd): Introduce Sub-Graph on Agent Server (#7693) 2024-08-05 16:48:14 +07:00
executor fix(tests): Ensure user ID is not None on schedule in tests (#7749) 2024-08-08 11:11:57 +02:00
server feat(rnd): Add code-formatter & linting on AutoGPT server (#7458) 2024-07-17 11:54:29 +01:00
util fix(rnd): Added run-time implicit type conversion on agent node execution (#7775) 2024-08-09 20:38:33 +07:00
__init__.py feat(rnd): Add strong pydantic type & composite data extraction for Block input/output schema + add reddit agent-blocks (#7288) 2024-07-04 11:37:28 +01:00
conftest.py fix(rnd): Make Agent Server's pin connections become the mandatory source of input (#7539) 2024-07-23 09:06:26 +07:00