agentic-os/dashboard/pages
Austin 257d64327a feat(brain): brain search dashboard + scheduled auto-ingest + skill-run auto-upsert
1) Brain Search page (dashboard/pages/brain-search.js): mirrors Agent
   Insights; queries /api/brain-index/search with source filter + live
   index stats; nav entry + PAGE_TITLES added.
2) Scheduled auto-ingest: scheduler gains endpoint-style jobs
   (run_endpoint_via_api) so non-skill maintenance tasks can be cron'd;
   new job brain-index-ingest-job.json re-indexes every 30 min.
3) Agents auto-upsert learnings: run_skill wrap-up now calls
   record_brain_learning() so each skill run is immediately searchable
   in the unified index (best-effort, never breaks the run).

Fixed a regression where AGENT_STATS_FILE def was dropped during the
brain-learning helper insertion (would have broken all skill runs).

Verified live: brain search returns ranked results; run_skill wrap-up
upserts a searchable doc; scheduler imports + job validates.
2026-07-25 15:49:14 -07:00
..
agent-health.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
agent-insights.js feat(dashboard): add Agent Insights page — live AI-agent usage analytics 2026-07-25 14:34:30 -07:00
agent-time-monitor.html Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
agent-time.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
audit.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
backups.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
brain-search.js feat(brain): brain search dashboard + scheduled auto-ingest + skill-run auto-upsert 2026-07-25 15:49:14 -07:00
chat.js v1.2.0: opencode JSON mode, 180s Hermes timeout, client AbortController, SEO README, badge/CSS fixes, prompt clipboard fix 2026-05-17 23:43:18 +05:30
cost.js Fix: page script 404 due to relative path, sidebar collapsed alignment, add favicon 2026-05-17 15:56:30 +05:30
dashboard.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
goals.js v0.2.0: 7 new features + UI modernization 2026-06-05 15:22:40 +05:30
journal.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
kanban.js Wire up autonomous agent dispatch for Kanban tasks 2026-07-05 23:16:46 +00:00
learning-analytics.js v0.2.0: 7 new features + UI modernization 2026-06-05 15:22:40 +05:30
memory.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
plugins.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
prompts.js v1.2.0: opencode JSON mode, 180s Hermes timeout, client AbortController, SEO README, badge/CSS fixes, prompt clipboard fix 2026-05-17 23:43:18 +05:30
scheduler.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
session-replay.js v0.2.0: 7 new features + UI modernization 2026-06-05 15:22:40 +05:30
settings.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
setup-wizard.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
skills.js Fix critical WebSocket origin bypass, zombie processes, and review findings 2026-07-09 00:07:17 +00:00
smart-router.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00
standards.js Complete dashboard revamp: modern glassmorphism UI, all 12 pages functional 2026-05-17 15:48:54 +05:30
terminal.js Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization 2026-07-25 12:27:26 -07:00