| <!DOCTYPE html>
|
| <html lang="en">
|
| <head>
|
| <meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
| <title>holy-agents</title>
|
| <style>
|
| *{margin:0;padding:0;box-sizing:border-box}
|
| body{background:#0a0a0a;color:#b0b0b0;font-family:'Courier New',monospace;min-height:100vh}
|
| .top-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #1a1a1a}
|
| .top-bar .brand{color:#e0e0e0;font-size:14px;letter-spacing:2px}
|
| .top-bar .links a{color:#555;text-decoration:none;margin-left:12px;font-size:11px}
|
| .top-bar .links a:hover{color:#e0e0e0}
|
| .hero{text-align:center;padding:60px 20px 40px}
|
| .hero h1{color:#e0e0e0;font-size:24px;letter-spacing:4px;margin-bottom:8px}
|
| .hero p{color:#555;font-size:12px;margin-bottom:4px}
|
| .hero .tagline{color:#4a9;font-size:11px;margin-top:12px;letter-spacing:1px}
|
| .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:900px;margin:0 auto;padding:0 20px 40px}
|
| .card{border:1px solid #1a1a1a;padding:20px;cursor:pointer;transition:border-color 0.2s;text-decoration:none;color:inherit;display:block}
|
| .card:hover{border-color:#333}
|
| .card .emoji{font-size:24px;margin-bottom:8px}
|
| .card h3{color:#e0e0e0;font-size:13px;margin-bottom:4px;letter-spacing:1px}
|
| .card p{color:#555;font-size:10px;line-height:1.5}
|
| .status-bar{border-top:1px solid #1a1a1a;padding:12px 20px;font-size:10px;color:#333;display:flex;justify-content:space-between}
|
| </style>
|
| </head>
|
| <body>
|
| <div class="top-bar">
|
| <div class="brand">HOLY AGENTS</div>
|
| <div class="links">
|
| <a href="index.html" style="color:#e0e0e0">home</a>
|
| <a href="query.html">query</a>
|
| <a href="agents.html">agents</a>
|
| <a href="twins.html">twins</a>
|
| <a href="geometry.html">geometry</a>
|
| <a href="debate.html">debate</a>
|
| <a href="repl.html">repl</a>
|
| </div>
|
| </div>
|
| <div class="hero">
|
| <h1>HOLY AGENTS</h1>
|
| <p>Faith-governed agent runtime · v0.1.0</p>
|
| <p class="tagline">"One cockpit. Many agents. No token tax."</p>
|
| </div>
|
| <div class="grid">
|
| <a class="card" href="query.html">
|
| <div class="emoji">🔍📖</div>
|
| <h3>QUERY</h3>
|
| <p>Search scripture, dictionary, Wikipedia, Enoch, theology. 13 source adapters. Truth gate enforced.</p>
|
| </a>
|
| <a class="card" href="agents.html">
|
| <div class="emoji">⚖️🧠</div>
|
| <h3>AGENTS</h3>
|
| <p>SCRIBE · JUDGE · ENKI · ADVERSARY · MISCONCEPTION · NOISE · PROPHET · SENTINEL · LEDGE</p>
|
| </a>
|
| <a class="card" href="twins.html">
|
| <div class="emoji">🪞</div>
|
| <h3>TWINS</h3>
|
| <p>Digital twin audit — security, logic, performance. Parallel verification with failure loop.</p>
|
| </a>
|
| <a class="card" href="debate.html">
|
| <div class="emoji">🔮⚔️</div>
|
| <h3>DEBATE ARENA</h3>
|
| <p>ENKI vs ADVERSARY. Step through or auto play. Claim badges, scoring, WORM seal.</p>
|
| </a>
|
| <a class="card" href="repl.html">
|
| <div class="emoji">💻</div>
|
| <h3>ASCII REPL</h3>
|
| <p>Terminal interface. Run queries, debates, audits. ASCII and glyph visual modes.</p>
|
| </a>
|
| <a class="card" href="https://github.com/SNAPKITTYWEST/holy-agents">
|
| <div class="emoji">📦</div>
|
| <h3>SOURCE</h3>
|
| <p>GitHub repo — 93 tests, WORM ledger, RTRUST constitution, Lean verification.</p>
|
| </a>
|
| </div>
|
| <div class="status-bar">
|
| <span>holy-agents v0.1.0 · 93/93 tests · 9 agents · GitHub Pages</span>
|
| <span>faith-governed · no backend required</span>
|
| </div>
|
| </body>
|
| </html>
|
|
|