moadim 1.7.4

Loop engine for AI agents — routines over REST, MCP, and a built-in web UI
1
2
3
4
5
6
7
8
9
10
11
12
#:schema ./routine.schema.json

schedule = "30 9 * * 1-5"
title    = "My routine"
agent    = "claude"
prompt   = "Describe the task for the agent here."
enabled  = true

# Repositories listed to the agent as prompt context (optional).
# [[repositories]]
# repository = "https://github.com/owner/repo"
# branch     = "main"