eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 307 B
TypeScript
/**
* Session-state key for delegated agent handles.
*
* Lives apart from the store so schema-free readers (the workflow driver'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";