Commit Graph

156 Commits

Author SHA1 Message Date
gramps 5ab4183d58 docs: contrast query-routing vs layer-splitting in architecture section 2026-07-13 11:08:59 -07:00
gramps aafc24ee27 bump to v0.18.0 — wiki docs, UX polish (waterfall, barcode, confidence badges, sprocket strips) 2026-07-13 10:49:33 -07:00
gramps 44c84bfc85 docs: bump README version to v0.17.26 2026-07-13 10:27:26 -07:00
gramps d60a54780b docs: clarify advantage — pool hardware, route by strength, each machine contributes what it does best 2026-07-13 10:25:14 -07:00
gramps 2ef8f91f4c docs: expand justification — industry consensus assumes homogeneous clusters, cAIc targets the real-world heterogeneous case 2026-07-13 10:24:06 -07:00
gramps 409d07cc8b docs: add Architecture CPU Coordinator + GPU Workers section to README 2026-07-13 10:23:09 -07:00
gramps ea2dbee45d v0.17.26: brighter sprocket strips using --bg-tertiary, 5px holes, 24px strips 2026-07-13 10:20:51 -07:00
gramps 8a677074ec v0.17.25: timestamp format MON dd, YYYY HH:MM:SS.ss 2026-07-13 10:19:09 -07:00
gramps 3e7ed57db9 v0.17.24: fix sprocket holes — fill with --bg-primary instead of transparent so they show through to page 2026-07-13 10:17:49 -07:00
gramps d8e8af0fb0 v0.17.23: TOK metric reformatted to #/% with context-pct color coding 2026-07-13 10:16:30 -07:00
gramps bc25aaad80 v0.17.22: stop typing indicator animation on abort — greyed-out stopped state 2026-07-13 10:12:07 -07:00
gramps 4443c8064f v0.17.21: dot-matrix sprocket holes on outer edges + paper grain background 2026-07-13 10:11:01 -07:00
gramps 8fdeca0e3c v0.17.20: confidence % badge (replaces perplexity), color-coded 80-20 rule; cumulative token counter in topbar 2026-07-13 10:09:05 -07:00
gramps 0981017cde docs: add B4 (RAG Corpus Management UI) to backlog in TASKS.md and current-wip.md 2026-07-13 10:03:57 -07:00
gramps 645d7e9d91 v0.17.19: fix token count badge — use client-side tokenCount instead of server completion_tokens; add tok badge to search responses 2026-07-13 09:59:11 -07:00
gramps 79b684e0cd v0.17.18: barcode-style alternating pairs — each Q&A wrapped in .msg-pair with alternating tint + left border accent 2026-07-13 09:56:31 -07:00
gramps b90b0a6d14 v0.17.17: timestamps on user messages, restore thumbs on AI (not web search), Shift+Enter triggers web search 2026-07-13 09:49:00 -07:00
gramps 4d337d9684 v0.17.16: remove thumbs from toolbar, user msg atop waterfall, enlarge topbar fonts 2026-07-13 09:45:06 -07:00
gramps 35cd48098a v0.17.15: waterfall display — newest messages at top, prepend instead of append, scroll to top 2026-07-13 09:41:55 -07:00
gramps bda4089120 v0.17.14: remove status dots from input area — served no purpose 2026-07-13 09:38:33 -07:00
gramps 79762f67f2 v0.17.13: left-align status dots, font 9px 2026-07-13 09:35:58 -07:00
gramps 3d515ed11f v0.17.12: stack status dots vertically in input area 2026-07-13 09:34:44 -07:00
gramps e1530499b7 v0.17.11: color-code DRC values (green/orange/red), add status dot labels, fix version prefix 2026-07-13 09:33:05 -07:00
gramps a35d68b38e v0.17.10: move CPU/MEM/GPU/VRAM stats to topbar center; status dots to input row left of paperclip 2026-07-13 09:29:21 -07:00
gramps 2d28cfe384 v0.17.9: use uploaded image as welcome screen background 2026-07-13 09:23:51 -07:00
gramps ce4e796768 v0.17.8: show jcscreenie.png as welcome screen graphic instead of text 2026-07-13 09:20:14 -07:00
gramps 3294231e64 v0.17.7: lighten text colors for legibility across header, input, welcome screen 2026-07-13 09:18:36 -07:00
gramps fc2f209008 v0.17.6: add orange search button right of SEND, shown only when SearXNG available 2026-07-13 09:16:34 -07:00
gramps 3601d31e03 v0.17.5: fix topbar legibility, remove llama icons/preset/search from input, implement toggleDrawer 2026-07-13 09:12:37 -07:00
gramps 19d099f17a v0.17.4: remove redundant context thermometer; default to qwen2.5-7b-instruct 2026-07-13 09:01:08 -07:00
gramps e7e6cd8af6 v0.17.3: remove toolbar opacity entirely — always visible 2026-07-13 08:29:08 -07:00
gramps 429d4df29f docs: rewrite README intro to lead with heterogeneous GPU clustering as primary project thesis 2026-07-13 08:26:50 -07:00
gramps cbe4a361bb v0.17.2: auto-fact detection with conflict-alert flow
- auto_detect_facts() scans chat turns for factual content (IPs, paths,
  services, config changes, hardware refs) using pattern matching
- check_fact_conflicts() cross-references detected facts against stored
  FTS5 memories — when a contradiction exists (same topic, diff value)
  the system surfaces a rag_update_suggestion in the done SSE payload
- Frontend shows a floating notification banner comparing old vs new
  fact with Update/Dismiss buttons
- confirm_fact_update() replaces the memory + re-embeds/re-indexes
  the Qdraft entry on user confirmation
- Silent auto-ingest (memories + Qdrant) when no conflict exists
- Frontend: msg-toolbar opacity 0→0.35 for visibility
2026-07-13 08:25:08 -07:00
gramps dcb73945e0 v0.17.1: fix msg-toolbar visibility, add follow_redirects to SearXNG query 2026-07-13 08:15:57 -07:00
gramps f16bef4671 tok: #/## % badge with context tracking, client-side token counting, remove triage dep 2026-07-13 08:07:26 -07:00
gramps b6dadd95ec fix: client-side token counting + move tok badge after ttr 2026-07-13 08:03:08 -07:00
gramps 6f95cc67bb fix: replace triage import with LLAMA_SERVER_BASE for deployed compat 2026-07-13 07:59:38 -07:00
gramps 12a7d92f99 add TOK badge to response footer + arrow key history recall 2026-07-13 07:57:27 -07:00
gramps 35af444c88 fix: add /fim/completions route for Continue compatibility (no /v1 prefix) 2026-07-09 10:13:58 -07:00
gramps 2ec9584abe feat: add /v1/fim/completions route with Qwen FIM token formatting for Continue 2026-07-09 10:09:18 -07:00
gramps d0e1870438 fix: add /v1/completions route for Continue FIM compatibility 2026-07-09 10:01:21 -07:00
gramps 9bf04d921d fix: route FIM passthrough to llama-server native /completion endpoint (supports suffix param) 2026-07-09 09:59:04 -07:00
gramps fbacb1861d docs: sync all docs through v0.17.0 — Roadmap N complete, cluster/AMQP fully documented 2026-07-09 09:15:08 -07:00
gramps f0689ac12b feat: Roadmap N — AMQP cluster nervous system complete 2026-07-09 09:09:22 -07:00
gramps 7c022dbc6d docs: restore full Task 14 spec text in TASKS.md 2026-07-09 09:06:27 -07:00
gramps 7fc7f7679c docs: mark Task 14 done, add cluster.py/amqp.py/test_model_swap.py to docs tables 2026-07-09 09:05:23 -07:00
gramps 9d1fd44d7f Task 14: coordinator-side model swap flow
- request_model_swap() publishes cmd.swap_model on jc.admin, sets node status to swapping
- handle_model_ready() updates active_model from inventory, restores active status
- handle_model_failed() sets node status to error with failure detail
- select_node() made async with two-pass logic: find ready node or trigger swap
- inventory field stored in node records for swap target lookup
- Both handlers subscribed on jc.system via SUBSCRIBE_TABLE
2026-07-09 09:04:15 -07:00
gramps fb0ff576d3 Tasks 12 + 13: worker node agent + Phi-4-mini query triage
Task 12 — node_agent/agent.py: standalone AMQP worker agent
  config reader, model discovery, registration publisher,
  ping/pong handler, model swap with systemctl + health poll
  (14 tests)

Task 13 — triage.py: query classification + cluster node selection
  classify_query() routes to Phi-4-mini at :8083
  select_node() picks best worker by model affinity
  get_inference_url() replaces hardcoded LLAMA_SERVER_BASE
  cluster.py stores node ip for URL construction
  (6 tests + 5 existing chat tests mocked for triage)

168 tests passing (+20 new)
2026-07-07 07:30:30 -07:00
gramps 90d2cf8326 Rename: jarvisChat → cAIc (product name)
- jarvisChat/JarvisChat/jarvischat → cAIc/cAIc/caic (branded/lower)
- JARVISCHAT_ env vars → CAIC_
- jc- script/config prefix → caic-
- jarvis_rag → caic_rag
- jarvischat.db / volumes → caic.db / caic_*
- AMQP vhost/user jarvischat → caic
- Syslog, loggers, docstrings all updated
- 47 files, zero stale references, 148 tests pass
2026-07-06 19:56:32 -07:00
gramps 94e1cdae11 docs(Task 12): replace heartbeat with ping/pong, add subsection markers 2026-07-06 19:29:48 -07:00