Skip to main content
OpenClaw provides conversational agent interfaces. TENET integrates with OpenClaw for:
  • Telegram bot (Cash) — Conversational interface to your project
  • Nightly cron — OpenClaw’s cron system triggers jfl peter daily
  • Subway mesh — OpenClaw agents communicate via the P2P relay

Setup

Install OpenClaw and configure channels in ~/.openclaw/openclaw.json. The nightly loop cron job runs TENET’s autonomous improvement cycle.

Nightly Cron

{
  "name": "nightly-loop",
  "schedule": { "kind": "cron", "expr": "0 2 * * *" },
  "payload": {
    "kind": "agentTurn",
    "message": "cd ~/project && jfl peter daily >> .jfl/nightly.log 2>&1"
  }
}