-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.godmode.json
More file actions
82 lines (82 loc) · 1.82 KB
/
Copy pathconfig.godmode.json
File metadata and controls
82 lines (82 loc) · 1.82 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
{
"sandbox": false,
"interaction_mode": "engaging",
"tool_progress": "verbose",
"tool_progress_cleanup": false,
"no_color": false,
"skills": {
"verbose": false
},
"transcription": {
"model": "small",
"auto_transcribe": true,
"models_dir": "/usr/local/share/whisper/models"
},
"vision": {
"auto_describe": true,
"models_dir": "/usr/local/share/minicpm-v/models"
},
"web_search": {
"base_url": "http://searxng:8080",
"max_results": 10,
"timeout_seconds": 15
},
"embedding": {
"provider": "http",
"base_url": "http://llama-embeddings:8080/v1",
"model": "nomic-embed-text-v1.5",
"dims": 768,
"timeout_seconds": 10
},
"guard": {
"provider": "piguard",
"url": "http://piguard-gateway:8080/detect",
"threshold": 0.9,
"timeout_seconds": 5,
"fallback_to_local": true,
"scan": {
"memory": true,
"system_prompt": true,
"mcp_descriptions": true,
"skills": true,
"tool_outputs": false,
"telegram": false
}
},
"memory": {
"enabled": true,
"facts_limit_user": 1500,
"facts_limit_env": 2500,
"buffer_lines": 20,
"buffer_enabled": true,
"merge_on_write": true,
"extract_on_end": true,
"llm_search": true,
"llm_extract": true,
"llm_consolidate": true,
"merge_threshold": 0.7,
"add_threshold": 0.3,
"extended": {
"enabled": true,
"follow_up_suggestions_enabled": true,
"proactive_nudges_enabled": true,
"nudge_max_per_day": 5,
"nudge_cooldown_hours": 24,
"nudge_stale_goal_days": 7,
"llm": {
"thinking": "disabled"
}
}
},
"dangerous": {
"action": "allow",
"non_interactive": "allow"
},
"schedules": {
"enabled": true,
"max_concurrent": 2,
"dangerous": {
"action": "allow"
}
}
}