-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
44 lines (37 loc) · 801 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
44 lines (37 loc) · 801 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
36
37
38
39
40
41
42
43
44
agent:
name: permanet
summons:
- "@permanet"
- "/permanet"
default_response_limit_chars: 180
radio:
adapter: mock
# Future values: meshtastic_serial, meshtastic_tcp, meshtastic_ble
serial_port: null
channels:
public:
index: 0
mode: summon_only
enabled: true
private_groups: []
# Example:
# - name: field_crew
# index: 1
# mode: group_assistant
# allowed_nodes:
# - "!example"
admin:
allowed_nodes: []
ai:
backend: mock
# Future values: openai, ollama
model: mock
policy:
public_requires_summon: true
max_response_chars: 180
more_prompt: "Reply MORE for next step."
per_node_cooldown_seconds: 30
per_channel_cooldown_seconds: 5
allow_automatic_multipacket_replies: false
storage:
sqlite_path: data/permanet.sqlite3