eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
5 lines (4 loc) • 302 B
TypeScript
/** Whether a name is safe to expose as an eve public route segment. */
export declare function isValidPublicAgentName(name: string): boolean;
/** Assert that an authored agent name is safe to expose publicly. */
export declare function assertValidPublicAgentName(name: string, subject: string): void;