Ares-Lab / apps /static /index.html
Ares Publisher
Add Ares Lab source and Colab training notebook
8efdc48
Raw
History Blame Contribute Delete
1.49 kB
<!doctype html><html lang="en"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Ares | Control Deck</title><link rel="stylesheet" href="style.css"><body><main><header><div><p class="eyebrow">ARES / LOCAL-FIRST RESEARCH SYSTEM</p><h1>Ares <span>Control Deck</span></h1></div><div class="status">● STATIC UI · NO MODEL CONNECTED</div></header><section class="layout"><aside><h2>Memory</h2><p>Conversation memory is off by default. This static prototype stores nothing remotely.</p><button id="consent">Enable local session notes</button><hr><h2>Xiphos</h2><p>Planning model — proposals only. Nothing executes from this page.</p><button id="plan">Draft sample plan</button></aside><section class="chat"><div id="messages"><article class="ares"><b>ARES</b><p>Interface online. Connect an approved, from-scratch Ares runtime to chat. I will not silently call another AI model or execute Xiphos plans.</p></article></div><form id="form"><input id="input" aria-label="Message" placeholder="Message Ares…" autocomplete="off"><button>Send</button></form></section></section><section id="review" hidden><h2>Xiphos proposal — review required</h2><pre id="proposal"></pre><div><button id="approve">Approve plan record</button><button id="reject">Reject</button></div></section><footer>Core intelligence: planned from-scratch transformer · User-controlled memory · Approval-gated tools</footer></main><script src="app.js"></script></body></html>