from_chains(
cls,
llm: BaseLanguageModel,
chains: list[ChainConfig],
**kwargs: Any| Name | Type | Description |
|---|---|---|
llm* | BaseLanguageModel | |
chains* | list[ChainConfig] | |
**kwargs | Any | Default: {} |
User-friendly way to initialize the MRKL chain.
This is intended to be an easy way to get up and running with the MRKL chain.
The LLM to use as the agent LLM.
The chains the MRKL system has access to.
parameters to be passed to initialization.