MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ApplyHarnessDefaults

Function ApplyHarnessDefaults

config/config.go:249–256  ·  view source on GitHub ↗
(cfg *Config)

Source from the content-addressed store, hash-verified

247 TeamArtifactMaxBytes: 0,
248
249 LongTermMemoryEnabled: true,
250 MemoryBackend: "fabric",
251 MemoryPath: filepath.Join(paths.MemoryDir, "fabric"),
252 MemoryRemoteProcessing: "redacted",
253 MemoryCompilerModel: "inherit",
254 MemoryConflictModel: "inherit",
255 MemoryCompileBatchTokens: 10_000,
256 MemorySearchLatencyMS: 2_000,
257 MemoryCandidateLimit: 64,
258 MemoryContextTargetTokens: 2_500,
259 MemoryContextMaxTokens: 6_000,

Callers 3

runFunction · 0.92
NewConfigForCWDFunction · 0.85
ReloadDynamicConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected