Type Alias: ListSubagentsBySessionResponse
Makaio Framework / contracts / ListSubagentsBySessionResponse
Type Alias: ListSubagentsBySessionResponse
Section titled “Type Alias: ListSubagentsBySessionResponse”ListSubagentsBySessionResponse =
z.infer<typeofListSubagentsBySessionResponseSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:329
Type Composition
Section titled “Type Composition”ListSubagentsBySessionResponsez.infer<typeof ListSubagentsBySessionResponseSchema>typeof ListSubagentsBySessionResponseSchema
Resolved Shape
Section titled “Resolved Shape”type ListSubagentsBySessionResponse = { subagents: Array<{ subagentId: string; task: string; status: 'completed' | 'cancelled' | 'running' | 'failed' | 'waiting_input' | 'spawning' | 'hung'; workstreamId?: string | undefined; }>;};