From faf81c55749bd995513ac0c273ce2ebaab95f14b Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 10:35:09 -0700 Subject: [PATCH] docs: clarify Pi agent core relationship in runtime boundaries --- docs/concepts/agent.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/concepts/agent.md b/docs/concepts/agent.md index 57aff200e04..e719c452643 100644 --- a/docs/concepts/agent.md +++ b/docs/concepts/agent.md @@ -65,7 +65,9 @@ Skills can be gated by config/env (see `skills` in [Gateway configuration](/gate ## Runtime boundaries -Session management, discovery, and tool wiring are OpenClaw-owned. +The embedded agent runtime is built on the Pi agent core (models, tools, and +prompt pipeline). Session management, discovery, tool wiring, and channel +delivery are OpenClaw-owned layers on top of that core. ## Sessions