eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
12 lines (11 loc) • 467 B
TypeScript
export declare const EVE_WORDMARK = "eve";
/**
* The boot banner shared by every CLI command that announces itself: the eve
* badge plus the installed version. Init prints it before its progress row.
*/
export declare function eveCliBanner(): string;
/**
* The unstyled wordmark-and-version tag (`☰eve v0.24.5`) — the boot banner's
* plain-text form. The dev TUI dims it as its parting line on teardown.
*/
export declare function eveVersionTag(): string;