MCPcopy
hub / github.com/agent0ai/agent-zero / reset

Method reset

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

Source from the content-addressed store, hash-verified

410 return LogOutput(items=out, start=start, end=end)
411
412 def reset(self):
413 with self._lock:
414 self.guid = str(uuid.uuid4())
415 self.updates = []
416 self.logs = []
417 self.set_initial_progress()
418
419 def _mask_recursive(self, obj: T) -> T:
420 """Recursively mask secrets in nested objects."""

Callers 10

delete_taskMethod · 0.45
_handle_clearFunction · 0.45
finish_chatFunction · 0.45
_remove_contextFunction · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
run_compactionFunction · 0.45
executeMethod · 0.45

Calls 1

set_initial_progressMethod · 0.95

Tested by

no test coverage detected