Part of the Agent migration epic. Owner: Jack.
Goal
Move calendar assignment extraction onto the existing syllabus_extraction agent instead of a raw Gemini JSON call.
Remaining call site
backend/services/calendar_service.py:73 — call_gemini_json(prompt)
Acceptance
Part of the Agent migration epic. Owner: Jack.
Goal
Move calendar assignment extraction onto the existing
syllabus_extractionagent instead of a raw Gemini JSON call.Remaining call site
backend/services/calendar_service.py:73—call_gemini_json(prompt)Acceptance
calendar_serviceextracts assignments via the agent; nocall_gemini_jsonimport remains there.notesat the write boundary (ties into [P1] Encryption boundary leaks: unencrypted assignment-notes write + ciphertext in API responses #126 / audit finding Add landing page with liquid glass effects #4 — don't reintroduce plaintext).