UNPKG

eve

Version:

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

9 lines (8 loc) 305 B
/** * Session-state key for delegated agent handles. * * Lives apart from the store so schema-free readers (the session owner's * handle query) can import the key without pulling the zod-backed store * module into their bundle. */ export declare const AGENT_HANDLES_STATE_KEY = "eve.agent.handles";