MCPcopy 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
70def initialize_preload():
71 import preload
72 return defer.DeferredTask().start_task(preload.preload)
73
74@extension.extensible
75def initialize_migration():

Callers

nothing calls this directly

Calls 1

start_taskMethod · 0.45

Tested by

no test coverage detected