38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
---
|
||
title: "Health & Symptom Tracker"
|
||
type: source
|
||
tags: [AI Agent, OpenClaw, 健康管理]
|
||
date: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/health-symptom-tracker.md]]
|
||
|
||
## Summary
|
||
- **核心主题**:使用 AI Agent 自动追踪食物和症状,识别食物敏感度
|
||
- **问题域**:个人健康管理、食物敏感度检测
|
||
- **方法/机制**:Telegram 消息主题 + OpenClaw 解析日志 + Cron Jobs 定时提醒 + 模式分析
|
||
- **结论/价值**:将繁琐的手动记录转化为自动化工作流,AI 分析帮助发现潜在诱因
|
||
|
||
## Key Claims
|
||
- OpenClaw 通过 Telegram 主题自动解析食物和症状消息并记录时间戳
|
||
- 3 次/日定时提醒(早餐、午餐、晚餐)确保记录持续性
|
||
- 每周日自动分析一周数据,识别食物与症状的关联模式
|
||
|
||
## Key Quotes
|
||
> "Identifying food sensitivities requires consistent logging over time, which is tedious to maintain. You need reminders to log and analysis to spot patterns."
|
||
|
||
## Key Concepts
|
||
- [[Cron Jobs]]:Linux 定时任务调度机制,用于设置每日提醒
|
||
- [[上下文记忆]]:OpenClaw 追踪已知诱因并随着模式发现更新记忆的能力
|
||
|
||
## Key Entities
|
||
- [[OpenClaw]]:AI Agent 管理工具,执行消息解析、日志记录、提醒和分析任务
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← uses ← [[Telegram]]
|
||
- [[Cron Jobs]] ← schedules ← [[health-tracker reminders]]
|
||
- [[Health & Symptom Tracker]] ← enables ← [[食物敏感度检测]]
|
||
|
||
## Contradictions
|
||
(暂无) |