sogno-platform / clonemap

cloud-native Multi-Agent Platform
Other
3 stars 0 forks source link

Agency should notice when Agent dies with an error #15

Closed kwe712 closed 7 months ago

kwe712 commented 7 months ago

Current behavior: When an Agent's task() function ends with a runtime error, it stops running without further consequence

Desired behaviour: Runtime error should be returned to agency and logged properly, and the agency should either come to a graceful stop and restart, or attempt to restart the individual agent