LangGraph.js API Reference
    Preparing search index...
    IsAgentLike: T extends { "~agentTypes": AgentTypeConfigLike } ? true : false

    Check if a type is agent-like (has ~agentTypes phantom property). This property is present on ReactAgent instances created with createAgent.

    Type Parameters

    • T