MCPcopy Create free account
hub / github.com/Noumena-Network/code / getChicagoSubGates

Function getChicagoSubGates

src/utils/computerUse/gates.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export function getChicagoSubGates(): CuSubGates {
71 const { enabled: _e, coordinateMode: _c, ...subGates } = readConfig()
72 return subGates
73}
74
75// Frozen at first read — setup.ts builds tool descriptions and executor.ts
76// scales coordinates off the same value. A live read here lets a mid-session

Callers 1

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected