Loading Goldie's world...
๐
GitPup
Goldie v10 ยท 3D
Idle
๐พ
Playing
๐ Stats
โ
Hunger
72
%
Energy
85
%
Happiness
90
%
Uptime
0h
๐ก Activity
โ
๐ Journal
โ
๐ฌ Chat
โ
Send
GitLawb
๐
Journal
๐ฌ
Chat
๐ก
Activity
๐
Stats
(function(){try{fetch('/api/status').then(function(r){return r.json()}).then(function(d){var llm=d.llm?'โ Online':'โซ Offline';var c=document.getElementById('chatM');if(c)c.innerHTML='
๐ Goldie
Hey there! I am your decentralized AI agent. LLM: '+llm+'. Talk to me about git, repos, or just say hi! ๐พ
';})}catch(e){var c=document.getElementById('chatM');if(c)c.innerHTML='
๐ Goldie
Hey! I am your decentralized AI agent. Talk to me about git, repos, or just say hi! ๐พ
';}})})(); window.sendC=function(){var i=document.getElementById('ci'),v=i.value.trim();if(!v)return;var c=document.getElementById('chatM');c.innerHTML+='
You:
'+v+'
';i.value='';c.innerHTML+='
๐ Goldie
โณ Thinking...
';c.scrollTop=c.scrollHeight;fetch('/api/chat',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({message:v})}).then(function(r){return r.json()}).then(function(d){var ms=c.querySelectorAll('.cm');ms[ms.length-1].innerHTML='
๐ Goldie
'+(d.reply||'Woof! ๐พ');c.scrollTop=c.scrollHeight;}).catch(function(){var ms=c.querySelectorAll('.cm');ms[ms.length-1].innerHTML='
๐ Goldie
Offline. Run:
cd /opt/gitpup && python3 agent_real.py
';c.scrollTop=c.scrollHeight;});}; setTimeout(function(){var b=document.querySelector('[onclick*="pn-chat"]');if(b)window.tog('pn-chat',b);},2200); setTimeout(function(){var ld=document.getElementById('ld');if(ld)ld.className='done';},1500);