eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 302 B
TypeScript
/**
* The published npm package name for the eve framework.
*
* This module is intentionally free of side effects and heavy imports so that
* any layer can reference the package identity without pulling in filesystem
* or module-resolution code.
*/
export declare const EVE_PACKAGE_NAME = "eve";