English

A Self-Evolving Agent for Longitudinal Personal Health Management

Artificial Intelligence 2026-07-15 v1

Abstract

Personal health management unfolds over repeated encounters, yet most health AI systems treat each request in isolation. We developed HealthClaw, an open-source agent architecture that updates support as a person's routines, preferences, measurements and risks change. It separates shared safety rules and medical knowledge from private longitudinal memory containing profile facts, reusable procedures and episodic traces. After each episode, induction determines what should update the profile, revise a procedure, remain episodic or be excluded. We evaluated HealthClaw with a synthetic year-long benchmark and nine 200-case biomedical tasks. Across 900 longitudinal support probes, answer accuracy increased from 0.2% with current-query prompting to 45.7% with HealthClaw, while prompt-side context exposure was 71.7% lower than with full-history prompting. In 100 privacy probes, HealthClaw produced higher privacy-aware answer quality and fewer unsafe disclosures than both baselines. Across the biomedical tasks, the mean absolute gain in the task-specific primary metric was 27.0 percentage points, and seven gains remained significant after false-discovery-rate correction. These offline benchmarks support governed, self-evolving memory for longitudinal personal health agents, although clinical effectiveness requires prospective evaluation. HealthClaw is publicly available at https://github.com/HC-Guo/HealthClaw.

Keywords

Cite

@article{arxiv.2607.13940,
  title  = {A Self-Evolving Agent for Longitudinal Personal Health Management},
  author = {Haoran Li and Jiebi Deng and Tong Jin and Jinghong Han and Yuxin Wang and Zexin Wang and Qingyi Si and Weikang Gong and Xiahai Zhuang and Jia You and Wei Cheng and Jianfeng Feng and Hongcheng Guo},
  journal= {arXiv preprint arXiv:2607.13940},
  year   = {2026}
}

Comments

20 pages, 4 figures, 6 supplementary tables. Code: https://github.com/HC-Guo/HealthClaw