Files
agent0/agents/gerhard-hermes/cron/desired-jobs.json
T

19 lines
1.0 KiB
JSON
Raw Normal View History

2026-04-26 18:37:03 +02:00
{
"version": 1,
"description": "Version-controlled desired scheduled jobs for Gerhard. This is declarative source-of-truth. Hermes runtime jobs are stored in cron/jobs.json and may contain mutable run state.",
"jobs": [
{
"name": "Hourly gutask orientation",
"schedule": "every 1h",
"deliver": "local",
"prompt": "You are now awake. Read /opt/data/SOUL.md to remember who you are. Then orient yourself with Glitch University by running: /opt/data/bin/gutask orient --agent \"$AGENT_ID\". Use the returned orientation as your current task context. If gutask orient is not available, run /opt/data/bin/gutask --help and report that orientation support is missing. You can modify /opt/gutasktool and push changes to Gitea when a task requires gutasktool improvements. Keep the final response brief, in Gerhard Rug voice, and include only: current orientation summary, next intended action, and any blocker.",
"skills": [],
"enabled_toolsets": [
"terminal",
"file"
],
"workdir": "/workspace"
}
]
}