From ed286078d68a85b21dff233e44fae375c440d810 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 23 Apr 2026 20:36:40 -0700 Subject: [PATCH] docs(concepts): expand agent runtime opening with contract orientation --- docs/concepts/agent.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/concepts/agent.md b/docs/concepts/agent.md index cbd3382c359..264359cdfe7 100644 --- a/docs/concepts/agent.md +++ b/docs/concepts/agent.md @@ -5,7 +5,10 @@ read_when: title: "Agent runtime" --- -OpenClaw runs a single embedded agent runtime. +OpenClaw runs a **single embedded agent runtime** — one agent process per +Gateway, with its own workspace, bootstrap files, and session store. This page +covers that runtime contract: what the workspace must contain, which files get +injected, and how sessions bootstrap against it. ## Workspace (required)