MCPcopy
hub / github.com/agent0ai/agent-zero / load_dotenv

Function load_dotenv

helpers/dotenv.py:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11KEY_ROOT_PASSWORD = "ROOT_PASSWORD"
12
13def load_dotenv():
14 _load_dotenv(get_dotenv_file_path(), override=True)
15
16
17def get_dotenv_file_path():

Callers 3

models.pyFile · 0.90
testFunction · 0.90
save_dotenv_valueFunction · 0.85

Calls 1

get_dotenv_file_pathFunction · 0.85

Tested by 1

testFunction · 0.72