UNPKG

eve

Version:

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

5 lines 165 B
//#region src/constants.d.ts type RUNTIMES = "node26" | "node24" | "node22" | "python3.13"; //#endregion export { RUNTIMES }; //# sourceMappingURL=constants.d.ts.map