{
"autoContext": {
"enabled": true,
"maxEntries": 5,
"maxTokens": 500,
"timeoutMs": 300
},
"compression": {
"enabled": false,
"provider": "openrouter",
"model": "meta-llama/llama-3.1-8b-instruct",
"apiKey": "",
"baseURL": "https://openrouter.ai/api/v1",
"maxConcurrent": 1,
"idleThresholdSeconds": 5,
"maxPerMinute": 10,
"timeoutSeconds": 30,
"circuitBreakerThreshold": 5,
"circuitBreakerCooldownMs": 60000,
"circuitBreakerMaxCooldownMs": 300000,
"maxRetries": 3
},
"daemon": {
"port": 38741,
"dbPath": "~/.longmem/memory.db",
"logLevel": "warn",
"authToken": null
},
"privacy": {
"redactSecrets": true,
"mode": "safe",
"maxInputSize": 4096,
"maxOutputSize": 8192,
"excludePaths": [
".env",
".env.*",
"*.pem",
"*.key",
"id_rsa",
"id_rsa.*",
"id_ed25519",
"*.p12",
"*.pfx",
"*.jks",
"credentials.json",
"service-account.json"
],
"excludeTools": [],
"customPatterns": []
}
}