mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-04-27 20:45:50 +03:00
[PR #2] [MERGED] run ruff #8
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#8
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/2
Author: @MichaelisTrofficus
Created: 1/2/2025
Status: ✅ Merged
Merged: 1/2/2025
Merged by: @MichaelisTrofficus
Base:
main← Head:delete-nodes-legacy📝 Commits (2)
de0a124add precommit yamlad3c734run ruff📊 Changes
21 files changed (+314 additions, -298 deletions)
View changed files
➕
.pre-commit-config.yaml(+7 -0)📝
pyproject.toml(+1 -0)📝
src/ai_companion/core/exceptions.py(+6 -1)📝
src/ai_companion/core/prompts.py(+1 -1)📝
src/ai_companion/core/schedules.py(+8 -85)📝
src/ai_companion/graph/agent.py(+16 -9)➖
src/ai_companion/graph/nodes.py(+0 -75)📝
src/ai_companion/graph/utils/chains.py(+17 -16)📝
src/ai_companion/graph/utils/edges.py(+13 -7)📝
src/ai_companion/graph/utils/helpers.py(+7 -3)📝
src/ai_companion/graph/utils/nodes.py(+37 -23)📝
src/ai_companion/graph/utils/state.py(+4 -4)📝
src/ai_companion/modules/image/text_to_image.py(+23 -9)📝
src/ai_companion/modules/schedules/context_generation.py(+21 -20)📝
src/ai_companion/modules/speech/speech_to_text.py(+14 -10)📝
src/ai_companion/modules/speech/text_to_speech.py(+15 -11)📝
src/ai_companion/settings.py(+6 -4)➕
src/chainlit.md(+14 -0)📝
src/interfaces/chainlit_app.py(+21 -18)📝
src/interfaces/whatsapp_response.py(+6 -2)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.