Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_changed
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected