William Valentin
39cbe7054f
fix(n8n): parse morning brief weather response
2026-05-20 09:31:06 -07:00
William Valentin
0ddd09f007
feat: add agentmon n8n health watchdog workflow
2026-05-16 12:38:20 -07:00
William Valentin
3aee387a2b
fix: repair swarm watchdog n8n HTTP checks
2026-05-14 14:42:02 -07:00
William Valentin
13ab43de6c
feat(n8n): add obsidian automation workflows
2026-05-14 14:39:10 -07:00
William Valentin
c774030341
feat(n8n): migrate rag health watchdog
2026-05-14 11:50:59 -07:00
William Valentin
867f879d4a
fix(n8n): harden swarm automation workflows
2026-05-13 17:33:17 -07:00
William Valentin
62a1f57c1f
feat(n8n): add Morning Brief scheduled workflow (g3IdGZCK1EtTsv9T)
...
Daily 06:30 PT scheduled workflow that:
- Collects weather (wttr.in/Seattle), swarm health, n8n/litellm health
- Fetches email highlights from IMAP Triage executions
- Attempts Google Calendar (graceful skip if OAuth expired)
- Synthesizes via local LLM (gemma-4-26B on llama.cpp)
- Delivers to Telegram + Obsidian
All data collection nodes have continueOnFail for resilience.
Workflow ID: g3IdGZCK1EtTsv9T, active: true
2026-05-13 14:42:19 -07:00
William Valentin
9b11016340
feat: add Evening Digest n8n workflow (replaces Nightly Obsidian Vault Sync)
...
- New workflow PlZywwqL8MRNEAN6: Evening Digest
- Daily 9PM America/Los_Angeles schedule trigger
- Collects: n8n success/error executions, swarm health, new Obsidian notes
- LLM synthesis via local gemma-4-26B for digest generation
- Delivers to Telegram, Discord, and Obsidian vault
- All collection nodes have continueOnFail for resilience
- Deactivated old Nightly Obsidian Vault Sync (75JCevkdgkyCr2qH)
- Exported both workflows + updated Failure Digest export
2026-05-13 14:41:46 -07:00
William Valentin
b3eefc4d14
feat: add systemd service file and updated n8n watchdog workflow
...
- docker-health-endpoint.service (systemd user unit)
- swarm-health-watchdog.json with Docker health enrichment
- Calls http://172.19.0.1:18809/health for container state
- Includes docker status/health/restarts in alert messages
- Adds docker field to service check results
Task: t_461f71fe
2026-05-13 14:33:48 -07:00
William Valentin
2dc3c66bb4
Add n8n Failure Digest workflow with Discord delivery
...
Workflow G9ylNbHbnJ6fWX2C now sends failure digests to both:
- Telegram (existing)
- Discord #ops-alerts channel (new)
Discord delivery uses Bot Auth (UgPqYcoCNNIgr55m) via HTTP Request
node POSTing to Discord API v10 channel messages endpoint.
Task: t_627466f8
2026-05-13 14:31:41 -07:00
William Valentin
733b32b6cd
fix(n8n): update IMAP Inbox Triage workflow container URLs from stale 192.168.153.130 to Docker bridge gateway 172.19.0.1
...
- Judge with Local LLM: http://172.19.0.1:18806/v1/chat/completions
- Write Email to Vault: http://172.19.0.1:27123/vault/ ...
- Workflow 9sFwRyUDz51csAp7 deactivated, updated, and reactivated
2026-05-13 14:30:28 -07:00