Commit Graph

53 Commits

Author SHA1 Message Date
Deep Koluguri 761bd7d8a2 feat(whatsapp): migrate to prebuilt docker image to fix disk pressure evictions 2026-06-29 21:36:52 -04:00
Deep Koluguri 884562a733 chore: remove hardcoded whatsapp urls and numbers 2026-06-15 13:22:42 -04:00
Antigravity 81d191a516 fix: add PVC for whatsapp session and expose qr via REST API 2026-06-15 11:17:19 -04:00
Antigravity fed234e448 Add AGENT_READ label functionality and WhatsApp logout endpoint 2026-06-14 10:25:06 -04:00
Antigravity ba5026bc3f Fix tokens volume readOnly mount and increase CPU limits 2026-06-14 00:21:00 -04:00
Antigravity 9b97592b23 Fix token saving by mounting tokens-volume as emptyDir instead of read-only Secret 2026-06-14 00:09:28 -04:00
Antigravity 768217dc85 Switch whatsapp gateway to Debian node:18 to avoid Alpine Puppeteer bugs 2026-06-13 23:23:58 -04:00
Antigravity b24f1a6522 Increase memory limit for gmail-agent to prevent OOM kills 2026-06-13 22:30:15 -04:00
Antigravity ba8d5f03c3 Fix proxy routing for whatsapp and pod startup for gmail-agent 2026-06-13 16:21:18 -04:00
Antigravity 4b658c41de Unified agent UIs in HQ dashboard 2026-06-13 16:11:01 -04:00
Antigravity 91d19afa7b Add multiple account support to gmail-agent 2026-06-13 16:04:03 -04:00
Antigravity 4fbfdf13e7 Add gmail-agent and new whatsapp-gateway 2026-06-13 15:34:13 -04:00
deepkoluguri 6d72f461dd fix: add ApisixPluginConfig to increase max_body_size for file uploads 2026-06-12 10:44:22 -04:00
deepkoluguri 91a6a338ab fix: remove tls block from ingress to fix 404 2026-06-12 10:32:20 -04:00
deepkoluguri f28e653c4e fix: create data directories before symlinking 2026-06-12 10:25:15 -04:00
deepkoluguri 15a4f929c2 feat: add news-scan deployment 2026-06-12 10:02:09 -04:00
Antigravity 782147435a Migrate WhatsApp config to Redis 2026-06-10 20:24:32 -04:00
Antigravity 6210fb9b39 whatsapp config 2026-06-10 19:33:11 -04:00
deepkoluguri bedf4c71b8 fix: update node version to 20 to fix undici reference error 2026-06-02 22:52:30 -04:00
deepkoluguri f7b311802f chore: update whatsapp group url 2026-06-02 22:27:38 -04:00
Antigravity 5892a7b734 feat: Add Claude LLM support via Anthropic API and Infisical 2026-05-29 17:29:59 -04:00
Antigravity 1a8695c836 feat: dynamic trip briefing service 2026-05-29 14:37:23 -04:00
Antigravity 571ae057ad fix: lazy-import AsyncPostgresSaver to fix ops-worker/gumbo startup crash (ModuleNotFoundError langgraph.checkpoint.postgres)
Build Gumbo Agent / build-gumbo-agent (push) Failing after 10s Details
2026-05-29 14:05:19 -04:00
Antigravity 43697759c8 feat: scheduled WhatsApp reminders via Claw — NLP time parsing, batch scheduling, live panel 2026-05-29 14:01:10 -04:00
Antigravity 08a18e825c feat: send weather to group + personal (+14085505485) simultaneously 2026-05-29 00:11:43 -04:00
Antigravity 16ca326820 feat: daily weather report to WhatsApp + Claw weather command with live card 2026-05-29 00:07:02 -04:00
Antigravity 6449870836 fix: Puppeteer shm crash - add --disable-dev-shm-usage and /dev/shm volume 2026-05-28 23:46:30 -04:00
Antigravity 5fb2afec1d feat: Add OpsAgent, whatsapp-gateway, and hq-dashboard 2026-05-28 21:54:14 -04:00
Antigravity 29d38e7e56 chore: untrack gumbo job template from ArgoCD 2026-05-23 10:38:56 -04:00
Antigravity 0857a43de3 chore: add Prune=false to gumbo job 2026-05-23 10:38:38 -04:00
Antigravity 2a8dee835a chore: fix argocd sync issues for all apps 2026-05-23 10:28:18 -04:00
Antigravity e47c3633a4 Fix: Add Replace=true sync option to gumbo job to fix ArgoCD patch error on immutable fields 2026-05-23 10:15:06 -04:00
Antigravity ec80c90b4d Migrate open-webui, add agents-runtime, fix gumbo LLM model 2026-05-21 22:36:43 -04:00
Antigravity 793ed80416 fix: increase llm timeout to 600s 2026-05-21 21:39:14 -04:00
Antigravity d4acadf973 fix: remove max_tokens from llm 2026-05-21 21:28:08 -04:00
Antigravity 57bb2a29e1 fix: resolve path for index.html in dashboard api 2026-05-21 21:19:24 -04:00
Antigravity a312778a36 fix: correct Gitea service DNS in bernard-worker 2026-05-21 19:46:42 -04:00
Antigravity 5444c5c6e5 fix: split bernard ExternalSecrets per store, add trigger script 2026-05-21 19:38:49 -04:00
Antigravity 4b446c19b2 feat: add Bernard monitoring agent (PR review + Temporal monitor + dashboard) 2026-05-21 19:13:58 -04:00
Antigravity 3a4f74b539 feat: add ingresses for minio and litellm 2026-05-21 18:42:48 -04:00
Antigravity 3815087d3a feat: run actual gumbo code in worker 2026-05-21 18:06:43 -04:00
Antigravity 7ba65f8acb fix: remove decodingStrategy from db secrets 2026-05-21 17:50:09 -04:00
Antigravity 5f590fadec fix: decodingStrategy for external secrets 2026-05-21 17:44:33 -04:00
Antigravity c9e3449827 fix: correct temporal helm values path in ArgoCD app 2026-05-21 17:35:59 -04:00
Antigravity a06c87a4de chore: trigger gumbo CI
Build Gumbo Agent / build-gumbo-agent (push) Failing after 10s Details
2026-05-21 17:01:20 -04:00
Antigravity 24a8e95416 feat: add Gumbo CI workflow and deploy Temporal worker 2026-05-21 16:58:06 -04:00
Antigravity 1bb17e204a refactor: extract gumbo schema migration to ArgoCD PreSync job 2026-05-21 16:33:24 -04:00
Antigravity 627e3b78bb fix: use infisical-litellm store for gumbo-litellm ES 2026-05-20 00:14:06 -04:00
Antigravity 2cb882c8ed fix: align infisical key names to match user-added secrets 2026-05-20 00:04:52 -04:00
Antigravity dc8ee9b120 fix: update infisical secret scope and sync fixes 2026-05-19 20:48:50 -04:00