Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/agent0ai/agent-zero
/ is_dockerized
Function
is_dockerized
helpers/runtime.py:59–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
59
def
is_dockerized() -> bool:
60
return
bool(get_arg(
"dockerized"
))
61
62
63
def
is_development() -> bool:
Callers
2
is_development
Function · 0.85
get_local_url
Function · 0.85
Calls
1
get_arg
Function · 0.85
Tested by
no test coverage detected