Commit Graph

13 Commits

Author SHA1 Message Date
William Valentin 5b01b1bd11 feat: add OpenVINO NPU prototype services 2026-06-04 11:41:55 -07:00
Atlas Ops d67c259187 docs: add OpenVINO NPU services runbook 2026-06-04 11:38:54 -07:00
William Valentin 1a674e854e feat(rag): switch Obsidian endpoint to NPU embeddings 2026-06-03 20:04:43 -07:00
William Valentin bcc652e5aa fix(rag): distinguish query and document embeddings 2026-06-03 19:51:55 -07:00
William Valentin fe4dea0f07 feat(rag): add OpenVINO NPU embeddings service 2026-06-03 18:28:16 -07:00
William Valentin 7745648a13 chore(voice): make NPU Whisper the default 2026-06-03 17:24:49 -07:00
William Valentin 428b68d230 feat(obsidian): expose semantic search endpoint 2026-05-30 10:03:50 -07:00
William Valentin a5a298f6d4 Add semantic health to Obsidian reindex endpoint 2026-05-22 18:29:29 -07:00
William Valentin 6a5365feee chore(openclaw): sync automation state 2026-05-20 17:36:42 -07:00
William Valentin c774030341 feat(n8n): migrate rag health watchdog 2026-05-14 11:50:59 -07:00
William Valentin ff28a7c1ad feat(swarm): add URL content extractor + voice memo processor + webhook catalog
- url-content-extractor.py on :18812: YouTube/PDF/web content extraction
- voice-memo-processor.py on :18813: Telegram/Discord/URL voice ingress + Kokoro TTS
- Webhook Action Bus catalog in Obsidian vault
- Updated n8n Implementation Handoff: items #8-10 done
2026-05-13 16:13:00 -07:00
William Valentin 6c13a60f57 feat(swarm): add Obsidian vault reindex endpoint + update handoff
- obsidian-reindex-server.py: HTTP endpoint on port 18810 for
  triggering incremental Obsidian vault reindex from n8n
- Updated n8n Implementation Handoff: Obsidian Semantic Index
  section, new reindex workflow, updated verification commands
2026-05-13 15:18:50 -07:00
William Valentin 9fdd29f7b7 feat: add Docker health-state HTTP endpoint for Swarm Health Watchdog
- Python HTTP server on 0.0.0.0:18809
- GET /health -> all monitored containers (JSON)
- GET /health/<name> -> single container
- Monitors: brave-search, kokoro-tts, litellm, litellm-db, n8n-agent, searxng, whisper-server
- Returns status, health, restart count via docker inspect
- systemd user service for auto-start

Task: t_461f71fe
2026-05-13 14:29:25 -07:00