ReActTextWorldAgent()LLMChain to use for agent.
Output parser to use for agent.
Allowed tools for the agent. If None, all tools are allowed.
Return values of the agent.
Return the input keys.
Prefix to append the observation with.
Prefix to append the LLM call with.
Get allowed tools.
Given input, decided what to do.
Async given input, decided what to do.
Return response when agent has been stopped due to max iterations.
Construct an agent from an LLM and tools.
Return dictionary representation of agent.
Save the agent.
Return logging kwargs for tool run.
Agent for the ReAct TextWorld chain.
Create the full inputs for the LLMChain from intermediate steps.