Documentation
README
Create Custom Routine
Guide the user through creating a new automated routine that runs on schedule via the EvoNexus scheduler.
What You're Building
A routine is a Python script in ADWs/routines/custom/ that runs on a schedule (daily, weekly, monthly, or interval). There are two types:
- AI routines — invoke Claude Code CLI with an agent to perform reasoning tasks (reports, analysis, decisions). Cost tokens and ~30-120s per run.
- Systematic routines — pure Python scripts that perform deterministic operations (API calls, file ops, data transforms). No AI, no tokens, no cost, ~1-5s per run.
Step 1: Understand the Task
This is the opening of the README. Read the full README on GitHub.