| 81 | SessionRuntimeBackend string |
| 82 | MemoryFabricStore string |
| 83 | |
| 84 | ClusterID string |
| 85 | InstanceID string |
| 86 | ClusterListenAddr string |
| 87 | ClusterAdvertiseAddr string |
| 88 | RedisURL string |
| 89 | PostgresURL string |
| 90 | ClusterLeaseTTLSeconds int |
| 91 | ClusterLeaseRenewSeconds int |
| 92 | ClusterRPCTimeoutSeconds int |
| 93 | ClusterShutdownGraceSeconds int |
| 94 | JWTIssuer string |
| 95 | JWTAudience string |
| 96 | JWTJWKSURL string |
| 97 | JWTPublicKeyFile string |
| 98 | JWTTenantClaim string |
| 99 | JWTScopeClaim string |
| 100 | JWTClockLeewaySeconds int |
| 101 | ClusterConfigErrors []string |
| 102 | |
| 103 | SessionMemoryEnabled bool |
| 104 | SessionMemoryTurnInterval int |
| 105 | SessionMemorySummaryModel string |
| 106 | SessionMemorySummaryMaxTokens int |
| 107 | SessionHistoryGetMessageLimit int |
| 108 | SessionMemoryMaxCommits int |
| 109 | SessionMemoryMaxMessages int |
| 110 | SessionMemoryVacuumAfterEviction bool |
| 111 | SessionMaintenanceEnabled bool |
| 112 | SessionMaintenanceMode string |
| 113 | SessionRetentionDays int |
| 114 | SessionMaxEntries int |
| 115 | SessionMaxDiskBytes int64 |
| 116 | SessionHighWaterRatio float64 |
| 117 | SessionArchiveBeforeDelete bool |
| 118 | SessionProtectPinned bool |
| 119 | TeamTimelineMaxEntries int |
| 120 | TeamDialogueMaxEntries int |
| 121 | TeamArtifactMaxBytes int64 |
| 122 | |
| 123 | LongTermMemoryEnabled bool |
| 124 | MemoryBackend string |
| 125 | MemoryPath string |
| 126 | // MemoryArtifactPath is an internal runtime override for shared build |
| 127 | // artifacts. It is intentionally not exposed as user config. |
| 128 | MemoryArtifactPath string |
| 129 | MemoryRemoteProcessing string |
| 130 | MemoryCompilerModel string |
| 131 | MemoryConflictModel string |
| 132 | MemoryCompileBatchTokens int |
| 133 | MemorySearchLatencyMS int |
| 134 | MemoryCandidateLimit int |
| 135 | MemoryContextTargetTokens int |
| 136 | MemoryContextMaxTokens int |
| 137 | MemoryRecallMaxItems int |
| 138 | MemoryEmbeddingEnabled bool |
| 139 | MemoryEmbeddingModel string |
| 140 | MemoryEmbeddingModelDir string |