UNPKG

eve

Version:

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

1 lines 294 B
import{mintStartOperation}from"#execution/dispatch-start-operation.js";function createSubagentReceiptIdentity(e){return mintStartOperation({callId:e.callId,name:e.subagentName,nodeId:e.nodeId,parentSessionId:e.parentSessionId,parentTurnId:e.parentTurnId})}export{createSubagentReceiptIdentity};