munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
49 stars 17 forks source link

Explain Errors in Sandbox #12

Open edwisdom opened 11 months ago

edwisdom commented 11 months ago

Description

Currently, errors caused by any part of the Agent's configuration (e.g. insufficient API credits, invalid API key) are not propagated to the Sandbox during testing. This means that the Agent just doesn't return anything, which can be hard for the end user to debug. Instead, these errors should be shared in the Sandbox so that the user can react appropriately.