Mixture of agents
MixtureOfAgentsPack #
Bases: BaseLlamaPack
Source code in llama-index-packs/llama-index-packs-mixture-of-agents/llama_index/packs/mixture_of_agents/base.py
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
|
get_modules #
get_modules() -> Dict[str, Any]
Get modules.
Source code in llama-index-packs/llama-index-packs-mixture-of-agents/llama_index/packs/mixture_of_agents/base.py
170 171 172 173 174 175 176 177 178 |
|
run #
run(query_str: str, **kwargs: Any) -> Any
Run the pipeline.
Source code in llama-index-packs/llama-index-packs-mixture-of-agents/llama_index/packs/mixture_of_agents/base.py
180 181 182 |
|