load_agent_from_config(
config: dict,
llm: BaseLanguageModel | None = None,
tools: list| Name | Type | Description |
|---|---|---|
config* | dict | Config dict to load agent from. |
llm | BaseLanguageModel | None | Default: NoneLanguage model to use as the agent. |
tools | list[Tool] | None | Default: None |
kwargs | Any | Default: {} |
Load agent from Config Dict.
List of tools this agent has access to.
Additional keyword arguments passed to the agent executor.