Final: full commercial launch, proxy rotation, timeout enforcement, WorkBrain video pipeline
- Research Engine v2.0: BTCPay, Postgres auth, round-robin proxies, 300s timeout - WorkBrain v2: video ingestion (ffmpeg+minicpm), delete, spinner, drag-drop - Updated skill, Obsidian doc, memory banks - All systems verified
This commit is contained in:
18
dashboard.py
18
dashboard.py
@@ -65,6 +65,24 @@ async def dashboard():
|
||||
<h1>🧠 AI Research Engine</h1>
|
||||
<span style="color:var(--muted);font-size:0.85rem">Self-hosted knowledge acquisition</span>
|
||||
</div>
|
||||
<div style="background:linear-gradient(135deg, #064e3b, #065f46, #047857); border-bottom:1px solid #059669; padding:10px 40px; display:flex; align-items:center; justify-content:center; gap:24px; flex-wrap:wrap;">
|
||||
<div style="display:flex;align-items:center;gap:8px;">
|
||||
<span style="font-size:1.2rem;">🛡️</span>
|
||||
<span style="font-weight:700;color:#6ee7b7;font-size:0.9rem;">NO KYC EVER</span>
|
||||
</div>
|
||||
<div style="color:#34d399;">·</div>
|
||||
<div style="display:flex;align-items:center;gap:8px;">
|
||||
<span style="font-size:1.2rem;">📜</span>
|
||||
<span style="font-weight:700;color:#6ee7b7;font-size:0.9rem;">NO LOGS</span>
|
||||
</div>
|
||||
<div style="color:#34d399;">·</div>
|
||||
<div style="display:flex;align-items:center;gap:8px;">
|
||||
<span style="font-size:1.2rem;">∞</span>
|
||||
<span style="font-weight:700;color:#6ee7b7;font-size:0.9rem;">UNLIMITED POSSIBILITIES</span>
|
||||
</div>
|
||||
<div style="color:#34d399;">·</div>
|
||||
<span style="color:#6ee7b7;font-size:0.8rem;">Privacy by design. No identity checks. No tracking. Just research.</span>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="search-box">
|
||||
<input type="text" id="query" placeholder="Research anything..." onkeydown="if(event.key==='Enter')search()">
|
||||
|
||||
Reference in New Issue
Block a user