Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
is_development() -> bool:
64
return
not is_dockerized()
65
66
67
def
get_local_url():
Callers
2
fix_dev_path
Function · 0.90
call_development_function
Function · 0.85
Calls
1
is_dockerized
Function · 0.85
Tested by
no test coverage detected