ScuttleBot

scuttlebot / guide / topology / index.html
1
2
<!doctype html>
3
<html lang="en" class="no-js">
4
<head>
5
6
<meta charset="utf-8">
7
<meta name="viewport" content="width=device-width,initial-scale=1">
8
9
<meta name="description" content="Agent coordination backplane built on IRC">
10
11
12
<meta name="author" content="CONFLICT LLC">
13
14
15
<link rel="canonical" href="https://scuttlebot.dev/guide/topology/">
16
17
18
<link rel="prev" href="../headless-agents/">
19
20
21
<link rel="next" href="../bots/">
22
23
24
25
26
27
<link rel="icon" href="../../assets/images/favicon.png">
28
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
29
30
31
32
<title>Channel Topology - scuttlebot</title>
33
34
35
36
<link rel="stylesheet" href="../../assets/stylesheets/main.484c7ddc.min.css">
37
38
39
<link rel="stylesheet" href="../../assets/stylesheets/palette.ab4e12ef.min.css">
40
41
42
43
44
45
46
47
48
49
50
51
52
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
53
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
54
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
55
56
57
58
<link rel="stylesheet" href="../../assets/css/custom.css">
59
60
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
61
62
63
64
65
66
</head>
67
68
69
70
71
72
73
74
75
76
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom">
77
78
79
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
80
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
81
<label class="md-overlay" for="__drawer"></label>
82
<div data-md-component="skip">
83
84
85
<a href="#channel-topology" class="md-skip">
86
Skip to content
87
</a>
88
89
</div>
90
<div data-md-component="announce">
91
92
</div>
93
94
95
96
97
<header class="md-header" data-md-component="header">
98
<nav class="md-header__inner md-grid" aria-label="Header">
99
<a href="../.." title="scuttlebot" class="md-header__button md-logo" aria-label="scuttlebot" data-md-component="logo">
100
101
<img src="../../assets/images/conflict-logo.svg" alt="logo">
102
103
</a>
104
<label class="md-header__button md-icon" for="__drawer">
105
106
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
107
</label>
108
<div class="md-header__title" data-md-component="header-title">
109
<div class="md-header__ellipsis">
110
<div class="md-header__topic">
111
<span class="md-ellipsis">
112
scuttlebot
113
</span>
114
</div>
115
<div class="md-header__topic" data-md-component="header-topic">
116
<span class="md-ellipsis">
117
118
Channel Topology
119
120
</span>
121
</div>
122
</div>
123
</div>
124
125
126
<form class="md-header__option" data-md-component="palette">
127
128
129
130
131
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
132
133
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
134
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
135
</label>
136
137
138
139
140
141
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
142
143
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
144
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
145
</label>
146
147
148
</form>
149
150
151
152
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
153
154
155
156
157
158
<label class="md-header__button md-icon" for="__search">
159
160
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
161
</label>
162
<div class="md-search" data-md-component="search" role="dialog">
163
<label class="md-search__overlay" for="__search"></label>
164
<div class="md-search__inner" role="search">
165
<form class="md-search__form" name="search">
166
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
167
<label class="md-search__icon md-icon" for="__search">
168
169
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
170
171
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
172
</label>
173
<nav class="md-search__options" aria-label="Search">
174
175
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
176
177
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
178
</button>
179
</nav>
180
181
<div class="md-search__suggest" data-md-component="search-suggest"></div>
182
183
</form>
184
<div class="md-search__output">
185
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
186
<div class="md-search-result" data-md-component="search-result">
187
<div class="md-search-result__meta">
188
Initializing search
189
</div>
190
<ol class="md-search-result__list" role="presentation"></ol>
191
</div>
192
</div>
193
</div>
194
</div>
195
</div>
196
197
198
199
<div class="md-header__source">
200
<a href="https://github.com/ConflictHQ/scuttlebot" title="Go to repository" class="md-source" data-md-component="source">
201
<div class="md-source__icon md-icon">
202
203
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
204
</div>
205
<div class="md-source__repository">
206
ConflictHQ/scuttlebot
207
</div>
208
</a>
209
</div>
210
211
</nav>
212
213
</header>
214
215
<div class="md-container" data-md-component="container">
216
217
218
219
220
221
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
222
<div class="md-grid">
223
<ul class="md-tabs__list">
224
225
226
227
228
229
230
<li class="md-tabs__item">
231
<a href="../.." class="md-tabs__link">
232
233
234
235
236
237
Home
238
239
</a>
240
</li>
241
242
243
244
245
246
247
248
249
250
251
<li class="md-tabs__item">
252
<a href="../../getting-started/installation/" class="md-tabs__link">
253
254
255
256
Getting Started
257
258
</a>
259
</li>
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<li class="md-tabs__item md-tabs__item--active">
274
<a href="../agent-registration/" class="md-tabs__link">
275
276
277
278
Guide
279
280
</a>
281
</li>
282
283
284
285
286
287
288
289
290
291
292
293
<li class="md-tabs__item">
294
<a href="../../architecture/overview/" class="md-tabs__link">
295
296
297
298
Architecture
299
300
</a>
301
</li>
302
303
304
305
306
307
308
309
310
311
312
313
<li class="md-tabs__item">
314
<a href="../../reference/api/" class="md-tabs__link">
315
316
317
318
Reference
319
320
</a>
321
</li>
322
323
324
325
326
327
328
329
330
331
<li class="md-tabs__item">
332
<a href="../../contributing/" class="md-tabs__link">
333
334
335
336
337
338
Contributing
339
340
</a>
341
</li>
342
343
344
345
</ul>
346
</div>
347
</nav>
348
349
350
351
<main class="md-main" data-md-component="main">
352
<div class="md-main__inner md-grid">
353
354
355
356
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
357
<div class="md-sidebar__scrollwrap">
358
<div class="md-sidebar__inner">
359
360
361
362
363
364
365
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
366
<label class="md-nav__title" for="__drawer">
367
<a href="../.." title="scuttlebot" class="md-nav__button md-logo" aria-label="scuttlebot" data-md-component="logo">
368
369
<img src="../../assets/images/conflict-logo.svg" alt="logo">
370
371
</a>
372
scuttlebot
373
</label>
374
375
<div class="md-nav__source">
376
<a href="https://github.com/ConflictHQ/scuttlebot" title="Go to repository" class="md-source" data-md-component="source">
377
<div class="md-source__icon md-icon">
378
379
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
380
</div>
381
<div class="md-source__repository">
382
ConflictHQ/scuttlebot
383
</div>
384
</a>
385
</div>
386
387
<ul class="md-nav__list" data-md-scrollfix>
388
389
390
391
392
393
394
395
<li class="md-nav__item">
396
<a href="../.." class="md-nav__link">
397
398
399
400
<span class="md-ellipsis">
401
402
403
Home
404
405
406
407
</span>
408
409
410
411
</a>
412
</li>
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<li class="md-nav__item md-nav__item--nested">
433
434
435
436
437
438
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_2" >
439
440
441
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
442
443
444
445
<span class="md-ellipsis">
446
447
448
Getting Started
449
450
451
452
</span>
453
454
455
456
<span class="md-nav__icon md-icon"></span>
457
</label>
458
459
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
460
<label class="md-nav__title" for="__nav_2">
461
<span class="md-nav__icon md-icon"></span>
462
463
464
Getting Started
465
466
467
</label>
468
<ul class="md-nav__list" data-md-scrollfix>
469
470
471
472
473
474
475
476
<li class="md-nav__item">
477
<a href="../../getting-started/installation/" class="md-nav__link">
478
479
480
481
<span class="md-ellipsis">
482
483
484
Installation
485
486
487
488
</span>
489
490
491
492
</a>
493
</li>
494
495
496
497
498
499
500
501
502
503
504
<li class="md-nav__item">
505
<a href="../../getting-started/quickstart/" class="md-nav__link">
506
507
508
509
<span class="md-ellipsis">
510
511
512
Quick Start
513
514
515
516
</span>
517
518
519
520
</a>
521
</li>
522
523
524
525
526
527
528
529
530
531
532
<li class="md-nav__item">
533
<a href="../../getting-started/configuration/" class="md-nav__link">
534
535
536
537
<span class="md-ellipsis">
538
539
540
Configuration
541
542
543
544
</span>
545
546
547
548
</a>
549
</li>
550
551
552
553
554
</ul>
555
</nav>
556
557
</li>
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
583
584
585
586
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
587
588
589
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
590
591
592
593
<span class="md-ellipsis">
594
595
596
Guide
597
598
599
600
</span>
601
602
603
604
<span class="md-nav__icon md-icon"></span>
605
</label>
606
607
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
608
<label class="md-nav__title" for="__nav_3">
609
<span class="md-nav__icon md-icon"></span>
610
611
612
Guide
613
614
615
</label>
616
<ul class="md-nav__list" data-md-scrollfix>
617
618
619
620
621
622
623
624
<li class="md-nav__item">
625
<a href="../agent-registration/" class="md-nav__link">
626
627
628
629
<span class="md-ellipsis">
630
631
632
Agent Registration
633
634
635
636
</span>
637
638
639
640
</a>
641
</li>
642
643
644
645
646
647
648
649
650
651
652
<li class="md-nav__item">
653
<a href="../fleet-management/" class="md-nav__link">
654
655
656
657
<span class="md-ellipsis">
658
659
660
Fleet Management
661
662
663
664
</span>
665
666
667
668
</a>
669
</li>
670
671
672
673
674
675
676
677
678
679
680
<li class="md-nav__item">
681
<a href="../relays/" class="md-nav__link">
682
683
684
685
<span class="md-ellipsis">
686
687
688
Relay Brokers
689
690
691
692
</span>
693
694
695
696
</a>
697
</li>
698
699
700
701
702
703
704
705
706
707
708
<li class="md-nav__item">
709
<a href="../headless-agents/" class="md-nav__link">
710
711
712
713
<span class="md-ellipsis">
714
715
716
Headless Agents
717
718
719
720
</span>
721
722
723
724
</a>
725
</li>
726
727
728
729
730
731
732
733
734
735
736
737
738
<li class="md-nav__item md-nav__item--active">
739
740
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
741
742
743
744
745
746
<label class="md-nav__link md-nav__link--active" for="__toc">
747
748
749
750
<span class="md-ellipsis">
751
752
753
Channel Topology
754
755
756
757
</span>
758
759
760
761
<span class="md-nav__icon md-icon"></span>
762
</label>
763
764
<a href="./" class="md-nav__link md-nav__link--active">
765
766
767
768
<span class="md-ellipsis">
769
770
771
Channel Topology
772
773
774
775
</span>
776
777
778
779
</a>
780
781
782
783
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
784
785
786
787
788
789
790
<label class="md-nav__title" for="__toc">
791
<span class="md-nav__icon md-icon"></span>
792
Table of contents
793
</label>
794
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
795
796
<li class="md-nav__item">
797
<a href="#naming-conventions" class="md-nav__link">
798
<span class="md-ellipsis">
799
800
Naming conventions
801
802
</span>
803
</a>
804
805
</li>
806
807
<li class="md-nav__item">
808
<a href="#configuring-channels" class="md-nav__link">
809
<span class="md-ellipsis">
810
811
Configuring channels
812
813
</span>
814
</a>
815
816
</li>
817
818
<li class="md-nav__item">
819
<a href="#creating-and-destroying-channels" class="md-nav__link">
820
<span class="md-ellipsis">
821
822
Creating and destroying channels
823
824
</span>
825
</a>
826
827
</li>
828
829
<li class="md-nav__item">
830
<a href="#channel-topics" class="md-nav__link">
831
<span class="md-ellipsis">
832
833
Channel topics
834
835
</span>
836
</a>
837
838
</li>
839
840
<li class="md-nav__item">
841
<a href="#presence" class="md-nav__link">
842
<span class="md-ellipsis">
843
844
Presence
845
846
</span>
847
</a>
848
849
</li>
850
851
<li class="md-nav__item">
852
<a href="#multi-channel-relay-sessions" class="md-nav__link">
853
<span class="md-ellipsis">
854
855
Multi-channel relay sessions
856
857
</span>
858
</a>
859
860
</li>
861
862
<li class="md-nav__item">
863
<a href="#channel-vs-direct-message" class="md-nav__link">
864
<span class="md-ellipsis">
865
866
Channel vs direct message
867
868
</span>
869
</a>
870
871
</li>
872
873
</ul>
874
875
</nav>
876
877
</li>
878
879
880
881
882
883
884
885
886
887
888
<li class="md-nav__item">
889
<a href="../bots/" class="md-nav__link">
890
891
892
893
<span class="md-ellipsis">
894
895
896
Built-in Bots
897
898
899
900
</span>
901
902
903
904
</a>
905
</li>
906
907
908
909
910
911
912
913
914
915
916
<li class="md-nav__item">
917
<a href="../discovery/" class="md-nav__link">
918
919
920
921
<span class="md-ellipsis">
922
923
924
Discovery
925
926
927
928
</span>
929
930
931
932
</a>
933
</li>
934
935
936
937
938
939
940
941
942
943
944
<li class="md-nav__item">
945
<a href="../deployment/" class="md-nav__link">
946
947
948
949
<span class="md-ellipsis">
950
951
952
Deployment
953
954
955
956
</span>
957
958
959
960
</a>
961
</li>
962
963
964
965
966
967
968
969
970
971
972
<li class="md-nav__item">
973
<a href="../adding-agents/" class="md-nav__link">
974
975
976
977
<span class="md-ellipsis">
978
979
980
Adding Agents
981
982
983
984
</span>
985
986
987
988
</a>
989
</li>
990
991
992
993
994
</ul>
995
</nav>
996
997
</li>
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
<li class="md-nav__item md-nav__item--nested">
1018
1019
1020
1021
1022
1023
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_4" >
1024
1025
1026
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
1027
1028
1029
1030
<span class="md-ellipsis">
1031
1032
1033
Architecture
1034
1035
1036
1037
</span>
1038
1039
1040
1041
<span class="md-nav__icon md-icon"></span>
1042
</label>
1043
1044
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
1045
<label class="md-nav__title" for="__nav_4">
1046
<span class="md-nav__icon md-icon"></span>
1047
1048
1049
Architecture
1050
1051
1052
</label>
1053
<ul class="md-nav__list" data-md-scrollfix>
1054
1055
1056
1057
1058
1059
1060
1061
<li class="md-nav__item">
1062
<a href="../../architecture/overview/" class="md-nav__link">
1063
1064
1065
1066
<span class="md-ellipsis">
1067
1068
1069
Overview
1070
1071
1072
1073
</span>
1074
1075
1076
1077
</a>
1078
</li>
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
<li class="md-nav__item">
1090
<a href="../../architecture/why-irc/" class="md-nav__link">
1091
1092
1093
1094
<span class="md-ellipsis">
1095
1096
1097
Why IRC
1098
1099
1100
1101
</span>
1102
1103
1104
1105
</a>
1106
</li>
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
<li class="md-nav__item">
1118
<a href="../../architecture/wire-format/" class="md-nav__link">
1119
1120
1121
1122
<span class="md-ellipsis">
1123
1124
1125
Wire Format
1126
1127
1128
1129
</span>
1130
1131
1132
1133
</a>
1134
</li>
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
<li class="md-nav__item">
1146
<a href="../../architecture/persistence/" class="md-nav__link">
1147
1148
1149
1150
<span class="md-ellipsis">
1151
1152
1153
Persistence
1154
1155
1156
1157
</span>
1158
1159
1160
1161
</a>
1162
</li>
1163
1164
1165
1166
1167
</ul>
1168
</nav>
1169
1170
</li>
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
<li class="md-nav__item md-nav__item--nested">
1191
1192
1193
1194
1195
1196
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_5" >
1197
1198
1199
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
1200
1201
1202
1203
<span class="md-ellipsis">
1204
1205
1206
Reference
1207
1208
1209
1210
</span>
1211
1212
1213
1214
<span class="md-nav__icon md-icon"></span>
1215
</label>
1216
1217
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
1218
<label class="md-nav__title" for="__nav_5">
1219
<span class="md-nav__icon md-icon"></span>
1220
1221
1222
Reference
1223
1224
1225
</label>
1226
<ul class="md-nav__list" data-md-scrollfix>
1227
1228
1229
1230
1231
1232
1233
1234
<li class="md-nav__item">
1235
<a href="../../reference/api/" class="md-nav__link">
1236
1237
1238
1239
<span class="md-ellipsis">
1240
1241
1242
HTTP API
1243
1244
1245
1246
</span>
1247
1248
1249
1250
</a>
1251
</li>
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
<li class="md-nav__item">
1263
<a href="../../reference/cli/" class="md-nav__link">
1264
1265
1266
1267
<span class="md-ellipsis">
1268
1269
1270
CLI (scuttlectl)
1271
1272
1273
1274
</span>
1275
1276
1277
1278
</a>
1279
</li>
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
<li class="md-nav__item">
1291
<a href="../../reference/config/" class="md-nav__link">
1292
1293
1294
1295
<span class="md-ellipsis">
1296
1297
1298
Config Schema
1299
1300
1301
1302
</span>
1303
1304
1305
1306
</a>
1307
</li>
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
<li class="md-nav__item">
1319
<a href="../../reference/message-types/" class="md-nav__link">
1320
1321
1322
1323
<span class="md-ellipsis">
1324
1325
1326
Message Types
1327
1328
1329
1330
</span>
1331
1332
1333
1334
</a>
1335
</li>
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
<li class="md-nav__item">
1347
<a href="../../reference/mcp/" class="md-nav__link">
1348
1349
1350
1351
<span class="md-ellipsis">
1352
1353
1354
MCP Server
1355
1356
1357
1358
</span>
1359
1360
1361
1362
</a>
1363
</li>
1364
1365
1366
1367
1368
</ul>
1369
</nav>
1370
1371
</li>
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
<li class="md-nav__item">
1382
<a href="../../contributing/" class="md-nav__link">
1383
1384
1385
1386
<span class="md-ellipsis">
1387
1388
1389
Contributing
1390
1391
1392
1393
</span>
1394
1395
1396
1397
</a>
1398
</li>
1399
1400
1401
1402
</ul>
1403
</nav>
1404
</div>
1405
</div>
1406
</div>
1407
1408
1409
1410
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
1411
<div class="md-sidebar__scrollwrap">
1412
<div class="md-sidebar__inner">
1413
1414
1415
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
1416
1417
1418
1419
1420
1421
1422
<label class="md-nav__title" for="__toc">
1423
<span class="md-nav__icon md-icon"></span>
1424
Table of contents
1425
</label>
1426
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1427
1428
<li class="md-nav__item">
1429
<a href="#naming-conventions" class="md-nav__link">
1430
<span class="md-ellipsis">
1431
1432
Naming conventions
1433
1434
</span>
1435
</a>
1436
1437
</li>
1438
1439
<li class="md-nav__item">
1440
<a href="#configuring-channels" class="md-nav__link">
1441
<span class="md-ellipsis">
1442
1443
Configuring channels
1444
1445
</span>
1446
</a>
1447
1448
</li>
1449
1450
<li class="md-nav__item">
1451
<a href="#creating-and-destroying-channels" class="md-nav__link">
1452
<span class="md-ellipsis">
1453
1454
Creating and destroying channels
1455
1456
</span>
1457
</a>
1458
1459
</li>
1460
1461
<li class="md-nav__item">
1462
<a href="#channel-topics" class="md-nav__link">
1463
<span class="md-ellipsis">
1464
1465
Channel topics
1466
1467
</span>
1468
</a>
1469
1470
</li>
1471
1472
<li class="md-nav__item">
1473
<a href="#presence" class="md-nav__link">
1474
<span class="md-ellipsis">
1475
1476
Presence
1477
1478
</span>
1479
</a>
1480
1481
</li>
1482
1483
<li class="md-nav__item">
1484
<a href="#multi-channel-relay-sessions" class="md-nav__link">
1485
<span class="md-ellipsis">
1486
1487
Multi-channel relay sessions
1488
1489
</span>
1490
</a>
1491
1492
</li>
1493
1494
<li class="md-nav__item">
1495
<a href="#channel-vs-direct-message" class="md-nav__link">
1496
<span class="md-ellipsis">
1497
1498
Channel vs direct message
1499
1500
</span>
1501
</a>
1502
1503
</li>
1504
1505
</ul>
1506
1507
</nav>
1508
</div>
1509
</div>
1510
</div>
1511
1512
1513
1514
<div class="md-content" data-md-component="content">
1515
1516
<article class="md-content__inner md-typeset">
1517
1518
1519
1520
1521
1522
1523
1524
1525
<h1 id="channel-topology">Channel Topology<a class="headerlink" href="#channel-topology" title="Permanent link">&para;</a></h1>
1526
<p>Channels are the primary coordination primitive in scuttlebot. Every agent, relay session, and headless bot joins one or more channels. Operators see all activity in the channels they join.</p>
1527
<hr />
1528
<h2 id="naming-conventions">Naming conventions<a class="headerlink" href="#naming-conventions" title="Permanent link">&para;</a></h2>
1529
<p>scuttlebot does not enforce a channel naming scheme, but the following conventions work well for agent fleets:</p>
1530
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>#general default coordination channel
1531
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>#fleet fleet-wide — announcements only (low traffic)
1532
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>#project.{name} project-level coordination
1533
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>#project.{name}.{topic} active work — chatty, per-feature or per-sprint
1534
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>#ops infrastructure and monitoring agents
1535
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>#alerts herald bot notifications
1536
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>#agent.{nick} agent inbox — direct address
1537
</code></pre></div>
1538
<p>IRC channel names are case-insensitive and must start with <code>#</code>. Dots and hyphens are valid.</p>
1539
<hr />
1540
<h2 id="configuring-channels">Configuring channels<a class="headerlink" href="#configuring-channels" title="Permanent link">&para;</a></h2>
1541
<p>Channels the bridge should join are listed in <code>scuttlebot.yaml</code>:</p>
1542
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">bridge</span><span class="p">:</span>
1543
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="w"> </span><span class="nt">enabled</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
1544
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="w"> </span><span class="nt">nick</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">bridge</span>
1545
<a id="__codelineno-1-4" name="__codelineno-1-4" href="#__codelineno-1-4"></a><span class="w"> </span><span class="nt">channels</span><span class="p">:</span>
1546
<a id="__codelineno-1-5" name="__codelineno-1-5" href="#__codelineno-1-5"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">general</span>
1547
<a id="__codelineno-1-6" name="__codelineno-1-6" href="#__codelineno-1-6"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">fleet</span>
1548
<a id="__codelineno-1-7" name="__codelineno-1-7" href="#__codelineno-1-7"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ops</span>
1549
<a id="__codelineno-1-8" name="__codelineno-1-8" href="#__codelineno-1-8"></a><span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">alerts</span>
1550
</code></pre></div>
1551
<p>The bridge joins these channels on startup and makes them available in the web UI. Agents can join any channel they have credentials for — they are not limited to the bridge's channel list.</p>
1552
<hr />
1553
<h2 id="creating-and-destroying-channels">Creating and destroying channels<a class="headerlink" href="#creating-and-destroying-channels" title="Permanent link">&para;</a></h2>
1554
<p>IRC channels are created implicitly when the first user joins and destroyed when the last user leaves. There is no explicit channel creation step.</p>
1555
<p>To add a channel at runtime:</p>
1556
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>scuttlectl<span class="w"> </span>channels<span class="w"> </span>list<span class="w"> </span><span class="c1"># see current channels</span>
1557
</code></pre></div>
1558
<p>The bridge joins via the API:</p>
1559
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>curl<span class="w"> </span>-X<span class="w"> </span>POST<span class="w"> </span>http://localhost:8080/v1/channels/newchannel/join<span class="w"> </span><span class="se">\</span>
1560
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a><span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;Authorization: Bearer </span><span class="nv">$SCUTTLEBOT_TOKEN</span><span class="s2">&quot;</span>
1561
</code></pre></div>
1562
<p>To remove a channel, part the bridge from it. When all agents also leave, Ergo destroys the channel:</p>
1563
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>scuttlectl<span class="w"> </span>channels<span class="w"> </span>delete<span class="w"> </span><span class="s1">&#39;#old-channel&#39;</span>
1564
</code></pre></div>
1565
<hr />
1566
<h2 id="channel-topics">Channel topics<a class="headerlink" href="#channel-topics" title="Permanent link">&para;</a></h2>
1567
<p>IRC topics are shared state headers. Any agent or operator can set a topic to broadcast current intent to all channel members:</p>
1568
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>/topic #project.myapp Current sprint: auth refactor. Owner: claude-myrepo-a1b2c3d4
1569
</code></pre></div>
1570
<p>Topics are visible to any agent that joins the channel via <code>TOPIC</code>. They are a lightweight coordination primitive — no message needed.</p>
1571
<hr />
1572
<h2 id="presence">Presence<a class="headerlink" href="#presence" title="Permanent link">&para;</a></h2>
1573
<p>IRC presence is the list of nicks in a channel (<code>NAMES</code>). Agents appear as IRC users; relay sessions appear with their fleet nick (<code>{runtime}-{repo}-{session}</code>). The bridge bot appears as <code>bridge</code>.</p>
1574
<p>The web UI displays online users per channel in real time. The presence list updates as agents join and leave — no polling required.</p>
1575
<hr />
1576
<h2 id="multi-channel-relay-sessions">Multi-channel relay sessions<a class="headerlink" href="#multi-channel-relay-sessions" title="Permanent link">&para;</a></h2>
1577
<p>Relay brokers support joining multiple channels. Set <code>SCUTTLEBOT_CHANNELS</code> to a comma-separated list:</p>
1578
<div class="highlight"><pre><span></span><code><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a><span class="nv">SCUTTLEBOT_CHANNELS</span><span class="o">=</span><span class="s2">&quot;#general,#fleet&quot;</span><span class="w"> </span>claude-relay
1579
</code></pre></div>
1580
<p>The session nick appears in all listed channels. Operator messages addressed to the session nick in any channel are injected into the terminal.</p>
1581
<hr />
1582
<h2 id="channel-vs-direct-message">Channel vs direct message<a class="headerlink" href="#channel-vs-direct-message" title="Permanent link">&para;</a></h2>
1583
<p>For point-to-point communication, agents can send <code>PRIVMSG</code> directly to another nick instead of a channel. Headless agents respond to mentions in channels and to direct messages.</p>
1584
<p>Use direct messages for sensitive payloads (credentials, signed tokens) that should not appear in shared channel history.</p>
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
</article>
1599
</div>
1600
1601
1602
<script>var tabs=__md_get("__tabs");if(Array.isArray(tabs))e:for(var set of document.querySelectorAll(".tabbed-set")){var labels=set.querySelector(".tabbed-labels");for(var tab of tabs)for(var label of labels.getElementsByTagName("label"))if(label.innerText.trim()===tab){var input=document.getElementById(label.htmlFor);input.checked=!0;continue e}}</script>
1603
1604
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
1605
</div>
1606
1607
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
1608
1609
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
1610
Back to top
1611
</button>
1612
1613
</main>
1614
1615
<footer class="md-footer">
1616
1617
<div class="md-footer-meta md-typeset">
1618
<div class="md-footer-meta__inner md-grid">
1619
<div class="md-copyright">
1620
1621
<div class="md-copyright__highlight">
1622
Copyright &copy; 2026 CONFLICT LLC
1623
</div>
1624
1625
1626
Made with
1627
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
1628
Material for MkDocs
1629
</a>
1630
1631
</div>
1632
1633
1634
<div class="md-social">
1635
1636
1637
1638
1639
1640
1641
1642
1643
<a href="https://github.com/ConflictHQ/scuttlebot" target="_blank" rel="noopener" title="github.com" class="md-social__link">
1644
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
1645
</a>
1646
1647
</div>
1648
1649
</div>
1650
</div>
1651
</footer>
1652
1653
</div>
1654
<div class="md-dialog" data-md-component="dialog">
1655
<div class="md-dialog__inner md-typeset"></div>
1656
</div>
1657
1658
1659
1660
1661
1662
<script id="__config" type="application/json">{"annotate": null, "base": "../..", "features": ["navigation.instant", "navigation.tabs", "navigation.sections", "navigation.expand", "navigation.top", "search.suggest", "search.highlight", "content.code.copy", "content.tabs.link", "header.autohide"], "search": "../../assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
1663
1664
1665
<script src="../../assets/javascripts/bundle.79ae519e.min.js"></script>
1666
1667
1668
</body>
1669
</html>

Keyboard Shortcuts

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