MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / initialize_job_loop

Function initialize_job_loop

initialize.py:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64@extension.extensible
65def initialize_job_loop():
66 from helpers.job_loop import run_loop
67 return defer.DeferredTask("JobLoop").start_task(run_loop)
68
69@extension.extensible
70def initialize_preload():

Callers

nothing calls this directly

Calls 1

start_taskMethod · 0.45

Tested by

no test coverage detected