MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / _log_phase

Function _log_phase

core/recursive.py:237–239  ·  view source on GitHub ↗

Print a dim phase indicator via the standard logger.

(label: str, pass_num: int, max_depth: int)

Source from the content-addressed store, hash-verified

235
236
237def _log_phase(label: str, pass_num: int, max_depth: int) -> None:
238 """Print a dim phase indicator via the standard logger."""
239 info(f"[Recursive] {label} ({pass_num}/{max_depth})")
240
241
242# ── Main API ──────────────────────────────────────────────────────────────────

Callers 1

recursive_inferFunction · 0.85

Calls 1

infoFunction · 0.90

Tested by

no test coverage detected