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