Skip to content

Commit 4473926

Browse files
fix: improve alignment in example workflow section of README
1 parent 360a754 commit 4473926

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ OpenClaw is the execution plane — agents run, remember, and act on your infras
108108
```
109109
Example: Scheduled daily briefing
110110
111-
Relay (you define) OpenClaw (it executes)
112-
────────────────── ──────────────────────
113-
Create schedule: "Daily 8am" ──── Stores schedule
114-
Set connectors: Slack + Notion Cron fires at 8am
115-
Agent reads project files
116-
Pulls Slack threads & Notion pages
117-
Calls LLM (your model choice)
118-
Writes briefing to memory
119-
Briefing appears in Relay ◄────── Returns deliverable
111+
Relay (you define) OpenClaw (it executes)
112+
────────────────── ──────────────────────
113+
Create schedule: "Daily 8am" ──────► Stores schedule
114+
Set connectors: Slack + Notion Cron fires at 8am
115+
Agent reads project files
116+
Pulls Slack threads & Notion pages
117+
Calls LLM (your model choice)
118+
Writes briefing to memory
119+
Briefing appears in Relay ◄────── Returns deliverable
120120
You review, approve, or redirect
121121
Full audit trail exported
122122
```

0 commit comments

Comments
 (0)