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

Method __init__

control_layer.py:366–372  ·  view source on GitHub ↗
(
        self,
        system_prompt: str,
        config: ControlLayerConfig,
    )

Source from the content-addressed store, hash-verified

364 """
365
366 def __init__(
367 self,
368 system_prompt: str,
369 config: ControlLayerConfig,
370 ):
371 self.system_prompt = system_prompt
372 self.config = config
373
374 def build(
375 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected