mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-05-06 08:40:19 +03:00
[PR #3] [MERGED] Image to Text Module, WhatsApp handler adapted to LangGraph & Docker support #9
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#9
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/3
Author: @jesuscopado
Created: 1/3/2025
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @jesuscopado
Base:
main← Head:jesuscopado/image-to-text📝 Commits (10+)
080f06bImproved character card prompt, added communication style section to focus on how the messages should be and gave context about physical body in the scenario section6e73587Image to text module working on chainlit interface using llama 3.2 via groq3c0b111Updated elevenlabs model to use newer 2.5 flash modelebcd764Ruff formatting49845a9Added Docker support with Dockerfile and docker-compose.yml; update FastAPI mount path5cf072bFixed Pylance formatting issue, Literal cannot be a variable7635383Updated session management using chainlit session_id as thread_id in langgraph. Refactored chainlit_app to use global instances for modules.5ec85b1Refactored WhatsApp response adapting to new langgraph agentb1604c8Improved the image generation logic and prompt to utilize the last five messages for context2aa53c1Improved router prompt with more explicit rules and examples📊 Changes
16 files changed (+403 additions, -170 deletions)
View changed files
📝
.gitignore(+1 -1)➕
Dockerfile(+30 -0)➕
docker-compose.yml(+11 -0)📝
src/.chainlit/config.toml(+1 -1)📝
src/ai_companion/core/exceptions.py(+6 -0)📝
src/ai_companion/core/prompts.py(+75 -50)📝
src/ai_companion/graph/utils/edges.py(+1 -1)📝
src/ai_companion/graph/utils/helpers.py(+5 -0)📝
src/ai_companion/graph/utils/nodes.py(+11 -5)📝
src/ai_companion/modules/image/__init__.py(+4 -0)📝
src/ai_companion/modules/image/image_to_text.py(+105 -1)📝
src/ai_companion/modules/image/text_to_image.py(+18 -15)📝
src/ai_companion/settings.py(+2 -1)📝
src/interfaces/chainlit_app.py(+43 -18)📝
src/interfaces/fastapi_app.py(+1 -1)📝
src/interfaces/whatsapp_response.py(+89 -76)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.