AOSSIE-Org / AOSSIE-Org/BabyNest
[Architecture/Bug] AI Agent Missing Handlers for Medication and Blood Pressure Tracking
- 主要語言
- JavaScript
- 星號
- 56
- 分支
- 124
- PR 合併指標
- 30 天內沒有已合併 PR
描述
While auditing the codebase, I identified a significant gap between the API routes and the AI Agent's capabilities.
The Problem: Manual routes for medicine.py and blood_pressure.py exist in the Backend/routes/ folder, but corresponding intent handlers are missing in Backend/agent/handlers/.
Impact: The AI Chatbot fails to process or log any medication or blood pressure-related queries, even though the database schema supports them.
Proposed Fix:
1.Create medicine.py and blood_pressure.py handlers in the agent/handlers/ directory.
2.Register these new handlers in the dispatch_intent dictionary within agent.py.
I would like to work on this. Please assign it to me.
Caption: "Consistency Issue: Routes exist for medicine and BP, but AI handlers are missing."
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。