myron
7013a80428
feat: Phase 1 — Arc Reactor Core Daemon
...
- Python asyncio daemon (/opt/jarvis-arc/reactor.py) running on 127.0.0.1:7474
- systemd service (jarvis-arc) auto-starts with MySQL dependency
- arc_jobs + arc_status MySQL tables for async job queue
- api/endpoints/arc.php: PHP bridge to daemon (status, job_create, job_get, jobs, purge)
- api.php: added arc route
- index.html: ARC REACTOR status indicator in bottom bar with live polling
- admin/index.php: ARC REACTOR nav section + full job management panel
- Built-in job handlers: ping, echo, shell (whitelist-gated)
- Foundation for Phase 2 (Intel Protocol) and beyond
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-11 04:07:28 +00:00
myron
02847d5de3
Fix intent placeholders, add alert/agent/deploy action intents, admin search+tester
...
- Restore {user_title} in ~200 intents where placeholder was stripped (comma-period, em-dash variants)
- Replace 20 hardcoded Mr. Blair with {user_title} token
- Remove duplicate pve_storage and tech_ssh intents
- Add action intents: alerts_show, alerts_count, alerts_clear, agents_offline, agents_all, agents_count, deploy_status, deploy_force, pbx_status, pbx_extension
- Admin KB Intents: add search/filter bar (name/pattern/response + type/status dropdowns)
- Admin KB Intents: add TEST PATTERN button — tests any phrase client-side against full intent list
2026-06-01 23:23:32 +00:00
myron
cf95960e57
Add HIDE UNAVAIL toggle to KB Facts page; filter unavailable/empty fact values client-side
2026-06-01 15:18:56 +00:00
myron
f0e42cbcbd
Style count badges to match agents page (cyan, spaced, X ONLINE / Y TOTAL format)
2026-06-01 14:25:04 +00:00
myron
78c95a508d
Add total count badges beside page titles in admin
...
- KB Facts: shows total fact count (sum across all categories)
- Network Devices: shows online/total count in title
- Home Assistant Entities: shows entity count in title
- Proxmox VMs: shows running/total VM count in title
- KB Intents already had this; no change needed
2026-06-01 14:22:36 +00:00
myron
f30f0fdfad
revert: restore admin/index.php to pre-login-fix state
2026-06-01 09:30:57 +00:00
myron
85e23f618f
fix: bypass Cloudflare Rocket Loader on admin script — doLogin was undefined at click time
...
data-cfasync=false prevents Rocket Loader from deferring the main script block.
Also added try/catch + button feedback to doLogin so errors show visibly.
2026-06-01 03:26:15 +00:00
myron
5d5eb2fdac
feat: complete calendar integration + planner widget + 298 new KB intents
...
- Add calendar sync route to api.php (/api/calendar → calendar_sync.php)
- Add CALENDAR SYNC tab to admin with feed CRUD (add/edit/delete Google/ICS feeds)
- Add cal_sync_now action to admin for on-demand iCloud/Google sync
- Add cron: calendar_sync.php every 15 min (iCloud CalDAV + ICS feeds)
- Add PLANNER mini panel to index.html (left panel, shows today tasks + appointments)
- Update loadPlannerSummary() to render tasks/appts with priority dots and times
- Seed 298 new KB intents across 37 categories: science, history, tech, geography,
math, health, food, space, philosophy, psychology, sports, music, film, travel,
language, literature, finance, productivity, nature, facts, home automation,
architecture, geopolitics, and more — 543 total intents
2026-05-31 22:47:35 +00:00
myron
7c1cfda588
feat: email intelligence — action item detection, task/appt creation, admin EMAIL tab, full voice intents
2026-05-31 18:57:47 +00:00
myron
f122de483a
feat: JARVIS Planner — tasks/appointments with voice intents, status bar badge, admin CRUD
2026-05-31 16:53:21 +00:00
myron
1f90d83073
fix: ha_list reads from ha_entities table (real-time agent data, not 5min cache)
2026-05-31 06:05:45 +00:00
myron
a96f8a3f85
feat: ElevenLabs TTS George voice + fix HA toggle optimistic update
2026-05-31 05:58:22 +00:00
myron
b080ecb4bd
fix: HA admin panel — remove entity ID column, add toggle controls, filter unavailable
2026-05-31 05:51:30 +00:00
myron
d0f751372c
Add Backups tab: daily cron + on-demand trigger + download, 7-day retention
2026-05-30 05:12:13 +00:00
myron
53b1c6b90a
Fix agents_list: use JSON_EXTRACT on metric_data instead of non-existent columns
2026-05-30 05:05:02 +00:00
myron
20c91671da
Fix agents render: move miniBar outside setTimeout scope, add Array.isArray guard
2026-05-30 05:02:03 +00:00
myron
d38d66d147
Admin: progressive row reveal on all tables — scanShell + staggered render, no stuck LOADING state
2026-05-30 04:55:59 +00:00
myron
f4eef862d1
Alerts tab: default to Active filter, order Active/All/Resolved
2026-05-30 04:49:33 +00:00
myron
772fc48d00
HA tab: add ALL / ON ONLY toggle filter
2026-05-30 04:46:29 +00:00
myron
cbd63f1a1e
Proxmox VMs: full resources from cluster API (both nodes), CPU/RAM/disk/uptime/network per VM
2026-05-30 04:40:34 +00:00
myron
88dbefa831
HA tab: remove toggle buttons, read-only view only
2026-05-30 03:36:27 +00:00
myron
f73ce6cd57
Admin: add HA entities, News CRUD, Proxmox VMs tabs; news.php merges custom pinned entries
2026-05-30 03:31:50 +00:00
myron
50c06722bb
Fix network panel: include netscan devices; fix Scan Now to queue agent command
2026-05-30 03:26:53 +00:00
myron
2faeb5498a
Auto-populate network devices via nmap scan from PVE1 every 3min
2026-05-30 03:11:14 +00:00
myron
07827651f5
Add /admin portal: full JARVIS management UI (agents, network, alerts, KB, sites, users)
2026-05-30 02:55:34 +00:00