eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 228 B
JavaScript
const clientContextKey=`__eveClientContext`;function attachClientContext(e,t){return t!==void 0&&(e[clientContextKey]=t),e}function readClientContext(e){return e?.[clientContextKey]}export{attachClientContext,readClientContext};