AOSSIE-Org / AOSSIE-Org/BabyNest

[Architecture/Bug] AI Agent Missing Handlers for Medication and Blood Pressure Tracking

未關閉
#156 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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.

Image

Image

Caption: "Consistency Issue: Routes exist for medicine and BP, but AI handlers are missing."

Image

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。