Vital Signs
Version
v{{ systemState.last_announced_version || '?.?.?' }}
{{ formatCommit(systemState.last_commit_hash) }}
System Health
ONLINE
{{ formatUptime(stats.uptimeDays * 86400 + stats.uptimeHours *
3600) }}
Resurrections
{{ systemState.death_count || 0 }} ๐
Auto-Recoveries
Sentience Status
{{ systemState.background_mood.state }}
DRIFT DETECTED {{
formatTimeRelative(systemState.background_mood.lastDrift) }}
INTENSITY
{{ Math.round(systemState.background_mood.intensity * 100) }}%
"{{ systemState.background_mood.reason }}"
Active Consciousness
{{ formatFeatureName(feature) }}
Feature map unavailable.
External Synapses
Twitch
Chat & Stream Monitor
{{ systemState.has_twitch_access_token ? 'LINKED' : 'OFFLINE' }}
YouTube
Live Whitelist Monitor
{{ systemState.has_youtube_api ? 'ARMED' : 'NO KEY' }}
OpenAI
Primary Intelligence Core
{{ systemState.has_openai_api ? 'ONLINE' : 'OFFLINE' }}
X (Twitter)
Social Uplink (Grok)
{{ (systemState.has_twitter_api || systemState.has_grok_api) ? 'LINKED' :
'OFFLINE' }}
Wolfram Alpha
Computational Knowledge Engine
{{ systemState.has_wolfram_api ? 'READY' : 'OFFLINE' }}
Access Control
{{ createUserStatus.message }}
๐ COPY CREDENTIALS
Dashboard: {{
dashboardUrl }}
Username: {{
createdCredentials.username }}
Password: {{
createdCredentials.password }}
Role: {{
createdCredentials.role.toUpperCase() }}
Registered Users
| ID | USER | ROLE | CREATED | LAST LOGIN | ACTION |
|---|---|---|---|---|---|
| #{{ u.id }} | {{ u.username }} YOU | {{ u.role.toUpperCase() }} | {{ formatTimeRelative(u.created_at) }} | {{ u.last_login ? formatTimeRelative(u.last_login) : 'Never' }} | |
| Loading users... | |||||
๐ง Core Memory Tuning
Review and adjust importance scores for Core Memories (8+). Changes affect context injection.
Total: {{ coreMemory.total
}}
Page: {{ coreMemory.page }} / {{
coreMemory.totalPages || 1 }}
| KEY | CONTENT | SCORE | DATE |
|---|---|---|---|
| {{ mem.key?.substring(0, 15) }}{{ mem.key?.length > 15 ? '...' : '' }} | {{ truncateContent(mem.value, 200) }} | {{ formatTimeRelative(mem.datetime) }} | |
|
โก Loading memories...
|
|||
| No memories found matching criteria. | |||
{{ coreMemory.page }}
๐ ๏ธ Debug Commands Reference {{ debugCommandsOpen ? 'โผ' : 'โถ' }}
Discord commands for admin debugging & system control. Use in any channel.
{{ cmd.icon }}
{{ cmd.name }}
{{ cmd.desc
}}
No commands match "{{ debugSearch }}"