AOSSIE-Org / AOSSIE-Org/BabyNest
[Architecture/Bug] AI Agent Missing Handlers for Medication and Blood Pressure Tracking
- 主要语言
- JavaScript
- 星标
- 56
- 派生
- 123
- 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 还没有评估数据。