Type Alias: SpawnSubagentRpcResponse
Makaio Framework / contracts / SpawnSubagentRpcResponse
Type Alias: SpawnSubagentRpcResponse
Section titled “Type Alias: SpawnSubagentRpcResponse”SpawnSubagentRpcResponse =
z.infer<typeofSpawnSubagentRpcResponseSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:193
Type Composition
Section titled “Type Composition”SpawnSubagentRpcResponsez.infer<typeof SpawnSubagentRpcResponseSchema>typeof SpawnSubagentRpcResponseSchema
Resolved Shape
Section titled “Resolved Shape”type SpawnSubagentRpcResponse = { subagentId: string; status: 'spawning';};