sagentic-ai / sagentic-af

😎 Sagentic.ai Agent Framework - Sagentic.ai is a unified platform for building, running and scaling autonomous agents.
https://sagentic.ai
MIT License
66 stars 5 forks source link

improve errors in client and local dev server #14

Closed Lachann closed 8 months ago

Lachann commented 8 months ago
OpenAI client will return original errors from the API.

Local dev server will return errors/exceptions along with stack trace if
available.

`yarn spawn` command now has option `verbose` to show stack trace of
errors, if available.