Route agents to different LLM providers
mainPlexe allows you to assign different LLMs to different specialized agents (e.g., hypothesiser, feature processor, model definer) via the configuration file using LiteLLM syntax.
# Example routing in config.yaml
hypothesiser_llm: "openai/gpt-5-mini"
feature_processor_llm: "anthropic/claude-sonnet-4-5-20250929"
model_definer_llm: "ollama/llama3"