UNPKG

eve

Version:

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

1 lines 413 B
const LOG_DISPLAY_MODES=[`all`,`stderr`,`sandbox`,`none`],LOG_DISPLAY_MODE_CYCLE=[`none`,`all`,`stderr`,`sandbox`];function parseLogDisplayMode(t){return LOG_DISPLAY_MODES.find(e=>e===t)}function nextLogDisplayMode(e){return LOG_DISPLAY_MODE_CYCLE[(LOG_DISPLAY_MODE_CYCLE.indexOf(e)+1)%LOG_DISPLAY_MODE_CYCLE.length]??`none`}export{LOG_DISPLAY_MODES,LOG_DISPLAY_MODE_CYCLE,nextLogDisplayMode,parseLogDisplayMode};