lgrammel / js-agent

Build AI Agents with JS & TS
MIT License
236 stars 35 forks source link

Handle errors properly #12

Open founderblocks-sils opened 1 year ago

founderblocks-sils commented 1 year ago

Errors should have 3 levels of recipients:

  1. The LLM
  2. The user
  3. The agent developer

Also errors should show tracebacks and be handled consistently.