(values []string, fallback []string)
| 271 | SessionMemoryTurnInterval: 5, |
| 272 | SessionMemorySummaryModel: "", |
| 273 | SessionMemorySummaryMaxTokens: 800, |
| 274 | SessionHistoryGetMessageLimit: 20, |
| 275 | SessionMemoryMaxCommits: 200, |
| 276 | SessionMemoryMaxMessages: 4000, |
| 277 | SessionMemoryVacuumAfterEviction: false, |
| 278 | SessionMaintenanceEnabled: true, |
| 279 | SessionMaintenanceMode: "warn", |
| 280 | SessionRetentionDays: 30, |
| 281 | SessionMaxEntries: 500, |
| 282 | SessionMaxDiskBytes: 0, |
| 283 | SessionHighWaterRatio: 0.8, |
| 284 | SessionArchiveBeforeDelete: true, |
| 285 | SessionProtectPinned: true, |
| 286 | TeamTimelineMaxEntries: 2000, |
| 287 | TeamDialogueMaxEntries: 1000, |
| 288 | TeamArtifactMaxBytes: 0, |
| 289 | |
| 290 | LongTermMemoryEnabled: true, |
| 291 | MemoryBackend: "fabric", |
| 292 | MemoryPath: filepath.Join(paths.MemoryDir, "fabric"), |
| 293 | MemoryRemoteProcessing: "redacted", |
| 294 | MemoryCompilerModel: "inherit", |
no outgoing calls
no test coverage detected