Ask a question to get started
Enter to sendā¢Shift+Enter new line
load_agent( path: str | Path, **kwargs: Any = {} ) ->
path
str | Path
kwargs
Any
{}
Unified method for loading an agent from LangChainHub or local fs.
Path to the agent file.
Additional keyword arguments passed to the agent executor.