eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 189 B
JavaScript
import{EVE_CREATE_SESSION_ROUTE_PATH}from"#protocol/routes.js";function defineRemoteAgent(e){return{...e,kind:`remote`,path:e.path??EVE_CREATE_SESSION_ROUTE_PATH}}export{defineRemoteAgent};