MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / load_config

Function load_config

tests/test_llm_clients.py:18–22  ·  view source on GitHub ↗

Load config from config.yaml.

()

Source from the content-addressed store, hash-verified

16
17
18def load_config():
19 """Load config from config.yaml."""
20 config_path = Path("mini_agent/config/config.yaml")
21 with open(config_path, encoding="utf-8") as f:
22 return yaml.safe_load(f)
23
24
25@pytest.mark.asyncio

Calls

no outgoing calls

Tested by

no test coverage detected