deepkoluguri
  • Joined on 2026-05-11
deepkoluguri pushed to main at deepkoluguri/sundeep-news-scan 2026-06-15 02:45:32 +00:00
de1c35c4df refactor: optimize article extraction with size filtering, improved OCR context, and non-destructive audit logging for rejected content
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 14:25:21 +00:00
fed234e448 Add AGENT_READ label functionality and WhatsApp logout endpoint
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 05:14:09 +00:00
eee7189867 Change to link-based group management
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 04:42:09 +00:00
915a2a004b Add default destination group configuration in whatsapp gateway UI
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 04:21:07 +00:00
ba5026bc3f Fix tokens volume readOnly mount and increase CPU limits
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 04:09:36 +00:00
9b97592b23 Fix token saving by mounting tokens-volume as emptyDir instead of read-only Secret
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:55:52 +00:00
d12dd5fa63 Fix syntax error in gmail-agent index.js
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:47:57 +00:00
e0328f0260 Fix socket.io routing by bypassing Next.js and configuring websocket path directly
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:39:12 +00:00
515a35c4f1 Fix whatsapp gateway websocket path to proxy correctly through Next.js
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:34:30 +00:00
cafca3a4d1 Fix Node 18 container network bindings by listening explicitly on 0.0.0.0
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:24:07 +00:00
768217dc85 Switch whatsapp gateway to Debian node:18 to avoid Alpine Puppeteer bugs
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:22:22 +00:00
cfb5ca2d5c Fix WhatsApp gateway Network.enable timeout via puppeteer args and webVersionCache none
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 03:06:04 +00:00
db78f0c8ba Support automatic OAuth redirect for Web Application clients
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 02:53:13 +00:00
dcb6f952cc Fix EISDIR error when credentials.json is an empty directory due to missing k8s secret
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 02:42:09 +00:00
3cc80aeba5 Fix import paths for standalone components
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 02:37:16 +00:00
6eda59bfa7 Add standalone next routes for whatsapp and gmail, fix puppeteer alpine timeout
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 02:30:23 +00:00
b24f1a6522 Increase memory limit for gmail-agent to prevent OOM kills
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-14 02:22:21 +00:00
05ae58ccb8 Fix socket.io proxying and remove gmail package lock
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-13 21:19:27 +00:00
4ace103937 Refactor gmail-agent to use native fetch instead of axios to fix node 18 startup crash
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-06-13 21:15:05 +00:00
5d57630736 Increase puppeteer protocolTimeout for whatsapp-gateway