eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 120 B
JavaScript
function lazyBackend(e){let t,get=()=>t??=e();return{read:e=>get().read(e),write:e=>get().write(e)}}export{lazyBackend};
Filesystem-first framework for durable backend AI agents that run anywhere.