eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
2 lines • 300 B
JavaScript
function formatSubagentInvocation(e){return{message:[`You are the subagent "${e.name}".`,`Description: ${e.description}`,``,`The caller delegated the following task to you. Complete it and return the final result directly.`,``,`Caller message:`,e.message].join(`
`)}}export{formatSubagentInvocation};