Search papers, labs, and topics across Lattice.
This paper introduces ECHO, a locally-deployable conversational health assistant designed for chronic care management, integrating a chatbot, safety mechanisms, and a speech assessment module. ECHO utilizes a ReAct loop and a temporal knowledge graph, achieving a 94.9% tool-execution pass rate on a benchmark with GPT-5 Mini, while its hybrid safety layer effectively manages crisis signals and boundary cases with high accuracy. The multimodal speech assessment component demonstrates robust performance in estimating emotional and health states, ensuring patient data privacy and compliance with regulations like GDPR.
ECHO achieves a remarkable 94.9% tool-execution pass rate while maintaining patient data privacy, setting a new standard for locally-deployable health assistants.
This paper presents ECHO (Enhanced Care \&Health Observer), a locally-deployable conversational health assistant for long-term chronic care management. ECHO integrates three complementary software modules developed under shared supervision as a unified system. The core module is an agentic chatbot built on a ReAct loop orchestrated via LangGraph, equipped with 17 clinical tools and a temporal knowledge graph for persistent cross-session memory; it achieves a 94.9\% tool-execution pass rate across a 59-scenario benchmark with GPT-5 Mini. A two-stage hybrid safety layer intercepts all incoming queries: a rule-based layer handles explicit crisis signals and jailbreak attempts in under 1ms, while a signed graph neural network (GNN) with APPNP-style propagation classifies boundary cases by clinical intent, achieving 88.8\% accuracy and 90.6\% unsafe recall on a 2,537-query annotated Turkish health dataset while outperforming zero-shot LLM baselines including Llama 3.3 70B. A multimodal speech assessment module combining Whisper acoustic encoding and BERT text encoding with cross-attention fusion estimates emotion, depression, and pain, reaching a mean macro F1 of 0.652. The full system is implemented as a web application that can run entirely on consumer hardware, with no patient data transmitted to external services, supporting compliance with GDPR and KVKK.