Uses of Class
com.hw.langchain.agents.agent.BaseSingleActionAgent
Package
Description
-
Uses of BaseSingleActionAgent in com.hw.langchain.agents.agent
Modifier and TypeClassDescriptionclass
Class responsible for calling the language model and deciding the action.Modifier and TypeMethodDescriptionstatic BaseSingleActionAgent
Agent.fromLLMAndTools
(BaseLanguageModel llm, List<BaseTool> tools, Map<String, Object> kwargs) static BaseSingleActionAgent
BaseSingleActionAgent.fromLLMAndTools
(BaseLanguageModel llm, List<BaseTool> tools, Map<String, Object> kwargs) Modifier and TypeMethodDescriptionstatic AgentExecutor
AgentExecutor.fromAgentAndTools
(BaseSingleActionAgent agent, List<BaseTool> tools) Create from agent and tools. -
Uses of BaseSingleActionAgent in com.hw.langchain.agents.chat.base
-
Uses of BaseSingleActionAgent in com.hw.langchain.agents.loading
-
Uses of BaseSingleActionAgent in com.hw.langchain.agents.mrkl.base
-
Uses of BaseSingleActionAgent in com.hw.langchain.agents.types
Modifier and TypeFieldDescriptionstatic final Map<AgentType,
Class<? extends BaseSingleActionAgent>> Types.AGENT_TO_CLASS