Uses of Class
com.hw.langchain.agents.agent.BaseSingleActionAgent
Packages that use BaseSingleActionAgent
Package
Description
-
Uses of BaseSingleActionAgent in com.hw.langchain.agents.agent
Subclasses of BaseSingleActionAgent in com.hw.langchain.agents.agentModifier and TypeClassDescriptionclassClass responsible for calling the language model and deciding the action.Methods in com.hw.langchain.agents.agent that return BaseSingleActionAgentModifier and TypeMethodDescriptionstatic BaseSingleActionAgentAgent.fromLLMAndTools(BaseLanguageModel llm, List<BaseTool> tools, Map<String, Object> kwargs) static BaseSingleActionAgentBaseSingleActionAgent.fromLLMAndTools(BaseLanguageModel llm, List<BaseTool> tools, Map<String, Object> kwargs) Methods in com.hw.langchain.agents.agent with parameters of type BaseSingleActionAgentModifier and TypeMethodDescriptionstatic AgentExecutorAgentExecutor.fromAgentAndTools(BaseSingleActionAgent agent, List<BaseTool> tools) Create from agent and tools. -
Uses of BaseSingleActionAgent in com.hw.langchain.agents.chat.base
Subclasses of BaseSingleActionAgent in com.hw.langchain.agents.chat.base -
Uses of BaseSingleActionAgent in com.hw.langchain.agents.loading
Methods in com.hw.langchain.agents.loading that return BaseSingleActionAgent -
Uses of BaseSingleActionAgent in com.hw.langchain.agents.mrkl.base
Subclasses of BaseSingleActionAgent in com.hw.langchain.agents.mrkl.base -
Uses of BaseSingleActionAgent in com.hw.langchain.agents.types
Fields in com.hw.langchain.agents.types with type parameters of type BaseSingleActionAgentModifier and TypeFieldDescriptionstatic final Map<AgentType,Class<? extends BaseSingleActionAgent>> Types.AGENT_TO_CLASS