docs: drop parenthetical H1s across gateway, channels, providers, concepts, and reference pages

This commit is contained in:
Vincent Koc
2026-04-24 10:49:23 -07:00
parent a155b84cda
commit 1042b893f6
28 changed files with 0 additions and 56 deletions

View File

@@ -6,8 +6,6 @@ read_when:
title: "Agent loop"
---
# Agent Loop (OpenClaw)
An agentic loop is the full “real” run of an agent: intake → context assembly → model inference →
tool execution → streaming replies → persistence. Its the authoritative path that turns a message
into actions and a final reply, while keeping session state consistent.