Ask a question to get started
Enter to sendā¢Shift+Enter new line
InferDeepAgentType: ResolveDeepAgentTypeConfig<T>[K]
Helper type to extract any property from a DeepAgentTypeConfig or DeepAgent.
const agent = createDeepAgent({ subagents: [...] }); type Subagents = InferDeepAgentType<typeof agent, "Subagents">;