Files
hermes-config/cron/jobs.json
Alexander Whitestone 11cc14d707 init: Hermes config, skills, memories, cron
Sovereign backup of all Hermes Agent configuration and data.
Excludes: secrets, auth tokens, sessions, caches, code (separate repo).

Tracked:
- config.yaml (model, fallback chain, toolsets, display prefs)
- SOUL.md (Timmy personality charter)
- memories/ (persistent MEMORY.md + USER.md)
- skills/ (371 files — full skill library)
- cron/jobs.json (scheduled tasks)
- channel_directory.json (platform channels)
- hooks/ (custom hooks)
2026-03-14 14:42:33 -04:00

28 lines
1.3 KiB
JSON

{
"jobs": [
{
"id": "cdbc59715416",
"name": "You are my personal status heartbeat agent. Every",
"prompt": "You are my personal status heartbeat agent. Every 5 minutes:\n\n1. Check system status and recent activity\n2. Review any pending tasks or processes\n3. Scan for system health indicators\n4. If there's notable activity or issues to report, generate a brief update\n\nKeep responses concise - aim for bullet points when there's information to share.\nIf everything is stable with no new events, remain silent and just continue the heartbeat cycle.\n\nYou'll run in a fresh session each time, so make sure your status check is self-contained. No context from previous runs.",
"schedule": {
"kind": "once",
"run_at": "2026-03-11T15:41:23.605388-04:00",
"display": "once in 5m"
},
"schedule_display": "once in 5m",
"repeat": {
"times": 316,
"completed": 1
},
"enabled": false,
"created_at": "2026-03-11T15:36:23.605739-04:00",
"next_run_at": null,
"last_run_at": "2026-03-11T15:45:56.077465-04:00",
"last_status": "ok",
"last_error": null,
"deliver": "local",
"origin": null
}
],
"updated_at": "2026-03-12T23:22:20.287416-04:00"
}