MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / __init__

Method __init__

KVCOMM/llm/kvcomm_engine.py:690–692  ·  view source on GitHub ↗
(self, llm: "LLMChat")

Source from the content-addressed store, hash-verified

688 _staged_commits: List[_RequestState] = []
689
690 def __init__(self, llm: "LLMChat"):
691 self.llm = llm
692 self._warning_prefix = "[KVCOMMEngine]"
693
694 def _log_warning(self, message: str) -> None:
695 logger.opt(colors=True).warning("<yellow>{}</yellow> {}", self._warning_prefix, message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected