eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 286 B
JavaScript
var AgentInfoResponseError=class extends Error{issues;constructor(e=[]){let t=e.length===0?``:` (${e.join(`; `)})`;super(`The server returned an unrecognized response from the eve agent info route.${t}`),this.name=`AgentInfoResponseError`,this.issues=e}};export{AgentInfoResponseError};