(cfg *Config)
| 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, |
no test coverage detected