[PR #2] [MERGED] run ruff #8

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

📋 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: mainHead: delete-nodes-legacy


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/neural-maze/ava-whatsapp-agent-course/pull/2 **Author:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@MichaelisTrofficus](https://github.com/MichaelisTrofficus) **Base:** `main` ← **Head:** `delete-nodes-legacy` --- ### 📝 Commits (2) - [`de0a124`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/de0a124db8f670eabe89f4950c255539226fecc5) add precommit yaml - [`ad3c734`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/ad3c734d96ca98f8b0c7b8174ed4146e250189ba) run ruff ### 📊 Changes **21 files changed** (+314 additions, -298 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </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:18 +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#8
No description provided.