UNPKG

eve

Version:

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

1 lines 232 B
async function cleanupEvalSessions(e,t){let n=new Map;for(let t of e){let e=t.sessionId;e!==void 0&&!n.has(e)&&n.set(e,t)}return await Promise.allSettled([...n.values()].map(async e=>await e.cleanup(t)))}export{cleanupEvalSessions};