langchain.js
    Preparing search index...

    Classes

    Agent
    AgentActionOutputParser
    AgentExecutor
    BaseMultiActionAgent
    BaseSingleActionAgent
    ChatAgent
    ChatAgentOutputParser
    ChatConversationalAgent
    ChatConversationalAgentOutputParser
    ChatConversationalAgentOutputParserWithRetries
    JsonToolkit
    LLMSingleActionAgent
    OpenAIAgent
    OpenApiToolkit
    RequestsToolkit
    RunnableAgent
    StructuredChatAgent
    StructuredChatOutputParser
    StructuredChatOutputParserWithRetries
    VectorStoreRouterToolkit
    VectorStoreToolkit
    XMLAgent
    ZeroShotAgent
    ZeroShotAgentOutputParser

    Interfaces

    AgentArgs
    AgentExecutorInput
    AgentInput
    AgentRunnableSequence
    ChatConversationalCreatePromptArgs
    ChatCreatePromptArgs
    InitializeAgentExecutorOptions
    InitializeAgentExecutorOptionsStructured
    LLMSingleActionAgentInput
    OpenAIAgentCreatePromptArgs
    OpenAIAgentInput
    StructuredChatCreatePromptArgs
    StructuredChatOutputParserArgs
    VectorStoreInfo
    XMLAgentInput
    ZeroShotCreatePromptArgs

    Type Aliases

    ChatAgentInput
    ChatConversationalAgentInput
    ChatConversationalAgentOutputParserArgs
    ChatConversationalAgentOutputParserFormatInstructionsOptions
    CreateOpenAIFunctionsAgentParams
    CreateOpenAIToolsAgentParams
    CreateReactAgentParams
    CreateStructuredChatAgentParams
    CreateToolCallingAgentParams
    CreateXmlAgentParams
    OutputParserArgs
    SerializedAgent
    SerializedAgentT
    SerializedZeroShotAgent
    StoppingMethod
    StructuredChatAgentInput
    ZeroShotAgentInput

    Variables

    Toolkit

    Functions

    createJsonAgent
    createOpenAIFunctionsAgent
    createOpenAIToolsAgent
    createOpenApiAgent
    createReactAgent
    createStructuredChatAgent
    createToolCallingAgent
    createVectorStoreAgent
    createVectorStoreRouterAgent
    createXmlAgent
    initializeAgentExecutor
    initializeAgentExecutorWithOptions

    References

    AgentAction → Toolkit
    AgentFinish → Toolkit
    AgentStep → Toolkit