eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 222 B
JavaScript
var HumanActionRequiredError=class extends Error{action;constructor(e){super(`Human action required: \`${e.command}\` — ${e.reason}`),this.name=`HumanActionRequiredError`,this.action=e}};export{HumanActionRequiredError};