pub fn load_config<A: AgentConfig>(agent_config: &A) -> LLMRegistryExpand 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.
pub fn load_config<A: AgentConfig>(agent_config: &A) -> LLMRegistryLoad config for an agent using its AgentConfig trait implementation.
Tries to load from the config file first, then falls back to environment variables.