MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / set_initial_progress

Method set_initial_progress

helpers/log.py:392–393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

390 _lazy_mark_dirty_for_context(ctx.id, reason="log.Log.set_progress")
391
392 def set_initial_progress(self):
393 self.set_progress("Waiting for input", 0, False)
394
395 def output(self, start=None, end=None):
396 with self._lock:

Callers 6

__init__Method · 0.95
resetMethod · 0.95
_deserialize_logFunction · 0.95
processMethod · 0.80
processMethod · 0.80
executeMethod · 0.80

Calls 1

set_progressMethod · 0.95

Tested by

no test coverage detected