LangGraph.js API Reference
    Preparing search index...

    Minimal interface matching the structure of AgentTypeConfig from @langchain/langgraph. This allows type inference from ReactAgent without requiring the langchain dependency.

    interface AgentTypeConfigLike {
        Context: unknown;
        Middleware: unknown;
        Response: unknown;
        State: unknown;
        Tools: unknown;
    }
    Index

    Properties

    Context: unknown
    Middleware: unknown
    Response: unknown
    State: unknown
    Tools: unknown