MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / log

Method log

src/workflow/progress.py:91–93  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

89 self._changed()
90
91 def log(self, message: str) -> None:
92 self._logs.append(message)
93 self._changed()
94
95 def agent_started(
96 self,

Callers

nothing calls this directly

Calls 2

_changedMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected