UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 513 B
function classifyCatalogEntry(e){return e.components!==void 0&&e.components.length>0?{kind:`needs-terminal`,reason:`${e.address} is a bundle of ${e.components.join(`, `)}. Choosing which components to install is a question, so the whole bundle goes to the terminal.`}: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};