mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-05-06 08:40:19 +03:00
[PR #25] [MERGED] Fix/general format #30
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#30
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/25
Author: @MichaelisTrofficus
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @MichaelisTrofficus
Base:
main← Head:fix/general-format📝 Commits (4)
b3d5385fix: format issues6f638d7fix: linting errorsc9e9eb1fix: remove E203 from ignorec2e13e4fix: format checks📊 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.