input_keys() — langchain Function Reference
Architecture documentation for the input_keys() function in agent.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 7bbafa8e_0a64_f0e5_f718_c78b1635ff87["input_keys()"] 493d4ce4_2303_08e0_2337_2bee34fe2662["AgentExecutor"] 7bbafa8e_0a64_f0e5_f718_c78b1635ff87 -->|defined in| 493d4ce4_2303_08e0_2337_2bee34fe2662 style 7bbafa8e_0a64_f0e5_f718_c78b1635ff87 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/agents/agent.py lines 1213–1215
def input_keys(self) -> list[str]:
"""Return the input keys."""
return self._action_agent.input_keys
Domain
Subdomains
Source
Frequently Asked Questions
What does input_keys() do?
input_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/agent.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/agents/agent.py at line 1213.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free