-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgetting-started.html
More file actions
497 lines (444 loc) · 26 KB
/
getting-started.html
File metadata and controls
497 lines (444 loc) · 26 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-QPHCT8T1KC');</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<!-- Optimized Title -->
<title>Getting Started | Initialize AgDR v1.8 Phoenix | accountability.ai</title>
<!-- English meta description -->
<meta name="description" content="Deploy AgDR-Phoenix v1.8 in three steps. Install the Rust core, define the PPP Triplet, and commit your first atomic inference. Court-admissible by design.">
<!-- Hreflang for bilingual SEO -->
<link rel="alternate" hreflang="en" href="https://accountability.ai/getting-started""/>
<link rel="alternate" hreflang="x-default" href="https://accountability.ai/getting-started""/>
<!-- Canonical URL -->
<link rel="canonical" href="https://accountability.ai/getting-started""/>
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Accountability.ai">
<meta property="og:url" content="https://accountability.ai/getting-started.html">
<meta property="og:title" content="Getting Started | Initialize AgDR v1.8 Phoenix">
<meta property="og:description" content="Deploy AgDR-Phoenix v1.8 in three steps. Install the Rust core, define the PPP Triplet, and commit your first atomic inference.">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="fr_CA">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Getting Started | Initialize AgDR v1.8 Phoenix">
<meta name="twitter:description" content="Deploy AgDR-Phoenix v1.8 in three steps. Install the Rust core, define the PPP Triplet, and commit your first atomic inference.">
<!-- Schema.org: WebSite + BreadcrumbList + HowTo -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Accountability.ai",
"url": "https://accountability.ai",
"author": { "@type": "Person", "name": "Robert Muncaster" },
"publisher": {
"@type": "Organization",
"name": "GENESIS GLASS FOUNDATION",
"alternateName": "FONDATION GENÈSE CRISTAL",
"url": "https://accountability.ai",
"sameAs": ["https://github.com/aiccountability-source"],
"address": {
"@type": "PostalAddress",
"addressLocality": "Oshawa",
"addressRegion": "ON",
"addressCountry": "CA"
}
},
"license": "https://creativecommons.org/publicdomain/zero/1.0/ OR https://www.apache.org/licenses/LICENSE-2.0",
"potentialAction": {
"@type": "SearchAction",
"target": "https://accountability.ai/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://accountability.ai/"
},{
"@type": "ListItem",
"position": 2,
"name": "Getting Started",
"item": "https://accountability.ai/getting-started.html"
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "Initialize AgDR-Phoenix v1.8",
"description": "Step-by-step guide to deploy the Atomic Governance Decision Record in your AI infrastructure.",
"step": [{
"@type": "HowToStep",
"position": 1,
"name": "Install the AgDR Kernel",
"text": "Add agdr-aki to your Cargo.toml or clone the agdr-phoenix repository."
},{
"@type": "HowToStep",
"position": 2,
"name": "Define the PPP Triplet",
"text": "Initialize AgDR with Purpose, Place, and Person parameters for cryptographic binding."
},{
"@type": "HowToStep",
"position": 3,
"name": "Commit the Inference",
"text": "Execute inference with atomic sealing via BLAKE3 hashing and Ed25519 signing."
}],
"programmingLanguage": "Rust",
"softwareVersion": "1.8.0",
"codeRepository": "https://github.com/aiccountability-source/AgDR-Phoenix",
"dateModified": "2026-04-12"
}
</script>
<!-- GA4 + Consent Mode v2 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QPHCT8T1KC"></script>
<script>
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}
gtag('consent','default',{'ad_storage':'denied','analytics_storage':'denied','ad_user_data':'denied','ad_personalization':'denied','wait_for_update':500});
gtag('js',new Date());gtag('config','G-QPHCT8T1KC',{'anonymize_ip':true,'send_page_view':true});
</script>
<!-- Native CSS (zero external dependencies) -->
<style>
:root{--bg:#050505;--text:#e5e7eb;--text-dim:#a1a1aa;--text-muted:#71717a;--teal:#2dd4bf;--border:rgba(255,255,255,0.05);--card:rgba(255,255,255,0.03);--gradient:radial-gradient(circle at top,#0d7377 0%,#050505 70%)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .2s}
a:hover{color:var(--teal)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
*:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
/* Skip link */
.skip-link{position:absolute;top:-100%;left:0;background:var(--teal);color:#000;padding:.75rem 1.5rem;z-index:100;font-weight:700;border-radius:0 0 .5rem 0}
.skip-link:focus{top:0}
/* Navigation */
.site-nav{position:sticky;top:0;z-index:50;background:rgba(5,5,5,0.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:.75rem 0}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.nav-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:#fff}
.nav-links{display:none;gap:1.5rem;font-size:.875rem;font-weight:500;color:var(--text-dim)}
.nav-links a:hover{color:var(--teal)}
.nav-search{position:relative;flex-shrink:0}
.nav-search input{background:#18181b;border:1px solid #27272a;border-radius:.5rem;padding:.5rem .75rem .5rem 2rem;color:#fff;font-size:.875rem;width:180px;transition:width .2s}
.nav-search input:focus{width:220px;border-color:var(--teal);outline:none}
.nav-search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280;pointer-events:none}
@media(min-width:768px){.nav-links{display:flex}}
@media(max-width:640px){.nav-search input{width:40px;padding:.5rem;transition:width .2s}.nav-search input:focus{width:180px;padding:.5rem .75rem .5rem 2rem}}
/* Breadcrumb */
.breadcrumb{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;font-size:.75rem;color:var(--text-muted)}
.breadcrumb a:hover{color:var(--teal)}
.breadcrumb ol{display:flex;gap:.25rem;list-style:none}
/* Hero */
.hero{background:var(--gradient);padding:4rem 1.5rem 6rem;text-align:center}
.hero-content{max-width:800px;margin:0 auto}
.hero-badge{display:inline-block;background:rgba(45,212,191,.1);color:var(--teal);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}
.hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;letter-spacing:-.025em;line-height:1;margin:0 0 1.5rem;color:#fff}
.hero-lead{font-size:1.25rem;color:#d4d4d8;line-height:1.75;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.btn{display:inline-block;padding:1rem 2.5rem;border-radius:.5rem;font-weight:700;text-align:center;transition:all .2s;cursor:pointer;border:none;font-size:1rem}
.btn-primary{background:#14b8a6;color:#000}
.btn-primary:hover{background:var(--teal)}
.btn-secondary{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:#fff}
.btn-secondary:hover{background:rgba(255,255,255,0.1)}
/* Content Sections */
.content-section{padding:5rem 1.5rem;border-top:1px solid var(--border)}
.content-grid{max-width:1000px;margin:0 auto;display:grid;gap:3rem}
.step-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem}
.step-num{color:var(--teal);font-weight:900;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:1rem}
.step-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}
.step-card p{color:var(--text-dim);line-height:1.7;margin-bottom:1.5rem}
.step-card pre{background:#18181b;border:1px solid rgba(255,255,255,0.1);border-radius:.75rem;padding:1.5rem;font-family:ui-monospace,monospace;font-size:.875rem;color:#5eead4;line-height:1.7;overflow-x:auto}
.step-card code{color:var(--teal)}
.step-card p code{background:rgba(45,212,191,0.1);padding:.125rem .375rem;border-radius:4px;color:var(--teal);font-size:.9em}
.verification-box{background:rgba(45,212,191,0.05);border:1px dashed rgba(45,212,191,0.3);border-radius:.75rem;padding:1.5rem;margin:2rem 0}
.verification-box strong{color:#fff;display:block;margin-bottom:.5rem}
.verification-box code{color:var(--teal)}
.verification-box small{color:var(--text-muted);display:block;margin-top:.5rem}
.next-steps{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.next-steps .btn{padding:.75rem 1.5rem;font-size:.875rem}
/* Footer Sitemap */
.site-footer{background:#000;border-top:1px solid var(--border);padding:4rem 1.5rem 3rem}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem}
.footer-col h5{color:var(--teal);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:.5rem}
.footer-col a{color:var(--text-dim);font-size:.875rem;display:block;transition:color .2s}
.footer-col a:hover{color:var(--teal)}
.footer-bottom{max-width:1200px;margin:2.5rem auto 0;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.75rem;color:var(--text-muted)}
.footer-bottom a{color:var(--teal)}
/* Search Results */
#search-results{position:absolute;top:100%;right:0;left:0;background:#18181b;border:1px solid #27272a;border-radius:.5rem;margin-top:.25rem;max-height:300px;overflow-y:auto;z-index:60;display:none}
#search-results.show{display:block}
#search-results a{display:block;padding:.75rem 1rem;color:var(--text);font-size:.875rem;border-bottom:1px solid var(--border)}
#search-results a:hover{background:rgba(45,212,191,0.1);color:#fff}
#search-results .no-results{padding:1rem;color:var(--text-muted);font-size:.875rem}
@media(max-width:600px){
.hero-title{font-size:2.5rem}
.footer-grid{grid-template-columns:repeat(2,1fr)}
.footer-bottom{flex-direction:column;align-items:center;text-align:center}
.next-steps{flex-direction:column}
.next-steps .btn{width:100%;justify-content:center}
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-QPHCT8T1KC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- Semantic keywords for SEO (screen-reader only) -->
<p class="sr-only">AgDR, Phoenix v1.8, AI accountability, atomic kernel inference, AKI, BLAKE3, Ed25519, PPP triplet, Provenance Place Purpose, court-admissible AI, Canada Evidence Act, CBCA fiduciary, Genesis Glass Foundation, AI governance, Rust SDK, getting started, implementation guide</p>
<!-- Skip link -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation with Search -->
<nav class="site-nav" aria-label="Primary">
<div class="nav-inner">
<a href="/" class="nav-logo">ACCOUNTABILITY.AI</a>
<div class="nav-links">
<a href="/#ledger">Forensic Ledger</a>
<a href="/#spec">Specification</a>
<a href="/sandbox">Phoenix Demo</a>
<a href="https://github.com/aiccountability-source/AgDR-Phoenix" target="_blank" rel="noopener" style="color:var(--teal)">GitHub</a>
</div>
<!-- Search Bar -->
<div class="nav-search" role="search">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/></svg>
<input type="search" id="site-search" placeholder="Search docs..." aria-label="Search documentation" autocomplete="off">
<div id="search-results" role="listbox" aria-label="Search results"></div>
</div>
</div>
</nav>
<!-- Breadcrumb -->
<nav class="breadcrumb" aria-label="Breadcrumb">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/" itemprop="item"><span itemprop="name">Home</span></a>
<meta itemprop="position" content="1">
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<span itemprop="name">Getting Started</span>
<meta itemprop="position" content="2">
</li>
</ol>
</nav>
<!-- Hero -->
<section class="hero">
<div class="hero-content">
<span class="hero-badge">AgDR-Phoenix v1.8 · Implementation Guide</span>
<h1 class="hero-title">Initialize Accountability.</h1>
<p class="hero-lead">
Deploy the Atomic Governance Decision Record in three steps. Move from black-box inference to provable, court-admissible system integrity.
</p>
<div class="hero-buttons">
<a href="#step-01" class="btn btn-primary">Begin Implementation</a>
<a href="/sandbox"" class="btn btn-secondary">Try Interactive Demo</a>
<a href="https://crates.io/crates/agdr-aki" class="btn btn-secondary" target="_blank" rel="noopener">View on crates.io</a>
</div>
</div>
</section>
<!-- Main Content -->
<main id="main-content" class="content-section">
<div class="content-grid">
<!-- Step 01 -->
<section id="step-01" class="step-card" itemscope itemtype="https://schema.org/HowToStep">
<span class="step-num" itemprop="position">Step 01</span>
<h3 itemprop="name">Install the AgDR Kernel</h3>
<p itemprop="text">AgDR requires a low-latency environment. Choose your integration path:</p>
<div style="margin:1.5rem 0;padding:1rem;background:#18181b;border-radius:.75rem;border:1px solid var(--border)">
<strong style="color:#fff;display:block;margin-bottom:.5rem">Option A: Via Cargo (Published Crate)</strong>
<pre><code>[dependencies]
agdr-aki = "1.8"</code></pre>
</div>
<div style="margin:1.5rem 0;padding:1rem;background:#18181b;border-radius:.75rem;border:1px solid var(--teal)">
<strong style="color:var(--teal)">Option B: Python via PyPI</strong>
<pre style="margin:.75rem 0 0"><code>pip install agdr-aki</code></pre>
<p style="margin:.5rem 0 0;font-size:.85rem;color:var(--text-muted)">
Requires Python 3.10+. Prebuilt wheels for Windows x64 (Python 3.12+). Other platforms build from source and require a Rust toolchain.
<a href="https://pypi.org/project/agdr-aki/" target="_blank" rel="noopener" style="color:var(--teal);text-decoration:none">View on PyPI</a>
</p>
</div>
<div style="margin:1.5rem 0;padding:1rem;background:#18181b;border-left:3px solid var(--teal);border-radius:0 .75rem .75rem 0">
<strong style="color:#fff;display:block;margin-bottom:.5rem">Option C: Build from Source (Reference Implementation)</strong>
<p style="margin:0 0 .75rem;color:var(--text-dim);font-size:.9rem">Clone the AgDR-Phoenix SDK, the canonical Rust and PyO3 implementation of AgDR v1.8:</p>
<pre><code>git clone https://github.com/aiccountability-source/AgDR-Phoenix.git
cd AgDR-Phoenix
cargo build --release</code></pre>
<small style="color:var(--text-muted);display:block;margin-top:.75rem">
Requires Rust 1.75 or later.
<a href="https://github.com/aiccountability-source/AgDR-Phoenix#installation" style="color:var(--teal);text-decoration:none" target="_blank" rel="noopener">View complete build prerequisites</a>
</small>
</div>
</section>
<!-- Step 02 -->
<section id="step-02" class="step-card" itemscope itemtype="https://schema.org/HowToStep">
<span class="step-num" itemprop="position">Step 02</span>
<h3 itemprop="name">Define the PPP Triplet</h3>
<p itemprop="text">Every inference must be preceded by a Purpose, Place, and Person triplet. This is the cryptographic handshake for accountability.</p>
<pre><code>use agdr_aki::{AgDR, Provenance, Place, Purpose};
let record = AgDR::new(
Provenance::from("High-risk credit evaluation"),
Place::from("Compute-Node-Alpha-East"),
Purpose::from("FOI-7702")
);</code></pre>
<p style="margin-top:1rem;color:var(--text-dim);font-size:.9rem">
The PPP Triplet binds contextual metadata to each record at creation, satisfying the Provenance, Place, Purpose requirement for legal admissibility under Canada Evidence Act section 31.1.
</p>
</section>
<!-- Step 03 -->
<section id="step-03" class="step-card" itemscope itemtype="https://schema.org/HowToStep">
<span class="step-num" itemprop="position">Step 03</span>
<h3 itemprop="name">Commit the Inference</h3>
<p itemprop="text">The Atomic Kernel Inference ensures that the record is hashed and signed before the AI output is released to the requester.</p>
<pre><code>let output = record.seal(|| {
// Your inference logic here
model.predict(input_features)
})?;
// Record is now immutable and cryptographically sealed
println!("Root hash: {}", output.root_hash());
println!("Signature: {}", output.signature());</code></pre>
</section>
<!-- Verification -->
<section class="verification-box">
<strong>Verify Your Installation</strong>
<p style="margin:.5rem 0 1rem;color:var(--text-dim)">Confirm your environment is correctly configured:</p>
<pre><code>cargo test --package agdr_aki -- aki_basic_inference --nocapture</code></pre>
<small>Expected output: <code style="color:var(--teal)">test result: ok. 1 passed; 0 failed</code></small>
</section>
<!-- Next Steps -->
<section style="margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)">
<h3 style="color:#fff;margin-bottom:1rem">Next Steps</h3>
<p style="color:var(--text-dim);margin-bottom:1.5rem">Continue your AgDR integration journey:</p>
<div class="next-steps">
<a href="https://crates.io/crates/agdr-aki" class="btn btn-primary" target="_blank" rel="noopener">View on crates.io</a>
<a href="https://pypi.org/project/agdr-aki/" class="btn btn-secondary" target="_blank" rel="noopener">View on PyPI</a>
<a href="/sandbox"" class="btn btn-secondary">Try Interactive Demo</a>
<a href="https://github.com/aiccountability-source/AgDR-Phoenix" target="_blank" rel="noopener" class="btn btn-secondary">View Source on GitHub</a>
</div>
</section>
</div>
</main>
<!-- Footer with Full Sitemap -->
<footer class="site-footer">
<div class="footer-grid">
<div class="footer-col">
<h5>Core Standard</h5>
<ul>
<li><a href="/getting-started">Get Started</a></li>
<li><a href="/sandbox">Phoenix Demo</a></li>
<li><a href="/ppp-pillars">PPP Pillars</a></li>
<li><a href="/aki-formal-definition">AKI Definition</a></li>
<li><a href="/agdr-spec">AgDR Protocol</a></li>
</ul>
</div>
<div class="footer-col">
<h5>Legal & Compliance</h5>
<ul>
<li><a href="/cea-compliance">CEA s.31.1</a></li>
<li><a href="/cbca-fiduciary-mapping">CBCA s.122</a></li>
<li><a href="/eu-ai-act-mapping">EU AI Act</a></li>
<li><a href="/foi-formal-definition">FOI Role</a></li>
<li><a href="/verification-audit-procedure">Verification</a></li>
</ul>
</div>
<div class="footer-col">
<h5>Engineering</h5>
<ul>
<li><a href="/tsx-stress-test">TSX Stress Test</a></li>
<li><a href="/horizontal-scaling">Horizontal Scaling</a></li>
<li><a href="/aki-95">AKI 0.95 Spec</a></li>
<li><a href="/human-delta-chain-spec">Human Delta Chain</a></li>
<li><a href="/CHANGELOG">Changelog</a></li>
</ul>
</div>
<div class="footer-col">
<h5>Evidence & Vision</h5>
<ul>
<li><a href="/comparison-aviation-black-box">Aviation Black Box</a></li>
<li><a href="/comparison-medical-records">Medical Records</a></li>
<li><a href="/agi-court-precedents">AGI Court Precedents</a></li>
<li><a href="/future-agi-court">Court in 2076</a></li>
<li><a href="/beauty-truth-wisdom">Purpose Framework</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>Don't trust the machine. Don't even trust us. <strong>Trust the record.</strong></p>
<p>
<a href="mailto:founding@accountability.ai">founding@accountability.ai</a> ·
Stewarded by <a href="https://accountability.ai">GENESIS GLASS FOUNDATION / FONDATION GENÈSE CRISTAL</a> ·
Dual-licensed: <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a> OR <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>
</p>
</div>
</footer>
<!-- Client-side Search Script -->
<script>
// Simple client-side search (no backend required)
const searchIndex = [
{title:"Get Started",url:"/getting-started.html",desc:"SDK install, PPP definition, first capture"},
{title:"Phoenix Demo",url:"/sandbox.html",desc:"Interactive atomic accountability demo"},
{title:"PPP Pillars",url:"/ppp-pillars.html",desc:"Provenance, Place, Purpose framework"},
{title:"AKI Definition",url:"/aki-formal-definition.html",desc:"Mathematical definition of Atomic Kernel Inference"},
{title:"AgDR Protocol",url:"/agdr-spec.html",desc:"Atomic Genesis Decision Record specification"},
{title:"CEA Compliance",url:"/cea-compliance.html",desc:"Canada Evidence Act s.31.1 mapping"},
{title:"CBCA Fiduciary",url:"/cbca-fiduciary-mapping.html",desc:"Director fiduciary duty accountability"},
{title:"EU AI Act",url:"/eu-ai-act-mapping.html",desc:"High-risk AI system compliance"},
{title:"FOI Role",url:"/foi-formal-definition.html",desc:"Fiduciary Office Intervener definition"},
{title:"Verification",url:"/verification-audit-procedure.html",desc:"Audit and verification procedures"},
{title:"TSX Stress Test",url:"/tsx-stress-test.html",desc:"100M decisions, 620ns latency proof"},
{title:"Horizontal Scaling",url:"/horizontal-scaling.html",desc:"Distributed AgDR deployment"},
{title:"Human Delta Chain",url:"/human-delta-chain-spec.html",desc:"Human-in-the-loop escalation protocol"},
{title:"Purpose Framework",url:"/beauty-truth-wisdom.html",desc:"Beauty, Truth, Wisdom as ethical filters"},
{title:"Aviation Black Box",url:"/comparison-aviation-black-box.html",desc:"Comparison to flight data recorders"},
{title:"Medical Records",url:"/comparison-medical-records.html",desc:"Comparison to healthcare documentation"},
{title:"AGI Court Precedents",url:"/agi-court-precedents.html",desc:"Legal precedents for AI accountability"},
{title:"Court in 2076",url:"/future-agi-court.html",desc:"Long-term judicial stewardship vision"},
{title:"Rust Core API",url:"https://crates.io/crates/agdr-aki",desc:"agdr-aki crate reference and build guide"}
];
const searchInput = document.getElementById('site-search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', (e) => {
const query = e.target.value.toLowerCase().trim();
if(query.length < 2) {
searchResults.classList.remove('show');
searchResults.innerHTML = '';
return;
}
const results = searchIndex.filter(item =>
item.title.toLowerCase().includes(query) ||
item.desc.toLowerCase().includes(query) ||
item.url.toLowerCase().includes(query)
).slice(0, 8);
if(results.length === 0) {
searchResults.innerHTML = '<div class="no-results">No results found</div>';
} else {
searchResults.innerHTML = results.map(r =>
`<a href="${r.url}" role="option"><strong>${r.title}</strong><br><small style="color:#6b7280">${r.desc}</small></a>`
).join('');
}
searchResults.classList.add('show');
});
document.addEventListener('click', (e) => {
if(!e.target.closest('.nav-search')) {
searchResults.classList.remove('show');
}
});
searchInput.addEventListener('keydown', (e) => {
if(e.key === 'Escape') {
searchResults.classList.remove('show');
searchInput.blur();
}
});
</script>
</body>
</html>