-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
115 lines (115 loc) · 2.57 KB
/
config.json
File metadata and controls
115 lines (115 loc) · 2.57 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"user_name": "Shep",
"theme": {
"base": "c64"
},
"display": {
"grid_width": 32,
"grid_height": 12,
"corner_radius": 30,
"bg_alpha": 0.8,
"font_size": 14,
"font_name": "Courier",
"border_width": 2,
"pulse_speed": 0.05,
"fps": 3,
"avatar_x_offset": 8,
"avatar_y_offset": 3,
"bar_x_offset": 0,
"bar_y_offset": 3,
"mic_x_offset": -1,
"mic_y_offset": -2
},
"testing": {
"enabled": false,
"status": "thinking",
"weather": "rain",
"weather_intensity": 0.5,
"wind_speed": 5.0,
"context_percent": 75.0,
"paused": false
},
"clarvis": {
"model": "claude-sonnet-4-6",
"max_thinking_tokens": 0,
"idle_timeout": 3600,
"tools": {
"spotify": true,
"timers": true,
"channels": true,
"prompt_response": true,
"memory": true
},
"thinking": "high"
},
"voice": {
"enabled": true,
"asr_timeout": 6.0,
"asr_language": "en-US",
"silence_timeout": 5.0,
"tts_voice": "Fred",
"tts_enabled": true,
"tts_speed": 190,
"text_linger": 3.0,
"wake_word": {
"enabled": true,
"model": "r7_ebf",
"model_path": null,
"threshold": 0.75,
"vad_threshold": 0.5,
"patience": 5,
"sample_rate": 48000,
"input_device": null,
"capture_dir": "~/.clarvis/wake_captures",
"capture_seconds": 5.0
}
},
"memory": {
"enabled": true,
"data_dir": "~/.clarvis/memory",
"model": "claude-sonnet-4-6",
"datasets": {
"parletre": {
"visibility": "master",
"description": "The speaking-being (Lacan). Personal memory: Shepard's facts, Clarvis's observations, research, music taste. Clarvis only."
},
"agora": {
"visibility": "all",
"description": "The public square. Shared knowledge visible to all agents."
}
}
},
"music": {
"max_volume": 75
},
"channels": {
"agent_backend": "pi",
"model": "claude-sonnet-4-6",
"max_thinking_tokens": null,
"idle_timeout": null,
"tools": {
"spotify": true,
"timers": true,
"channels": false,
"prompt_response": false,
"memory": false
},
"admin_user_ids": [
"650197363591348250"
],
"discord": {
"enabled": true,
"token": "",
"allow_from": [],
"gateway_url": "wss://gateway.discord.gg/?v=10&encoding=json",
"intents": 37377,
"tools": {
"spotify": false,
"timers": false,
"channels": false,
"prompt_response": false,
"memory": true
}
}
}
}