Type Alias: SubagentConstraints
Makaio Framework / contracts / SubagentConstraints
Type Alias: SubagentConstraints
Section titled “Type Alias: SubagentConstraints”SubagentConstraints =
z.infer<typeofSubagentConstraintsSchema>
Defined in: ../../../packages/contracts/src/subagent/schemas.ts:108
Type Composition
Section titled “Type Composition”SubagentConstraintsz.infer<typeof SubagentConstraintsSchema>typeof SubagentConstraintsSchema
Resolved Shape
Section titled “Resolved Shape”type SubagentConstraints = { maxDepth: number; maxConcurrentPerSession: number; maxTotalActive: number; defaultRequestTimeoutMs: number; defaultAwaitTimeoutMs: number; stateRetentionMs: number; inactivityTimeoutMs: number; sweepIntervalMs: number; allowedAdapters: Array<string>; allowedModels: Array<string>;};