Integrate Ollama for heartbeats and routine tasks - local LLM for zero cost

This commit is contained in:
Jarvis
2026-02-05 10:29:35 -07:00
parent 6d30ab62d1
commit dc40242efc
5 changed files with 109 additions and 16 deletions

View File

@@ -0,0 +1,25 @@
# HEARTBEAT.md - Periodic Checks
These tasks run when you send a heartbeat. Use Ollama for routine work.
## File Organization
- Check workspace for new files that need categorizing
- Review memory/ directory — any logs that should be consolidated into MEMORY.md?
- Verify git status — any uncommitted changes that should be tracked?
**Model:** Use ollama for this
## System Health
- Check if budget-tracker.json needs updating
- Verify cron jobs are still enabled
- Check for any error files or logs
**Model:** Use ollama for this
## When to Alert Me
- Budget spent exceeds 75% ($15)
- Cron job failed
- Uncommitted important changes in workspace
- Memory files growing too large
Otherwise reply with HEARTBEAT_OK.