MCPcopy Create free account
hub / github.com/Emmimal/control-layer / __init__

Method __init__

control_layer.py:797–799  ·  view source on GitHub ↗
(self, llm_fn: Callable[[str], str], timeout_seconds: float)

Source from the content-addressed store, hash-verified

795 """
796
797 def __init__(self, llm_fn: Callable[[str], str], timeout_seconds: float):
798 self.llm_fn = llm_fn
799 self.timeout_seconds = timeout_seconds
800
801 def call(self, prompt: str) -> str:
802 result: Dict[str, Any] = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected