Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
matana978 2026-03-18 03:05:13 +02:00 committed by GitHub
parent e34cb9a0e1
commit 9d69edff92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
GitHub Actions (CI trigger) GitHub Actions (CI trigger)
worker.py ← agent ראשי שמושך משימות ומבצע Worker agent entrypoint ← הסקריפט הראשי שמושך משימות ומבצע
├── שולף מ-task_queue (Supabase) ├── שולף מ-task_queue (Supabase)
├── כותב תוצאות ל-agent_memory (Supabase) ├── כותב תוצאות ל-agent_memory (Supabase)
@ -25,7 +25,7 @@ GitHub Actions (CI trigger)
| רכיב | תפקיד | | רכיב | תפקיד |
|------|--------| |------|--------|
| `worker.py` | Agent ראשי — שולף משימות מה-queue ומבצע | | Worker agent (entrypoint) | Agent ראשי — שולף משימות מה-queue ומבצע (שם הקובץ בפועל תלוי במימוש/רפו, למשל `main.py` או סקריפט אחר) |
| `GitHub Actions` | Trigger לריצת workers (scheduled / event-driven) | | `GitHub Actions` | Trigger לריצת workers (scheduled / event-driven) |
| `Supabase` | Backend מרכזי — DB + Auth + Realtime | | `Supabase` | Backend מרכזי — DB + Auth + Realtime |