-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 903 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"personality": {
"soulFile": "SOUL.md",
"identityFile": "IDENTITY.md"
},
"model": {
"primary": "claude-sonnet-4-5-20250929",
"fallback": "claude-haiku-4-5-20251001",
"maxTokens": 16384,
"contextWindow": 200000
},
"memory": {
"maxDailyLogSizeMB": 5,
"loadDaysBack": 2,
"searchMaxResults": 10,
"embedding": {
"provider": "voyage",
"model": "voyage-3-lite",
"dimensions": 512,
"chunkSize": 400,
"chunkOverlap": 80
}
},
"compaction": {
"enabled": true,
"maxHistoryTokens": 160000,
"reserveTokensFloor": 20000,
"memoryFlush": {
"enabled": true,
"softThresholdTokens": 4000,
"systemPrompt": "Session nearing compaction. Store any durable memories now.",
"prompt": "Write any important notes from this conversation to memory. If nothing to store, reply with NO_REPLY."
}
}
}