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

Function default_config

tests/test_control_layer.py:43–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42@pytest.fixture
43def default_config():
44 return ControlLayerConfig(total_tokens=800, max_attempts=3, base_delay_ms=1, jitter_ms=0)
45
46
47@pytest.fixture

Callers

nothing calls this directly

Calls 1

ControlLayerConfigClass · 0.90

Tested by

no test coverage detected