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

Function is_development

helpers/runtime.py:63–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62
63def is_development() -> bool:
64 return not is_dockerized()
65
66
67def get_local_url():

Callers 2

fix_dev_pathFunction · 0.90

Calls 1

is_dockerizedFunction · 0.85

Tested by

no test coverage detected