dexaai / dexter

LLM tools used in production at Dexa
https://dexter.dexa.ai
MIT License
69 stars 4 forks source link

Poor visibility into errors within an AIRunner #22

Closed rileytomasek closed 7 months ago

rileytomasek commented 8 months ago

When an AIRunner encounters an error, it will swallow it and retry until it hits the max iterations and then returns an error stating that the max iterations were hit, without ever exposing the underlying errors.

rileytomasek commented 7 months ago

Resolved by #23