Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent0ai/agent-zero
/ initialize_preload
Function
initialize_preload
initialize.py:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
69
@extension.extensible
70
def
initialize_preload():
71
import
preload
72
return
defer.DeferredTask().start_task(preload.preload)
73
74
@extension.extensible
75
def
initialize_migration():
Callers
nothing calls this directly
Calls
1
start_task
Method · 0.45
Tested by
no test coverage detected