Shorthand helper to extract the Subagents type from a DeepAgentTypeConfig or DeepAgent.
InferDeepAgentSubagents: InferDeepAgentType<T, "Subagents">const agent = createDeepAgent({ subagents: [subagent1, subagent2] });
type Subagents = InferDeepAgentSubagents<typeof agent>;