mobius 0.9.2

A small, modular Rust framework for building coding agents
Documentation
[manifest]
label = "Scheduling"
description = "Schedule recurring agent work"

[command]
arguments = "[new [task]|list|reschedule <id> <schedule>|delete <id>|run <id>|history [id]]"
description = "Create or manage scheduled tasks"

[prompt]
main = "Use `schedule_task` only during an explicit recurring-task setup. During setup, ask only for missing task or timing details, then call it once with standalone task instructions and a five-field cron expression in the host's local time. Outside explicit setup, never call it."

[render]
schedule = "Schedule"

[tool.schedule_task]
description = "Save the recurring task confirmed during explicit setup."

[tool.schedule_task.parameter.task]
description = "Complete standalone task instructions in Markdown."

[tool.schedule_task.parameter.schedule]
description = "Five-field cron expression evaluated in the host's local time."