[PR #9] [MERGED] add cloud run integration #15

Closed
opened 2026-03-03 16:41:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/neural-maze/ava-whatsapp-agent-course/pull/9
Author: @MichaelisTrofficus
Created: 2/3/2025
Status: Merged
Merged: 2/3/2025
Merged by: @MichaelisTrofficus

Base: mainHead: add-beam-integration


📝 Commits (1)

  • 82a5cb6 add cloud run integration

📊 Changes

18 files changed (+274 additions, -58 deletions)

View changed files

📝 .env.example (+1 -1)
📝 .gitignore (+3 -1)
📝 Dockerfile (+10 -1)
Dockerfile.chainlit (+39 -0)
Makefile (+0 -9)
📝 README.md (+1 -0)
cloudbuild.yaml (+23 -0)
📝 docker-compose.yml (+38 -5)
📝 pyproject.toml (+1 -1)
📝 src/ai_companion/interfaces/__init__.py (+0 -0)
📝 src/ai_companion/interfaces/chainlit/__init__.py (+0 -0)
📝 src/ai_companion/interfaces/chainlit/app.py (+0 -0)
src/ai_companion/interfaces/whatsapp/__init__.py (+0 -0)
src/ai_companion/interfaces/whatsapp/webhook_endpoint.py (+5 -0)
📝 src/ai_companion/interfaces/whatsapp/whatsapp_response.py (+28 -17)
📝 src/ai_companion/settings.py (+5 -2)
src/interfaces/fastapi_app.py (+0 -19)
📝 uv.lock (+120 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/neural-maze/ava-whatsapp-agent-course/pull/9 **Author:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Base:** `main` ← **Head:** `add-beam-integration` --- ### 📝 Commits (1) - [`82a5cb6`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/82a5cb62ea42f59097adb4162b31fbc40ed202c0) add cloud run integration ### 📊 Changes **18 files changed** (+274 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `.gitignore` (+3 -1) 📝 `Dockerfile` (+10 -1) ➕ `Dockerfile.chainlit` (+39 -0) ➖ `Makefile` (+0 -9) 📝 `README.md` (+1 -0) ➕ `cloudbuild.yaml` (+23 -0) 📝 `docker-compose.yml` (+38 -5) 📝 `pyproject.toml` (+1 -1) 📝 `src/ai_companion/interfaces/__init__.py` (+0 -0) 📝 `src/ai_companion/interfaces/chainlit/__init__.py` (+0 -0) 📝 `src/ai_companion/interfaces/chainlit/app.py` (+0 -0) ➕ `src/ai_companion/interfaces/whatsapp/__init__.py` (+0 -0) ➕ `src/ai_companion/interfaces/whatsapp/webhook_endpoint.py` (+5 -0) 📝 `src/ai_companion/interfaces/whatsapp/whatsapp_response.py` (+28 -17) 📝 `src/ai_companion/settings.py` (+5 -2) ➖ `src/interfaces/fastapi_app.py` (+0 -19) 📝 `uv.lock` (+120 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:41:19 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ava-whatsapp-agent-course#15
No description provided.