LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • MCP Adapters
    • Overview
    • Agents
    • Callbacks
    • Chains
    • Chat models
    • Embeddings
    • Evaluation
    • Globals
    • Hub
    • Memory
    • Output parsers
    • Retrievers
    • Runnables
    • LangSmith
    • Storage
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    MCP Adapters
    OverviewAgentsCallbacksChainsChat modelsEmbeddingsEvaluationGlobalsHubMemoryOutput parsersRetrieversRunnablesLangSmithStorage
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-classicagentstypes
    Module●Since v1.0

    types

    Attributes

    attribute
    AGENT_TO_CLASS: dict[AgentType, AGENT_TYPE]

    Classes

    class
    BaseSingleActionAgent

    Base Single Action Agent class.

    deprecatedclass
    AgentType

    An enum for agent types.

    deprecatedclass
    ChatAgent

    Chat Agent.

    deprecatedclass
    ConversationalAgent

    An agent that holds a conversation in addition to using tools.

    deprecatedclass
    ConversationalChatAgent

    An agent designed to hold a conversation in addition to using tools.

    deprecatedclass
    ZeroShotAgent

    Agent for the MRKL chain.

    deprecatedclass
    OpenAIFunctionsAgent

    An Agent driven by OpenAIs function powered API.

    deprecatedclass
    OpenAIMultiFunctionsAgent

    Agent driven by OpenAIs function powered API.

    deprecatedclass
    ReActDocstoreAgent

    Agent for the ReAct chain.

    deprecatedclass
    SelfAskWithSearchAgent

    Agent for the self-ask-with-search paper.

    deprecatedclass
    StructuredChatAgent

    Structured Chat Agent.

    Type Aliases

    typeAlias
    AGENT_TYPE: type[BaseSingleActionAgent] | type[OpenAIMultiFunctionsAgent]
    View source on GitHub