Skip to content

createSyntheticAgentEmail

为智能体载体用户生成占位邮箱(agents.local 域名)。

函数签名

typescript
interface CreateSyntheticAgentEmailDeps {
  randomUuid: () => string
}

function createSyntheticAgentEmail(deps: CreateSyntheticAgentEmailDeps): string