load_config

Function load_config 

Source
pub fn load_config<A: AgentConfig>(agent_config: &A) -> LLMRegistry
Expand description

Load config for an agent using its AgentConfig trait implementation.

Tries to load from the config file first, then falls back to environment variables.