mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-05-04 07:50:43 +03:00
[PR #9] [MERGED] add cloud run integration #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-beam-integration📝 Commits (1)
82a5cb6add 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.