langchain.js
    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;
    }

    Hierarchy (View Summary)

    Index

    Properties

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