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

Method get_log_object

tools/wait.py:77–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 )
76
77 def get_log_object(self):
78 return self.agent.context.log.log(
79 type="progress",
80 heading=self.get_heading(),
81 content="",
82 kvps=self.args,
83 )
84
85 def get_heading(self, text: str = "", done: bool = False):
86 done_icon = " icon://done_all" if done else ""

Callers

nothing calls this directly

Calls 2

get_headingMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected