eidolon-ai / eidolon

An Open Source Agent Service Framework
https://www.eidolonai.com/
Apache License 2.0
162 stars 15 forks source link

Implement /health endpoint on server #506

Closed dbrewster closed 4 days ago

dbrewster commented 1 week ago

It should return:

  1. The state of EVERY component of the server, including the server itself.
  2. If Error, the state of the error and the reason for the error
  3. If starting, starting.
  4. If started, a started state.