langchain.js
    Preparing search index...
    IsDeepAgentLike: T extends { "~deepAgentTypes": DeepAgentTypeConfigLike }
        ? true
        : false

    Check if a type is a DeepAgent (has ~deepAgentTypes phantom property). This property is present on DeepAgent instances created with createDeepAgent.

    Type Parameters

    • T