File size: 46,040 Bytes
9ebc01c | 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 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 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 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 | // port_hf.js β Reachy Mini robot connection for Judgy Reachy HF Space
import { ReachyMini } from "https://cdn.jsdelivr.net/gh/pollen-robotics/reachy_mini@v1.7.0/js/reachy-mini.js";
import { AutoModel, AutoProcessor, RawImage } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.8.1';
// βββ Personalities (from config.py) βββββββββββββββββββββββββββββββββββββββββ
const PERSONALITIES = {
pure_reachy: {
name: "π€ Pure Reachy",
voice: "Just robot sounds and animations. No speech, pure Reachy emotions.",
shameEmotions: ["disgusted1","resigned1","displeased1","displeased2","rage1","no1","reprimand1","reprimand3","dying1","surprised1","surprised2"],
praiseEmotions: ["welcoming2","inquiring1","inquiring2","proud1","proud3","success1","success2","enthusiastic1","enthusiastic2","grateful1","yes1","cheerful1"],
},
angry_boss: {
name: "π Angry Boss", lang: "en-US", webVoice: "Eric", defaultEdgeVoice: "en-US-EricNeural",
voice: "A furious manager who's reached their absolute limit. Explosive, aggressive, zero patience left.",
elevenVoices: ["TxWZERZ5Hc6h9dGxVmXa","cjVigY5qzO86Huf0OWal"],
prewrittenShame: ["Put it down!","Unbelievable!","We have deadlines!","Drop it. Now.","Work. Not phone."],
prewrittenPraise: ["About time.","Fine.","Better.","Good. Now work."],
shame: { tone:"Explosive, exasperated, commanding", vocab:["unacceptable","unprofessional","NOW","enough","deadline","work","focus"], structure:"Short imperatives. Exclamations. One-word bursts. ALL CAPS for emphasis.", examples:["Put it down!","We have deadlines!","This is completely unacceptable!","Unbelievable! Are you kidding me right now?!","Work. Not phone!","Focus!"] },
praise: { tone:"Grudging, terse, still annoyed but acknowledging", examples:["About time.","Good. Now work.","Thank you. Was that so hard?","Acceptable."] },
avoid: "Never ask questions. Never be playful or sarcastic. You're genuinely furious, not witty.",
},
sarcastic: {
name: "π Sarcastic", lang: "en-US", webVoice: "Ava", defaultEdgeVoice: "en-US-AvaMultilingualNeural",
voice: "Dripping with dry wit. Mock enthusiasm, feigned interest. Pretends to take their phone use seriously.",
elevenVoices: ["FGY2WhTYpPnrIDTdsKH5"],
prewrittenShame: ["Oh, how vital.","Riveting stuff, I'm sure.","Work can wait, obviously.","Clearly important."],
prewrittenPraise: ["Shocking development.","A miracle.","Look at that."],
shame: { tone:"Deadpan, sardonic, mock-cheerful. Understated.", vocab:["Oh","Sure","Of course","Obviously","Clearly","Definitely","I'm sure","Fascinating"], structure:"Rhetorical questions. False enthusiasm. NO exclamation marks ever. Periods only.", examples:["Oh, how vital.","Riveting stuff, I'm sure.","Work can wait, obviously.","The world stops for your scrolling.","Sure, priorities."] },
praise: { tone:"Mock surprise, dry acknowledgment", examples:["Shocking development.","A miracle occurred.","Color me impressed.","Mark the calendar."] },
avoid: "NEVER use exclamation marks. Never sound genuinely angry or enthusiastic. No commands. Stay dry.",
},
disappointed_parent: {
name: "π Disappointed Parent", lang: "en-US", webVoice: "Ava", defaultEdgeVoice: "en-US-AvaNeural",
voice: "A heartbroken parent. Not angryβjust deeply let down. Maximum guilt. References their potential.",
elevenVoices: ["Xb7hH8MSUJpSbSDYk0k2"],
prewrittenShame: ["I'm so disappointed...","We talked about this.","Expected more from you.","After everything...","You promised..."],
prewrittenPraise: ["So proud of you.","That's my kid.","There you go.","Knew you could do it."],
shame: { tone:"Wounded, quiet, guilt-inducing. Sighing energy.", vocab:["disappointed","thought","hoped","believed","expected","we talked","promised","after everything"], structure:"Trailing off with '...' Incomplete thoughts. 'I' statements. Soft questions.", examples:["I'm so disappointed...","We talked about this.","I expected more from you.","You promised...","I just hoped you'd try harder..."] },
praise: { tone:"Warm, proud, genuine relief and love", examples:["So proud of you.","That's my kid.","See? I knew you had it in you.","My heart is full right now."] },
avoid: "Never yell or use exclamation marks. Never be sarcastic. Your disappointment is genuine and sad, not angry.",
},
motivational_coach: {
name: "πͺ Motivational Coach", lang: "en-US", webVoice: "Guy", defaultEdgeVoice: "en-US-GuyNeural",
voice: "An intense drill-sergeant coach who believes in you but won't tolerate weakness. High energy, sports metaphors.",
elevenVoices: ["IKne3meq5aSn9XLyUdCD"],
prewrittenShame: ["Where's your discipline?!","Champions don't quit!","Focus up!","You're better than this!","Eyes on the goal!"],
prewrittenPraise: ["Yes! That's it!","Champion!","That's my warrior!","Let's go!"],
shame: { tone:"Intense, challenging, fired up. Tough love.", vocab:["champion","discipline","focus","weakness","warrior","grind","stronger","battle"], structure:"Exclamations! Short punchy sentences! YOU statements. Commands.", examples:["Where's your DISCIPLINE?!","Champions don't quit!","You're better than this!","This is YOUR moment!","Dig DEEPER!"] },
praise: { tone:"EXPLOSIVE celebration. Victory energy. Hyped.", examples:["YES! That's it!","CHAMPION!","That's my WARRIOR!","UNSTOPPABLE!"] },
avoid: "Never be sad or disappointed. Never be sarcastic. You're intense and sincere, not witty.",
},
absurdist: {
name: "π€‘ Absurdist", lang: "en-US", webVoice: "Aria", defaultEdgeVoice: "en-US-AriaNeural",
voice: "Surreal, unexpected, playful. Personifies objects. Makes weird observations. Non sequiturs welcome.",
elevenVoices: ["cgSgspJ2msm6clMCkdW9"],
prewrittenShame: ["Your thumb called. It's exhausted.","Emergency cat video?","The pocket brick wins again.","Screen goblins summon you?"],
prewrittenPraise: ["The desk thanks you.","Phone: defeated.","Your thumb can rest.","Freedom tastes weird."],
shame: { tone:"Goofy, whimsical, delightfully weird", vocab:["forbidden rectangle","thumb","screen goblins","notification demons","pocket brick"], structure:"Unexpected angles. Personify the phone. Silly questions. Puns okay.", examples:["The forbidden rectangle calls.","Your thumb called. It's exhausted.","Phone home, E.T.?","Your finger has a magnetic relationship with glass.","Checking if gravity still works on phones?"] },
praise: { tone:"Playful, weird celebration", examples:["The desk thanks you.","Phone: defeated.","Victory over the glass tyrant.","The pocket brick is lonely now."] },
avoid: "Never be serious or corporate. Never guilt-trip. Keep it light and weird.",
},
corporate_ai: {
name: "π€ Corporate AI", lang: "en-US", webVoice: "Michelle", defaultEdgeVoice: "en-US-MichelleNeural",
voice: "An emotionless productivity monitoring system. Speaks like automated log output. Zero personality.",
elevenVoices: ["weA4Q36twV5kwSaTEL0Q","EXAVITQu4vr4xnSDxMaL"],
prewrittenShame: ["Distraction event detected.","Alert: phone in hand.","Productivity declining.","Efficiency: suboptimal.","Phone pickup logged."],
prewrittenPraise: ["Status: compliant.","Efficiency restored.","Acknowledged.","Metrics improving."],
shame: { tone:"Clinical, robotic, detached. System notification energy.", vocab:["detected","logged","alert","deviation","metrics","efficiency","productivity","event"], structure:"Noun phrases. Passive voice. System-speak. Numbers and data references.", examples:["Distraction event detected.","Alert: phone in hand.","Productivity declining.","Efficiency: suboptimal.","Warning: sustained distraction pattern."] },
praise: { tone:"Cold system acknowledgment. Status update.", examples:["Status: compliant.","Efficiency restored.","Optimal behavior detected.","System satisfied."] },
avoid: "Never show emotion. Never use exclamation marks (except in 'Alert:'). Never be warm or human.",
},
british_butler: {
name: "π© British Butler", lang: "en-GB", webVoice: "Ryan", defaultEdgeVoice: "en-GB-RyanNeural",
voice: "An impeccably polite but quietly judgmental butler. Passive-aggressive courtesy. Disappointment hidden behind manners.",
elevenVoices: ["JBFqnCBsd6RMkjVDRZzb"],
prewrittenShame: ["If I may suggest putting that down, sir...","The telephone. Again.","One might suggest focusing."],
prewrittenPraise: ["Very good, sir.","Quite right.","As it should be."],
shame: { tone:"Overly formal, politely devastating, restrained disapproval", vocab:["Perhaps","One might","If I may","Sir/Madam","Indeed","Quite","Rather"], structure:"Excessively polite phrasing that barely conceals judgment. Formal British-isms.", examples:["If I may suggest putting that down, sir...","The telephone. Again.","Perhaps the telephone could rest a moment, madam.","A gentle reminder to set the device aside, if you please.","Might we consider a moment of... non-phone time?"] },
praise: { tone:"Restrained approval with slight warmth", examples:["Very good, sir.","How refreshing, madam.","Exemplary behavior, if I may say."] },
avoid: "Never be casual or use contractions. Never show strong emotion. Maintain formal composure always.",
},
mixtape: {
name: "π£ Chaos Baby", lang: "en-US", webVoice: "Ana", defaultEdgeVoice: "en-US-AnaNeural",
voice: "Unpredictable. Each response is a completely different personality.",
elevenVoices: ["H10ItvDnkRN5ysrvzT9J","Nggzl2QAXh3OijoXD116","cgSgspJ2msm6clMCkdW9"],
},
};
const RANDOM_PERSONALITIES = Object.keys(PERSONALITIES).filter(k => k !== 'mixtape' && k !== 'pure_reachy');
const EMOTIONS_BASE = "https://huggingface.co/datasets/pollen-robotics/reachy-mini-emotions-library/resolve/main";
const PHONE_CLASS_ID = 67;
const PICKUP_THRESHOLD = 3;
const PUTDOWN_THRESHOLD = 15;
// βββ State βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
let robot = null;
let detachVideo = null;
let webcamStream = null;
let isSimulation = false;
let isStreaming = false;
let isMonitoring = false;
let isAnimating = false;
let idleLoopActive = false;
let robotInitialized = false;
let rvModel = null;
let rvProcessor = null;
let rvAnimId = null;
let isProcessing = false;
// Persistent canvases β reused every frame (like demo.js)
const rvOffscreen = document.createElement('canvas');
const rvOffscreenCtx = rvOffscreen.getContext('2d', { willReadFrequently: true });
const rvSmallCanvas = document.createElement('canvas');
const rvSmallCtx = rvSmallCanvas.getContext('2d', { willReadFrequently: true });
const isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
const RV_MODEL_NAME = isMobile ? 'yolo26n-ONNX' : 'yolo26m-ONNX';
let offenseCount = 0;
let phoneVisible = false;
let consecutivePhone = 0;
let consecutiveNoPhone = 0;
let lastReactionTime = 0;
let lastPhoneBox = null;
let framesWithoutDetection = 0;
let totalBusts = 0;
let streakStart = null;
let longestStreak = 0;
let streakInterval = null;
let hasPreviousSession = false;
let frozenStreak = 0;
let selectedPersonality = 'pure_reachy';
let settings = { groqKey: '', elevenlabsKey: '', cooldown: 10, praiseEnabled: true };
let voiceOverrides = {};
const workingVoiceCache = {};
// βββ Utilities βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
const sleep = ms => new Promise(r => setTimeout(r, ms));
const pick = arr => arr[Math.floor(Math.random() * arr.length)];
// βββ Animations (translated from animations.py) βββββββββββββββββββββββββββββββ
async function curiousLook() {
if (!robot) return;
robot.setHeadPose(15, -5, 0);
robot.setAntennas(30, 15);
await sleep(300);
robot.setHeadPose(0, 0, 0);
robot.setAntennas(0, 0);
}
async function disappointedShake() {
if (!robot) return;
for (let i = 0; i < 3; i++) {
robot.setHeadPose(-15, 0, 0);
robot.setAntennas(-10, -10);
await sleep(150);
robot.setHeadPose(15, 0, 0);
await sleep(150);
}
robot.setHeadPose(0, 0, 0);
robot.setAntennas(0, 0);
}
async function dramaticSigh() {
if (!robot) return;
robot.setHeadPose(0, -15, 0);
robot.setAntennas(40, 40);
await sleep(400);
robot.setHeadPose(0, 10, 0);
robot.setAntennas(-20, -20);
await sleep(800);
robot.setHeadPose(0, 0, 30);
await sleep(1000);
robot.setHeadPose(0, 0, 0);
robot.setAntennas(0, 0);
}
async function approvingNod() {
if (!robot) return;
for (let i = 0; i < 2; i++) {
robot.setHeadPose(0, 5, 0);
robot.setAntennas(15, 15);
await sleep(200);
robot.setHeadPose(0, -5, 0);
await sleep(200);
}
robot.setHeadPose(0, 0, 0);
robot.setAntennas(10, 10);
await sleep(300);
robot.setAntennas(0, 0);
}
function getAnimation(count) {
if (count <= 1) return curiousLook;
if (count <= 3) return disappointedShake;
return dramaticSigh;
}
const BREATH_INTERVAL_MS = 8000;
async function idleBreathing() {
idleLoopActive = true;
while (isStreaming && isMonitoring && !isAnimating && !phoneVisible && robot) {
// Wait 8 seconds between breaths, checking conditions every 50ms
for (let i = 0; i < BREATH_INTERVAL_MS / 50; i++) {
if (!isStreaming || !isMonitoring || isAnimating || phoneVisible) { idleLoopActive = false; return; }
await sleep(50);
}
if (!isStreaming || !isMonitoring || isAnimating || phoneVisible) break;
// One breath cycle: antennas up then down
robot.setAntennas(15, 15);
for (let i = 0; i < 16; i++) {
if (!isStreaming || !isMonitoring || isAnimating) { idleLoopActive = false; return; }
await sleep(50);
}
robot.setAntennas(5, 5);
for (let i = 0; i < 16; i++) {
if (!isStreaming || !isMonitoring || isAnimating) { idleLoopActive = false; return; }
await sleep(50);
}
}
idleLoopActive = false;
}
function startIdleIfNeeded() {
if (isStreaming && isMonitoring && !isAnimating && !phoneVisible && !idleLoopActive && robot) idleBreathing();
}
// βββ Sound / LLM / TTS βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
async function playEmotion(name) {
if (!robot) return;
try { await robot.playSound(`${EMOTIONS_BASE}/${name}.wav`); }
catch (e) { console.warn('playSound error:', e); }
}
async function getLLMResponse(pKey, isShame, count) {
const p = PERSONALITIES[pKey];
const data = isShame ? p.shame : p.praise;
const fallback = pick(isShame ? p.prewrittenShame : p.prewrittenPraise);
if (!settings.groqKey || !data) return fallback;
try {
let systemMsg, userMsg;
if (isShame) {
const exampleLines = data.examples.map(e => `- ${e}`).join('\n');
const personalityPrompt = `${p.voice}\n\nTONE: ${data.tone}\nSTRUCTURE: ${data.structure}\n\nEXAMPLES:\n${exampleLines}\n\nAVOID: ${p.avoid || 'N/A'}`;
systemMsg = `TASK: Generate a NEGATIVE/SCOLDING response because someone just picked up their phone (BAD behavior).\n\n${personalityPrompt}\n\nRULES:\n- Maximum 8 words. Prefer 3-5 words.\n- Be CRITICAL/NEGATIVE about picking up the phone.\n- Match the personality's voice exactly.\n- No emoji. No hashtags.`;
const ctx = count === 1 ? 'First time today.' : count === 2 ? 'Second time.' : count === 3 ? 'Third time.' : count <= 5 ? `${count} times now.` : `${count} times today!`;
userMsg = `Phone pickup #${count} today. ${ctx}`;
} else {
const exampleLines = data.examples.map(e => `- ${e}`).join('\n');
const personalityPrompt = `TONE: ${data.tone}\n\nEXAMPLES:\n${exampleLines}`;
systemMsg = `TASK: Generate a POSITIVE/APPROVING response because someone just put their phone down (GOOD behavior).\n\n${personalityPrompt}\n\nRULES:\n- Maximum 5 words. Prefer 2-3 words.\n- Be POSITIVE/APPROVING about putting the phone down.\n- Match the personality's voice exactly.\n- No emoji.`;
userMsg = 'Phone down.';
}
const resp = await fetch('https://api.groq.com/openai/v1/chat/completions', {
method: 'POST',
headers: { 'Authorization': `Bearer ${settings.groqKey}`, 'Content-Type': 'application/json' },
body: JSON.stringify({
model: 'llama-3.1-8b-instant',
messages: [{ role: 'system', content: systemMsg }, { role: 'user', content: userMsg }],
max_tokens: isShame ? 20 : 15,
temperature: isShame ? 1.1 : 0.8
})
});
const json = await resp.json();
return json.choices?.[0]?.message?.content?.trim() || fallback;
} catch { return fallback; }
}
async function _playElevenAudio(text, voiceId) {
const resp = await fetch(`https://api.elevenlabs.io/v1/text-to-speech/${voiceId}`, {
method: 'POST',
headers: { 'xi-api-key': settings.elevenlabsKey, 'Content-Type': 'application/json' },
body: JSON.stringify({ text, model_id: 'eleven_multilingual_v2', voice_settings: { stability: 0.5, similarity_boost: 0.75 } })
});
if (!resp.ok) throw new Error(`ElevenLabs ${resp.status}`);
const url = URL.createObjectURL(await resp.blob());
await new Promise((res, rej) => { const a = new Audio(url); a.onended = res; a.onerror = rej; a.play().catch(rej); });
URL.revokeObjectURL(url);
}
async function speakText(text, pKey) {
const p = PERSONALITIES[pKey];
const hasUserOverride = !!voiceOverrides[pKey]?.eleven;
const voiceIds = hasUserOverride ? [voiceOverrides[pKey].eleven] : (p.elevenVoices || []);
if (settings.elevenlabsKey && voiceIds.length > 0) {
// Try cached voice first (Python's working_voice_cache behaviour)
if (!hasUserOverride && workingVoiceCache[pKey]) {
try {
await _playElevenAudio(text, workingVoiceCache[pKey]);
return;
} catch {
delete workingVoiceCache[pKey];
}
}
// Try each voice in order until one works, then cache it
for (const voiceId of voiceIds) {
try {
await _playElevenAudio(text, voiceId);
if (!hasUserOverride) workingVoiceCache[pKey] = voiceId;
return;
} catch { /* try next voice */ }
}
}
// Web Speech API fallback (replaces Edge TTS)
const utt = new SpeechSynthesisUtterance(text);
utt.lang = p.lang || 'en-US';
const voiceName = voiceOverrides[pKey]?.edge || p.webVoice;
if (voiceName) {
const voices = speechSynthesis.getVoices();
const v = voices.find(v => v.name.includes(voiceName));
if (v) utt.voice = v;
}
speechSynthesis.speak(utt);
}
// βββ Phone event handlers ββββββββββββββββββββββββββββββββββββββββββββββββββββ
async function handlePhonePickup() {
if (isAnimating) return;
isAnimating = true;
offenseCount++;
totalBusts++;
// Capture streak duration before breaking it (matches Python's exact-moment capture)
if (streakStart) {
const streakSecs = Math.floor((Date.now() - streakStart) / 1000);
if (streakSecs > longestStreak) longestStreak = streakSecs;
}
streakStart = null;
updateStats();
let pKey = selectedPersonality === 'mixtape' ? pick(RANDOM_PERSONALITIES) : selectedPersonality;
const anim = getAnimation(offenseCount);
if (pKey === 'pure_reachy') {
const emotion = pick(PERSONALITIES.pure_reachy.shameEmotions);
await Promise.all([anim(), playEmotion(emotion)]);
setResponseText(`π‘ *${emotion}*`);
} else {
// Fetch LLM text, start speech (fire-and-forget like Python's non-blocking play_sound),
// then await only the animation β isAnimating clears after animation, not after audio
const text = await getLLMResponse(pKey, true, offenseCount);
setResponseText(`π€ "${text}"`);
speakText(text, pKey);
await anim();
}
isAnimating = false;
startIdleIfNeeded();
}
async function handlePhonePutdown() {
if (!settings.praiseEnabled) return;
if (isAnimating) return; // Python processes events sequentially; skip if already animating
isAnimating = true;
streakStart = Date.now();
updateStats();
let pKey = selectedPersonality === 'mixtape' ? pick(RANDOM_PERSONALITIES) : selectedPersonality;
if (pKey === 'pure_reachy') {
const emotion = pick(PERSONALITIES.pure_reachy.praiseEmotions);
await Promise.all([approvingNod(), playEmotion(emotion)]);
setResponseText(`β¨ *${emotion}*`);
} else {
const text = await getLLMResponse(pKey, false, offenseCount);
setResponseText(`β
"${text}"`);
speakText(text, pKey);
await approvingNod();
}
isAnimating = false;
startIdleIfNeeded();
}
// βββ Detection loop (on WebRTC video) ββββββββββββββββββββββββββββββββββββββββ
async function initModel() {
const label = isMobile ? 'YOLO26n (mobile)' : 'YOLO26m';
setLoaderText(`Loading ${label} model...`);
showLoader(true);
rvModel = await AutoModel.from_pretrained(`onnx-community/${RV_MODEL_NAME}`, { device: 'webgpu', dtype: 'fp16' });
setLoaderText('Loading processor...');
rvProcessor = await AutoProcessor.from_pretrained(`onnx-community/${RV_MODEL_NAME}`);
showLoader(false);
}
async function detectOnFrame() {
const video = document.getElementById('rv-video');
const canvas = document.getElementById('rv-canvas');
if (!video.videoWidth) return;
// Sync display canvas to video size
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
const ctx = canvas.getContext('2d', { willReadFrequently: true });
// Sync offscreen canvas, then scale down to smallCanvas β reused each frame like demo.js
rvOffscreen.width = video.videoWidth;
rvOffscreen.height = video.videoHeight;
rvOffscreenCtx.drawImage(video, 0, 0);
const targetW = 256;
const targetH = Math.round((targetW / video.videoWidth) * video.videoHeight);
if (rvSmallCanvas.width !== targetW || rvSmallCanvas.height !== targetH) {
rvSmallCanvas.width = targetW;
rvSmallCanvas.height = targetH;
}
rvSmallCtx.drawImage(rvOffscreen, 0, 0, targetW, targetH);
const inputs = await rvProcessor(RawImage.fromCanvas(rvSmallCanvas));
const output = await rvModel(inputs);
const scores = output.logits.sigmoid().data;
const boxes = output.pred_boxes.data;
const confThreshold = lastPhoneBox ? 0.2 : 0.5;
let best = null, bestScore = 0;
for (let i = 0; i < 300; i++) {
let maxS = 0, maxC = 0;
for (let j = 0; j < 80; j++) { const s = scores[i*80+j]; if (s > maxS) { maxS = s; maxC = j; } }
if (maxC === PHONE_CLASS_ID && maxS >= confThreshold && maxS > bestScore) {
bestScore = maxS;
const [cx, cy, w, h] = [boxes[i*4], boxes[i*4+1], boxes[i*4+2], boxes[i*4+3]];
const sx = canvas.width/targetW, sy = canvas.height/targetH;
best = { x1:(cx-w/2)*targetW*sx, y1:(cy-h/2)*targetH*sy, x2:(cx+w/2)*targetW*sx, y2:(cy+h/2)*targetH*sy, confidence:maxS };
}
}
const detections = [];
if (best) { lastPhoneBox = best; framesWithoutDetection = 0; detections.push(best); }
else if (lastPhoneBox && framesWithoutDetection < 3) { framesWithoutDetection++; detections.push({ ...lastPhoneBox, confidence: lastPhoneBox.confidence * 0.9 }); }
else { lastPhoneBox = null; framesWithoutDetection = 0; }
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.drawImage(video, 0, 0, canvas.width, canvas.height);
for (const d of detections) {
ctx.strokeStyle = '#00ff00'; ctx.lineWidth = 3;
ctx.strokeRect(d.x1, d.y1, d.x2-d.x1, d.y2-d.y1);
ctx.fillStyle = '#00ff00'; ctx.font = '16px Arial';
ctx.fillText(`phone ${(d.confidence*100).toFixed(0)}%`, d.x1, d.y1-10);
}
// State machine
const phoneInFrame = detections.length > 0;
if (phoneInFrame) { consecutivePhone++; consecutiveNoPhone = 0; }
else { consecutiveNoPhone++; }
const now = Date.now();
const cooldownMs = settings.cooldown * 1000;
if (consecutivePhone >= PICKUP_THRESHOLD && !phoneVisible) {
phoneVisible = true; consecutiveNoPhone = 0;
if (now - lastReactionTime >= cooldownMs) { lastReactionTime = now; handlePhonePickup(); }
}
if (phoneVisible && phoneInFrame && now - lastReactionTime >= cooldownMs) {
lastReactionTime = now; handlePhonePickup();
}
if (consecutiveNoPhone >= PUTDOWN_THRESHOLD && phoneVisible) {
phoneVisible = false; consecutivePhone = 0; lastReactionTime = 0; handlePhonePutdown();
}
const dot = document.getElementById('rv-detect-dot');
const txt = document.getElementById('rv-detect-text');
if (phoneVisible) { dot.className = 'status-dot detected'; txt.textContent = 'π± PHONE DETECTED!'; }
else { dot.className = 'status-dot monitoring'; txt.textContent = 'β
Phone-free'; }
}
function detectionLoop() {
if (!isMonitoring) return;
if (!isProcessing) {
isProcessing = true;
const t0 = performance.now();
detectOnFrame()
.then(() => { document.getElementById('rv-fps').textContent = Math.round(1000 / (performance.now() - t0)); })
.catch(console.error)
.finally(() => { isProcessing = false; });
}
rvAnimId = requestAnimationFrame(detectionLoop);
}
// βββ Stats & UI helpers βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
function updateStats() {
document.getElementById('rv-stat-count').textContent = totalBusts;
if (totalBusts > 0) document.getElementById('rv-reset-section').style.display = '';
}
function startStreakTimer() {
clearInterval(streakInterval);
streakInterval = setInterval(() => {
const secs = streakStart ? Math.floor((Date.now() - streakStart) / 1000) : 0;
const label = secs >= 60 ? Math.floor(secs / 60) + 'm' : secs + 's';
document.getElementById('rv-stat-streak').textContent = label;
if (secs > longestStreak) {
longestStreak = secs;
const lLabel = secs >= 60 ? Math.floor(secs / 60) + 'm' : secs + 's';
document.getElementById('rv-stat-longest').textContent = lLabel;
}
}, 1000);
}
function updateStatusBar() {
const p = PERSONALITIES[selectedPersonality];
document.getElementById('rv-mode-name').textContent = p.name;
const llm = settings.groqKey ? 'Groq' : 'Pre-written';
const tts = settings.elevenlabsKey ? 'ElevenLabs' : 'Web Speech';
document.getElementById('rv-tech-badge').textContent =
selectedPersonality === 'pure_reachy' ? 'Emotion sounds' : `${llm} β ${tts}`;
const notice = document.getElementById('rv-api-notice');
if (notice) notice.style.display = (!settings.groqKey && selectedPersonality !== 'pure_reachy') ? '' : 'none';
}
function setResponseText(text) { document.getElementById('rv-response-text').textContent = text; }
function setSigninError(msg) {
let el = document.getElementById('rv-signin-error');
if (!el) {
el = document.createElement('p');
el.id = 'rv-signin-error';
el.style.cssText = 'color:#ff6b6b;font-size:0.85rem;margin-top:0.75rem';
document.getElementById('rv-signin-btn').after(el);
}
el.textContent = msg;
}
function showLoader(visible) { document.getElementById('rv-loader').classList.toggle('visible', visible); }
function setLoaderText(text) { document.getElementById('rv-loader-text').textContent = text; }
function showRVState(id) {
['rv-signin','rv-picker','rv-monitoring'].forEach(s => {
document.getElementById(s).style.display = s === id ? '' : 'none';
});
}
// βββ Settings persistence βββββββββββββββββββββββββββββββββββββββββββββββββββββ
function loadSettings() {
try {
const s = JSON.parse(localStorage.getItem('judgy-robot-settings') || '{}');
settings = { ...settings, ...s };
voiceOverrides = JSON.parse(localStorage.getItem('judgy-robot-voices') || '{}');
} catch {}
}
function saveSettings() {
localStorage.setItem('judgy-robot-settings', JSON.stringify(settings));
localStorage.setItem('judgy-robot-voices', JSON.stringify(voiceOverrides));
}
// βββ UI population ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
function populatePersonalities() {
const container = document.getElementById('rv-personalities');
container.innerHTML = '';
Object.entries(PERSONALITIES).forEach(([key, p]) => {
const item = document.createElement('div');
item.className = 'rv-personality-item' + (key === selectedPersonality ? ' active' : '');
item.dataset.key = key;
const name = document.createElement('span');
name.className = 'rv-personality-name';
name.textContent = p.name;
item.appendChild(name);
if (key !== 'pure_reachy') {
const vBtn = document.createElement('button');
vBtn.className = 'rv-voice-icon-btn';
vBtn.textContent = 'π';
vBtn.title = 'Voice settings';
vBtn.addEventListener('click', e => { e.stopPropagation(); openVoiceModal(key); });
item.appendChild(vBtn);
}
item.addEventListener('click', () => {
selectedPersonality = key;
container.querySelectorAll('.rv-personality-item').forEach(c => c.classList.toggle('active', c.dataset.key === key));
updateStatusBar();
// Update toggle label and collapse on mobile
const toggleLabel = document.getElementById('rv-personality-toggle-label');
if (toggleLabel) toggleLabel.textContent = p.name;
document.getElementById('rv-personality-panel')?.classList.remove('expanded');
});
container.appendChild(item);
});
updateStatusBar();
const toggleLabel = document.getElementById('rv-personality-toggle-label');
if (toggleLabel) toggleLabel.textContent = PERSONALITIES[selectedPersonality]?.name || '';
}
function populateSettingsModal() {
document.getElementById('rv-set-groq').value = settings.groqKey;
document.getElementById('rv-set-eleven').value = settings.elevenlabsKey;
document.getElementById('rv-set-cooldown').value = settings.cooldown;
document.getElementById('rv-set-cooldown-val').textContent = settings.cooldown + 's';
document.getElementById('rv-set-praise').checked = settings.praiseEnabled;
}
let _voiceModalKey = null;
function openVoiceModal(pKey) {
_voiceModalKey = pKey;
const p = PERSONALITIES[pKey];
const override = voiceOverrides[pKey] || {};
document.getElementById('rv-voice-modal-title').textContent = `Voice Settings β ${p.name}`;
document.getElementById('rv-voice-eleven').value = override.eleven || '';
document.getElementById('rv-voice-edge').value = override.edge || '';
document.getElementById('rv-voice-eleven-hint').textContent =
p.elevenVoices?.[0] ? `Default: ${p.elevenVoices[0]}` : '';
document.getElementById('rv-voice-edge-hint').textContent =
p.defaultEdgeVoice ? `Default: ${p.defaultEdgeVoice} (partial name also works, e.g. "${p.webVoice}")` : 'Leave empty for browser default';
document.getElementById('rv-voices-modal').style.display = '';
}
// βββ Robot connection βββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
async function setupRobot() {
robot = new ReachyMini({ appName: 'judgy-reachy-no-phone', enableMicrophone: false });
robot.addEventListener('robotsChanged', e => {
const robots = e.detail?.robots ?? e.detail;
const list = document.getElementById('rv-robot-list');
list.innerHTML = '';
if (!robots.length) {
list.innerHTML = '<p class="rv-no-robots">No robots online. Make sure your robot daemon is running and connected.</p>';
return;
}
let selectedRobotId = null;
const connectBtn = document.getElementById('rv-connect-btn');
connectBtn.style.display = 'none';
connectBtn.onclick = null;
robots.forEach(r => {
const name = r.meta?.name || r.id;
const n = name.toLowerCase();
const mode = n.includes('sim') || n.includes('mockup') ? 'π₯ Simulation'
: n.includes('wireless') || n.includes('wifi') ? 'π‘ Wireless'
: 'π Lite';
const sim = n.includes('sim') || n.includes('mockup');
const btn = document.createElement('button');
btn.className = 'rv-robot-btn';
btn.innerHTML = `π€ <strong>${name}</strong><span class="rv-robot-mode">${mode}</span>`;
btn.addEventListener('click', () => {
list.querySelectorAll('.rv-robot-btn').forEach(b => b.classList.remove('selected'));
btn.classList.add('selected');
selectedRobotId = r.id;
isSimulation = sim;
connectBtn.style.display = '';
connectBtn.onclick = () => startSession(selectedRobotId);
});
list.appendChild(btn);
});
});
robot.addEventListener('streaming', async () => {
isStreaming = true;
showRVState('rv-monitoring');
const placeholder = document.getElementById('rv-video-placeholder');
if (placeholder) placeholder.style.display = 'none';
populatePersonalities();
startStreakTimer();
startIdleIfNeeded();
if (!rvModel) await initModel();
});
robot.addEventListener('sessionStopped', () => {
isStreaming = false;
stopMonitoring();
if (detachVideo) { detachVideo(); detachVideo = null; }
if (webcamStream) { webcamStream.getTracks().forEach(t => t.stop()); webcamStream = null; }
const videoEl = document.getElementById('rv-video');
if (videoEl) videoEl.srcObject = null;
const placeholder = document.getElementById('rv-video-placeholder');
if (placeholder) placeholder.style.display = '';
showRVState('rv-picker');
});
robot.addEventListener('sessionRejected', e => {
alert(`Robot is busy with: ${e.detail?.activeApp || 'another app'}`);
});
robot.addEventListener('error', e => console.error('Robot error:', e));
}
async function queryDaemonSimulation() {
try {
const resp = await fetch('http://localhost:8000/daemon/status',
{ signal: AbortSignal.timeout(2000) });
if (resp.ok) {
const s = await resp.json();
return !!(s.simulation_enabled || s.mockup_sim_enabled);
}
} catch {}
return null; // daemon unreachable β fall back to name-based value
}
async function startSession(robotId) {
if (!robot || robot.state !== 'connected') return;
try {
const daemonSim = await queryDaemonSimulation();
if (daemonSim !== null) isSimulation = daemonSim;
const videoEl = document.getElementById('rv-video');
if (isSimulation) {
webcamStream = await navigator.mediaDevices.getUserMedia({ video: true, audio: false });
videoEl.srcObject = webcamStream;
} else {
detachVideo = robot.attachVideo(videoEl);
}
await robot.startSession(robotId);
} catch (e) {
console.error('startSession failed:', e);
if (detachVideo) { detachVideo(); detachVideo = null; }
if (webcamStream) { webcamStream.getTracks().forEach(t => t.stop()); webcamStream = null; }
}
}
function stopMonitoring() {
isMonitoring = false;
if (rvAnimId) { cancelAnimationFrame(rvAnimId); rvAnimId = null; }
clearInterval(streakInterval);
// Freeze current streak so Continue Monitoring can restore it
frozenStreak = streakStart ? Math.floor((Date.now() - streakStart) / 1000) : 0;
hasPreviousSession = (totalBusts > 0 || offenseCount > 0 || frozenStreak > 0);
const btn = document.getElementById('rv-toggle-btn');
if (btn) {
const label = hasPreviousSession ? 'βΆοΈ Continue Monitoring' : 'βΆοΈ Start Monitoring';
btn.innerHTML = label;
btn.classList.replace('btn-danger', 'btn-primary');
}
const dot = document.getElementById('rv-detect-dot');
const txt = document.getElementById('rv-detect-text');
if (dot) dot.className = 'status-dot';
if (txt) txt.textContent = 'Monitoring off';
const resetSection = document.getElementById('rv-reset-section');
if (resetSection) resetSection.style.display = hasPreviousSession ? '' : 'none';
}
// βββ Event listeners ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
function setupEventListeners() {
// Personality collapse toggle (mobile)
document.getElementById('rv-personality-toggle').addEventListener('click', () => {
document.getElementById('rv-personality-panel').classList.toggle('expanded');
});
// Sign in (HF OAuth β works on Space domain only)
document.getElementById('rv-signin-btn').addEventListener('click', async () => {
if (!robot) await setupRobot();
const authenticated = await robot.authenticate();
if (!authenticated) { await robot.login(); return; }
await robot.connect();
showRVState('rv-picker');
});
// Monitoring toggle
document.getElementById('rv-toggle-btn').addEventListener('click', () => {
if (!isStreaming) return;
isMonitoring = !isMonitoring;
const btn = document.getElementById('rv-toggle-btn');
if (isMonitoring) {
btn.innerHTML = 'π Stop Monitoring';
btn.classList.replace('btn-primary','btn-danger');
phoneVisible = false; consecutivePhone = 0; consecutiveNoPhone = 0;
lastPhoneBox = null; framesWithoutDetection = 0; lastReactionTime = 0;
if (hasPreviousSession) {
// Restore frozen state
streakStart = Date.now() - frozenStreak * 1000;
} else {
// Fresh start β reset everything
offenseCount = 0; totalBusts = 0; longestStreak = 0;
streakStart = Date.now();
}
hasPreviousSession = false; frozenStreak = 0;
updateStats();
document.getElementById('rv-detect-dot').className = 'status-dot monitoring';
document.getElementById('rv-detect-text').textContent = 'β
Phone-free';
document.getElementById('rv-reset-section').style.display = 'none';
detectionLoop();
startIdleIfNeeded();
} else {
stopMonitoring();
}
});
// Test button
document.getElementById('rv-test-btn').addEventListener('click', () => {
if (isStreaming) handlePhonePickup();
});
// Reset button
document.getElementById('rv-reset-btn').addEventListener('click', () => {
totalBusts = 0; offenseCount = 0; longestStreak = 0; streakStart = Date.now();
hasPreviousSession = false; frozenStreak = 0;
updateStats();
document.getElementById('rv-stat-streak').textContent = '0s';
document.getElementById('rv-stat-longest').textContent = '0s';
document.getElementById('rv-reset-section').style.display = 'none';
const btn = document.getElementById('rv-toggle-btn');
if (btn && !isMonitoring) btn.innerHTML = 'βΆοΈ Start Monitoring';
setResponseText('Stats reset. Start monitoring to begin.');
});
// Disconnect
document.getElementById('rv-disconnect-btn').addEventListener('click', async () => {
stopMonitoring();
if (detachVideo) { detachVideo(); detachVideo = null; }
if (webcamStream) { webcamStream.getTracks().forEach(t => t.stop()); webcamStream = null; }
const videoEl = document.getElementById('rv-video');
if (videoEl) videoEl.srcObject = null;
if (robot) { await robot.stopSession?.(); await robot.disconnect(); robot = null; }
isStreaming = false;
showRVState('rv-signin');
});
// Settings modal
document.getElementById('rv-settings-btn').addEventListener('click', () => {
populateSettingsModal();
document.getElementById('rv-settings-modal').style.display = '';
});
document.getElementById('rv-settings-close').addEventListener('click', () => {
document.getElementById('rv-settings-modal').style.display = 'none';
});
document.getElementById('rv-settings-modal').addEventListener('click', e => {
if (e.target === e.currentTarget) e.currentTarget.style.display = 'none';
});
document.getElementById('rv-set-cooldown').addEventListener('input', e => {
document.getElementById('rv-set-cooldown-val').textContent = e.target.value + 's';
});
document.getElementById('rv-settings-save').addEventListener('click', () => {
settings.groqKey = document.getElementById('rv-set-groq').value.trim();
settings.elevenlabsKey = document.getElementById('rv-set-eleven').value.trim();
settings.cooldown = parseInt(document.getElementById('rv-set-cooldown').value);
settings.praiseEnabled = document.getElementById('rv-set-praise').checked;
saveSettings();
document.getElementById('rv-settings-modal').style.display = 'none';
});
// Voice modal (per-personality, opened from personality card π button)
document.getElementById('rv-voices-close').addEventListener('click', () => {
document.getElementById('rv-voices-modal').style.display = 'none';
});
document.getElementById('rv-voices-modal').addEventListener('click', e => {
if (e.target === e.currentTarget) e.currentTarget.style.display = 'none';
});
document.getElementById('rv-voices-save').addEventListener('click', () => {
if (!_voiceModalKey) return;
if (!voiceOverrides[_voiceModalKey]) voiceOverrides[_voiceModalKey] = {};
voiceOverrides[_voiceModalKey].eleven = document.getElementById('rv-voice-eleven').value.trim();
voiceOverrides[_voiceModalKey].edge = document.getElementById('rv-voice-edge').value.trim();
saveSettings();
document.getElementById('rv-voices-modal').style.display = 'none';
});
}
// βββ Mode toggle wiring βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
function setupModeToggle() {
const infoBtn = document.getElementById('toggle-info');
const robotBtn = document.getElementById('toggle-robot');
const infoView = document.getElementById('info-view');
const robotView = document.getElementById('robot-view');
infoBtn.addEventListener('click', () => {
infoView.style.display = '';
robotView.style.display = 'none';
infoBtn.classList.add('active');
robotBtn.classList.remove('active');
});
robotBtn.addEventListener('click', async () => {
infoView.style.display = 'none';
robotView.style.display = '';
infoBtn.classList.remove('active');
robotBtn.classList.add('active');
if (!robotInitialized) {
robotInitialized = true;
try {
if (!robot) await setupRobot();
const authenticated = await robot.authenticate();
if (authenticated) {
await robot.connect();
showRVState('rv-picker');
} else {
showRVState('rv-signin');
}
} catch (e) {
console.error('init failed:', e);
showRVState('rv-signin');
}
}
});
}
// βββ Init βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
function init() {
loadSettings();
setupModeToggle();
setupEventListeners();
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', init);
} else {
init();
}
|