Last used: 2026-03-24
Memory references: 1
Status: Active
An autonomous monitoring agent pattern: watch a system, detect changes, write findings, alert when thresholds are crossed. Runs on a schedule (LaunchAgent or cron) without human intervention.
API Endpoint → Poll → Detect Changes → Write FINDINGS.md
→ Write OUTBOX.md (for orchestrator)
→ Write ALERT_TELEGRAM.md (urgent)
Configurable, but the reference implementation tracks:
| File | Urgency | Who Reads It |
|---|---|---|
| --- | --- | --- |
FINDINGS.md | Low | Background knowledge |
OUTBOX.md | Medium | Orchestrator on next heartbeat |
ALERT_TELEGRAM.md | High | Sent immediately, then deleted |
scripts/analyst_agent.py — Reference watchdog implementation共 2 个版本