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