ScuttleBot

scuttlebot / scuttlebot.yaml
Blame History Raw 63 lines
1
ergo:
2
external: false
3
binary_path: /Users/ragelink/repos/conflict/scuttlebot/data/ergo/ergo
4
data_dir: ./data/ergo
5
network_name: scuttlebot
6
server_name: irc.scuttlebot.local
7
irc_addr: 127.0.0.1:6667
8
api_addr: 127.0.0.1:8089
9
api_token: 40f721538f6720ddca1ee02c7e58fee8f75b4d46287fb5bd
10
history:
11
enabled: false
12
postgres_dsn: ""
13
mysql:
14
host: ""
15
port: 0
16
user: ""
17
password: ""
18
database: ""
19
datastore:
20
driver: sqlite
21
dsn: ./data/scuttlebot.db
22
bridge:
23
enabled: true
24
nick: bridge
25
password: f7496206ad3969190cd0f7eb8accb79ec249c1b908484ae4
26
channels: []
27
buffer_size: 200
28
web_user_ttl_minutes: 8
29
tls:
30
domain: ""
31
email: ""
32
cert_dir: ""
33
allow_insecure: false
34
llm:
35
backends: []
36
topology:
37
nick: topology
38
channels:
39
- name: '#general'
40
topic: Fleet coordination
41
ops: []
42
voice: []
43
autojoin:
44
- bridge
45
types: []
46
config_history:
47
keep: 20
48
dir: ""
49
agent_policy:
50
require_checkin: true
51
checkin_channel: '#fleet'
52
required_channels: []
53
logging:
54
enabled: false
55
dir: ""
56
format: jsonl
57
rotation: none
58
max_size_mb: 0
59
per_channel: false
60
max_age_days: 0
61
api_addr: :8080
62
mcp_addr: :8081
63

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button