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

Method phase

src/workflow/runtime.py:273–274  ·  view source on GitHub ↗
(self, title: str)

Source from the content-addressed store, hash-verified

271 return list(await asyncio.gather(*(run_item(i, it) for i, it in enumerate(items))))
272
273 def phase(self, title: str) -> None:
274 self._progress.start_phase(str(title))
275
276 def log(self, message: Any) -> None:
277 self._progress.log(str(message))

Callers

nothing calls this directly

Calls 1

start_phaseMethod · 0.80

Tested by

no test coverage detected