[PR #25] [MERGED] Fix/general format #30

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

📋 Pull Request Information

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

Base: mainHead: fix/general-format


📝 Commits (4)

📊 Changes

20 files changed (+122 additions, -170 deletions)

View changed files

📝 Makefile (+16 -0)
📝 pyproject.toml (+15 -0)
📝 src/ai_companion/core/prompts.py (+8 -8)
📝 src/ai_companion/graph/edges.py (+3 -3)
📝 src/ai_companion/graph/graph.py (+4 -6)
📝 src/ai_companion/graph/nodes.py (+7 -14)
📝 src/ai_companion/graph/utils/chains.py (+1 -3)
📝 src/ai_companion/graph/utils/helpers.py (+2 -2)
📝 src/ai_companion/interfaces/chainlit/app.py (+6 -19)
📝 src/ai_companion/interfaces/whatsapp/webhook_endpoint.py (+1 -0)
📝 src/ai_companion/interfaces/whatsapp/whatsapp_response.py (+4 -13)
📝 src/ai_companion/modules/image/image_to_text.py (+7 -13)
📝 src/ai_companion/modules/image/text_to_image.py (+7 -16)
📝 src/ai_companion/modules/memory/long_term/memory_manager.py (+6 -13)
📝 src/ai_companion/modules/memory/long_term/vector_store.py (+6 -11)
📝 src/ai_companion/modules/schedules/context_generation.py (+4 -4)
📝 src/ai_companion/modules/speech/speech_to_text.py (+3 -8)
📝 src/ai_companion/modules/speech/text_to_speech.py (+3 -7)
📝 src/ai_companion/settings.py (+1 -3)
📝 uv.lock (+18 -27)

📄 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/25 **Author:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Base:** `main` ← **Head:** `fix/general-format` --- ### 📝 Commits (4) - [`b3d5385`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/b3d538553519b532830c2ae9dc9fdf0fb2e50ec8) fix: format issues - [`6f638d7`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/6f638d71d448f1c660cece7447f5d195934c7b29) fix: linting errors - [`c9e9eb1`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/c9e9eb134e29fa734747e50e7c579d5564836337) fix: remove E203 from ignore - [`c2e13e4`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/c2e13e44d7d73e3ad9854d46d783716f0b2375b0) fix: format checks ### 📊 Changes **20 files changed** (+122 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+16 -0) 📝 `pyproject.toml` (+15 -0) 📝 `src/ai_companion/core/prompts.py` (+8 -8) 📝 `src/ai_companion/graph/edges.py` (+3 -3) 📝 `src/ai_companion/graph/graph.py` (+4 -6) 📝 `src/ai_companion/graph/nodes.py` (+7 -14) 📝 `src/ai_companion/graph/utils/chains.py` (+1 -3) 📝 `src/ai_companion/graph/utils/helpers.py` (+2 -2) 📝 `src/ai_companion/interfaces/chainlit/app.py` (+6 -19) 📝 `src/ai_companion/interfaces/whatsapp/webhook_endpoint.py` (+1 -0) 📝 `src/ai_companion/interfaces/whatsapp/whatsapp_response.py` (+4 -13) 📝 `src/ai_companion/modules/image/image_to_text.py` (+7 -13) 📝 `src/ai_companion/modules/image/text_to_image.py` (+7 -16) 📝 `src/ai_companion/modules/memory/long_term/memory_manager.py` (+6 -13) 📝 `src/ai_companion/modules/memory/long_term/vector_store.py` (+6 -11) 📝 `src/ai_companion/modules/schedules/context_generation.py` (+4 -4) 📝 `src/ai_companion/modules/speech/speech_to_text.py` (+3 -8) 📝 `src/ai_companion/modules/speech/text_to_speech.py` (+3 -7) 📝 `src/ai_companion/settings.py` (+1 -3) 📝 `uv.lock` (+18 -27) </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:24 +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#30
No description provided.