Skip to main content
Esta página todavía está en inglés. La traducción al español está en progreso.

Makefile Reference

All available make commands. Run make help to see this list in your terminal.

Setup

Dashboard

Core Routines

These ship with the repo and run the essential daily loop:

Dynamic Routine Runner

Custom routines (user-specific, in ADWs/routines/custom/) are run via the dynamic runner. No hardcoded Makefile targets needed — routines are discovered automatically from script files.
Any script in ADWs/routines/ or ADWs/routines/custom/ is automatically discoverable. The routine ID is derived from the script name (e.g., financial_pulse.py becomes fin-pulse).

Combos

Servers & Channels

See Channels Guide for full setup instructions.

Backup & Restore

Backup captures: memory, agent-memory, workspace data, config, dashboard DB, logs, custom agents/commands/templates/routines, .env. Excludes reconstructible dirs (node_modules/, .venv/, dist/). Restore modes:
  • merge (default): only restore files that don’t exist locally
  • replace: overwrite everything with backup versions
S3 requires BACKUP_S3_BUCKET in .env and boto3 installed (uv add boto3).

Observability

Docker (VPS Deployment)

Agent Teams (Experimental)

Parallel multi-agent versions of consolidation routines. Higher token cost (~3-5x), faster execution.

Help