eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 285 B
JavaScript
function classifyCatalogEntry(e){return e.declaresSetup===!0?{kind:`needs-terminal`,reason:`${e.address} declares a setup flow, which can ask for credentials or open a browser authorization. Neither can be answered from a chat turn.`}:{kind:`installable`}}export{classifyCatalogEntry};