DeepMedAI / backend /app /agents /explanation.py
PBThuong's picture
Thiết lập lại thư viện y khoa sạch và cập nhật chroma_db
8eaa451
Raw
History Blame Contribute Delete
323 Bytes
"""
MediGenius — agents/explanation.py
ExplanationAgent: reserved for future use (post-processing / explanation step).
"""
from app.core.state import AgentState
def ExplanationAgent(state: AgentState) -> AgentState:
"""Placeholder agent reserved for future explanation / post-processing logic."""
return state