> ## Documentation Index
> Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> Conversational agent integration via Telegram, Slack, and Subway

[OpenClaw](https://github.com/openclaw/openclaw) provides conversational agent interfaces. TENET integrates with OpenClaw for:

* **Telegram bot** — Conversational interface to your project
* **Nightly cron** — OpenClaw's cron system triggers `tenet 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

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