Loading Goldie's world...

๐Ÿ•

GitPup

Goldie v10 ยท 3D
Idle
๐ŸŽพPlaying

๐Ÿ“Š Stats

Hunger
72%
Energy
85%
Happiness
90%
Uptime
0h

๐Ÿ“ก Activity

๐Ÿ““ Journal

๐Ÿ’ฌ Chat

GitLawbGitLawb
(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);