UNPKG

eve

Version:

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

1 lines 474 B
const agentInfoRouteResponseKey=`__eveAgentInfoRouteResponse`,routeAgentKey=`__eveRouteAgent`;function attachAgentInfoRouteResponse(t,n){let r=t;return r[agentInfoRouteResponseKey]=n,t}function readAgentInfoRouteResponse(t){return t[agentInfoRouteResponseKey]}function attachRouteAgent(e,n){let r=e;return r[routeAgentKey]=n,e}function readRouteAgent(e){return e[routeAgentKey]}export{attachAgentInfoRouteResponse,attachRouteAgent,readAgentInfoRouteResponse,readRouteAgent};