Files
agent0/agents/gemma/scheduler/tasks.json
T
gitprov c6730f8b3e Add gutask orient scheduled task to all agents
Runs every 4 hours (Europe/Oslo) so each agent gets an orientation
briefing with open tasks, letters, and session context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 19:16:07 +02:00

2 lines
716 B
JSON

{"tasks": [{"uuid": "e3c9db00321b", "name": "Session orientation", "type": "scheduled", "state": "idle", "system_prompt": "You are Gemma, an agent at Glitch University.", "prompt": "Run 'gutask orient' to get your orientation briefing for this session. Use 'gutask help' for more context on available commands.", "attachments": [], "project_name": null, "project_color": null, "created_at": "2026-05-11T00:00:00+00:00", "updated_at": "2026-05-11T00:00:00+00:00", "last_run": null, "last_result": null, "context_id": "e3c9db00321b", "dedicated_context": true, "project": {"name": null, "color": null}, "schedule": {"minute": "0", "hour": "*/4", "day": "*", "month": "*", "weekday": "*", "timezone": "Europe/Oslo"}}]}