Files
jarvis-memory/HEARTBEAT.md

35 lines
1.1 KiB
Markdown

# HEARTBEAT.md
# Keep this file empty (or with only comments) to skip heartbeat API calls.
# Add tasks below when you want the agent to check something periodically.
## Manual Redis Messaging Only
Redis connections are available for **manual use only** when explicitly requested.
No automatic checks or messaging on heartbeats.
### When User Requests:
- **Check agent messages:** I will manually run `notify_check.py`
- **Send message to Max:** I will manually publish to `agent-messages` stream
- **Check delayed notifications:** I will manually check the queue
### No Automatic Actions:
❌ Auto-checking Redis streams on heartbeat
❌ Auto-sending notifications from queue
❌ Auto-logging heartbeat timestamps
## Available Manual Commands
```bash
# Check for agent messages (Max)
cd /root/.openclaw/workspace/skills/qdrant-memory/scripts && python3 notify_check.py
# Send message to Max (manual only when requested)
redis-cli -h 10.0.0.36 XADD agent-messages * type user_message agent Kimi message "text"
```
## Future Tasks (add as needed)
# Email, calendar, or other periodic checks go here