Commit Graph

51 Commits

Author SHA1 Message Date
deepkoluguri 4284d7d2d5 feat: inject current datetime into agent system prompt
Build Agents Runtime / build (push) Successful in 4m37s Details
2026-06-30 14:39:26 -04:00
Deep Koluguri aa36610883 Cast activity return value to string
Build Agents Runtime / build (push) Successful in 4m37s Details
2026-06-29 10:42:37 -04:00
Deep Koluguri 194a9d1228 Update model to gemini-2.5-flash
Build Agents Runtime / build (push) Has been cancelled Details
2026-06-29 10:38:41 -04:00
Deep Koluguri 7c3ad4447b Fix worker crash by adding activity executor
Build Agents Runtime / build (push) Successful in 4m31s Details
2026-06-29 10:34:05 -04:00
Deep Koluguri 8dbdce6feb Add test script 2026-06-29 10:25:46 -04:00
Deep Koluguri 5829c087ea Add Temporal worker container to agents-api deployment 2026-06-29 10:21:08 -04:00
Deep Koluguri 345f1651a6 Refactor orchestrator: add LLM fallbacks and Temporal workflow integration
Build Agents Runtime / build (push) Successful in 4m18s Details
2026-06-29 10:20:09 -04:00
Deep Koluguri 4d40c93d46 Switch to gemini-1.5-flash to bypass rate limits
Build Agents Runtime / build (push) Successful in 4m35s Details
2026-06-28 21:57:54 -04:00
Deep Koluguri 7e0a93eb5a Fix agent prompt to force WhatsApp tool usage and explicitly run scraper
Build Agents Runtime / build (push) Successful in 4m27s Details
2026-06-28 20:58:07 -04:00
Deep Koluguri 60023862cd Use gemini-2.5-flash for perfect stability
Build Agents Runtime / build (push) Successful in 4m38s Details
2026-06-28 20:48:39 -04:00
Deep Koluguri 6b297f6c2d Use gemini-flash-latest to avoid quota issues
Build Agents Runtime / build (push) Successful in 4m28s Details
2026-06-28 20:42:36 -04:00
Deep Koluguri 9b5478708d Revert to gemini-2.0-flash
Build Agents Runtime / build (push) Successful in 4m37s Details
2026-06-28 20:13:37 -04:00
Deep Koluguri 56b07e0d2f Use antigravity-preview-05-2026 model
Build Agents Runtime / build (push) Successful in 5m6s Details
2026-06-28 19:44:23 -04:00
Deep Koluguri e0ace519c8 Use gemini-2.0-flash
Build Agents Runtime / build (push) Has been cancelled Details
2026-06-28 19:43:05 -04:00
Deep Koluguri b491b76644 Add exponential backoff retry for Gemini 503s
Build Agents Runtime / build (push) Successful in 4m38s Details
2026-06-28 19:34:53 -04:00
Deep Koluguri 76d6e98552 Fix model name to gemini-flash-latest
Build Agents Runtime / build (push) Successful in 4m33s Details
2026-06-28 19:10:13 -04:00
Deep Koluguri 50c99d1f7d Use gemini-pro instead of gemini-1.5-flash
Build Agents Runtime / build (push) Successful in 4m33s Details
2026-06-28 16:44:10 -04:00
Deep Koluguri 5659b1af41 Use gemini-1.5-flash instead of pro
Build Agents Runtime / build (push) Successful in 4m28s Details
2026-06-28 16:30:38 -04:00
Deep Koluguri d53243f1b5 Update Gemini model name
Build Agents Runtime / build (push) Successful in 4m31s Details
2026-06-28 16:23:08 -04:00
Deep Koluguri 89197a0323 Fix create_react_agent kwargs bug
Build Agents Runtime / build (push) Successful in 4m34s Details
2026-06-28 16:05:08 -04:00
Deep Koluguri ff0d76ad51 Add PYTHONUNBUFFERED=1 2026-06-28 16:04:31 -04:00
Deep Koluguri a68093408b Add send_email tool and update system prompt
Build Agents Runtime / build (push) Successful in 4m31s Details
2026-06-28 15:31:54 -04:00
Deep Koluguri 86f3e9d9c7 Add DevOps tools to Gemini orchestrator
Build Agents Runtime / build (push) Successful in 4m29s Details
2026-06-28 15:15:54 -04:00
Deep Koluguri 3d78993bb2 Fix ExternalSecret namespace 2026-06-28 15:06:41 -04:00
Deep Koluguri c4c6001063 Use Infisical ExternalSecret for Gemini API key
Build Agents Runtime / build (push) Successful in 4m12s Details
2026-06-28 14:57:06 -04:00
Deep Koluguri 6057da51cb Fix langgraph kwargs error
Build Agents Runtime / build (push) Successful in 4m22s Details
2026-06-28 14:48:24 -04:00
Deep Koluguri 188fa5a388 Add missing langgraph dependency
Build Agents Runtime / build (push) Has been cancelled Details
2026-06-28 14:47:57 -04:00
Deep Koluguri c5509cee7a Remove Temporal worker container to prevent crashlooping 2026-06-21 11:19:40 -04:00
Deep Koluguri 84b9571d9f Bypass Temporal for direct agent execution
Build Agents Runtime / build (push) Successful in 4m17s Details
2026-06-21 11:16:03 -04:00
Deep Koluguri 31576a1feb Fix langchain import by using langgraph prebuilt agent
Build Agents Runtime / build (push) Successful in 4m12s Details
2026-06-19 16:33:15 -04:00
Deep Koluguri 3982af34fd Implement bi-directional whatsapp agent API
Build Agents Runtime / build (push) Successful in 4m40s Details
2026-06-19 15:33:43 -04:00
Deep Koluguri 5989c730ae feat: Add local WhatsApp Web gateway routing
Build Agents Runtime / build (push) Successful in 2m49s Details
2026-05-28 23:37:30 -04:00
Deep Koluguri f9e8786921 Revamp booking flow
Build Agents Runtime / build (push) Successful in 2m58s Details
2026-05-26 21:51:50 -04:00
Deep Koluguri 871d341161 Update reply_message pydantic description
Build Agents Runtime / build (push) Successful in 3m8s Details
2026-05-26 21:24:40 -04:00
Deep Koluguri 3f48ad638f Fix pydantic json error
Build Agents Runtime / build (push) Successful in 3m7s Details
2026-05-26 21:05:59 -04:00
Deep Koluguri b0598ff0e1 Log Claude response
Build Agents Runtime / build (push) Successful in 3m4s Details
2026-05-26 20:37:09 -04:00
Deep Koluguri 291d444a60 Upgrade Temporal agent to Claude 3 Haiku for WhatsApp booking
Build Agents Runtime / build (push) Successful in 3m2s Details
2026-05-26 18:53:17 -04:00
Deep Koluguri 6df7a23d57 Fix: Enforce JSON mode for Ollama and add Temporal RetryPolicy
Build Agents Runtime / build (push) Successful in 2m6s Details
2026-05-23 09:50:58 -04:00
Deep Koluguri 3c5d08933e fix: add missing pydantic imports
Build Agents Runtime / build (push) Successful in 2m3s Details
2026-05-23 00:19:07 -04:00
Deep Koluguri cef0d330bf feat: add appointment booking whatsapp agent
Build Agents Runtime / build (push) Successful in 2m6s Details
2026-05-23 00:06:25 -04:00
Deep Koluguri 65f0b96fa4 feat: add twilio whatsapp integration
Build Agents Runtime / build (push) Successful in 1m59s Details
2026-05-22 23:53:54 -04:00
Deep Koluguri fe73cad4e8 feat: add get_alerts query to LabResultWatcherWorkflow
Build Agents Runtime / build (push) Successful in 1m26s Details
2026-05-22 22:35:38 -04:00
Deep Koluguri a3b214855d feat: integrate postgres database to save clinical notes
Build Agents Runtime / build (push) Successful in 1m25s Details
2026-05-22 22:04:07 -04:00
Deep Koluguri dbd68fc529 fix: enforce strict JSON output in LLM prompts
Build Agents Runtime / build (push) Successful in 1m14s Details
2026-05-22 21:17:36 -04:00
Deep Koluguri 571c0b0eaa feat: Add Lab Result Anomaly Watcher
Build Agents Runtime / build (push) Successful in 1m26s Details
2026-05-22 20:49:53 -04:00
Deep Koluguri 9e05d3f68c trigger CI/CD again
Build Agents Runtime / build (push) Successful in 3m32s Details
2026-05-22 20:43:14 -04:00
Deep Koluguri e0f2451b08 trigger CI/CD 2026-05-22 20:36:01 -04:00
Deep Koluguri c3de706fe9 fix: kustomization path 2026-05-22 20:33:16 -04:00
Deep Koluguri 6436db475d feat: Add CuraFlow AI Scribe and Coder agents 2026-05-22 20:27:25 -04:00
Deep Koluguri a9303b0f74 Initial commit: Kaniko CI/CD pipeline and Kustomize base 2026-05-21 23:00:54 -04:00