from agent.core.config import get_config_path config = get_config_path() breaker = config['app'].getboolean("breaker", False) print(breaker)