[PR #36] [CLOSED] Updating code #38

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

📋 Pull Request Information

Original PR: https://github.com/neural-maze/ava-whatsapp-agent-course/pull/36
Author: @eherrador
Created: 6/18/2025
Status: Closed

Base: mainHead: updating-code


📝 Commits (4)

  • c83430e Update README.md
  • 8011ab3 Ajustando código para el WhatsApp Response
  • 9846cf1 Prompts and schedules have been redefined + Vector size is calculated from the embedding size
  • 057b544 minimal chages

📊 Changes

10 files changed (+8516 additions, -172 deletions)

View changed files

📝 README.md (+2 -2)
notebooks/upload_dataset.ipynb (+8208 -0)
📝 src/ai_companion/core/prompts.py (+98 -50)
📝 src/ai_companion/core/schedules.py (+47 -87)
📝 src/ai_companion/graph/nodes.py (+4 -4)
📝 src/ai_companion/graph/state.py (+2 -2)
📝 src/ai_companion/graph/utils/chains.py (+3 -3)
📝 src/ai_companion/interfaces/whatsapp/whatsapp_response.py (+146 -20)
📝 src/ai_companion/modules/memory/long_term/vector_store.py (+4 -2)
📝 src/ai_companion/modules/schedules/context_generation.py (+2 -2)

📄 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/36 **Author:** [@eherrador](https://github.com/eherrador) **Created:** 6/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `updating-code` --- ### 📝 Commits (4) - [`c83430e`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/c83430e8fdbe9bf11967d5bf961b41ad9284f6c2) Update README.md - [`8011ab3`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/8011ab3998c91b6a3c95031200b5eae140ab4bdc) Ajustando código para el WhatsApp Response - [`9846cf1`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/9846cf1c0bb30778a15570b230b3cf9fff58da07) Prompts and schedules have been redefined + Vector size is calculated from the embedding size - [`057b544`](https://github.com/neural-maze/ava-whatsapp-agent-course/commit/057b544c9cc936eef8d4af61a9ff44cb0c8c62ba) minimal chages ### 📊 Changes **10 files changed** (+8516 additions, -172 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) ➕ `notebooks/upload_dataset.ipynb` (+8208 -0) 📝 `src/ai_companion/core/prompts.py` (+98 -50) 📝 `src/ai_companion/core/schedules.py` (+47 -87) 📝 `src/ai_companion/graph/nodes.py` (+4 -4) 📝 `src/ai_companion/graph/state.py` (+2 -2) 📝 `src/ai_companion/graph/utils/chains.py` (+3 -3) 📝 `src/ai_companion/interfaces/whatsapp/whatsapp_response.py` (+146 -20) 📝 `src/ai_companion/modules/memory/long_term/vector_store.py` (+4 -2) 📝 `src/ai_companion/modules/schedules/context_generation.py` (+2 -2) </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 closed this issue 2026-03-03 16:41:28 +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#38
No description provided.