docs: tighten passive voice and hedging on context-engine, xai, anthropic, building-plugins

This commit is contained in:
Vincent Koc
2026-04-23 15:50:43 -07:00
parent c72329a1bb
commit c843c5b4ac
4 changed files with 12 additions and 9 deletions

View File

@@ -7,12 +7,13 @@ read_when:
title: "Context engine"
---
A **context engine** controls how OpenClaw builds model context for each run.
It decides which messages to include, how to summarize older history, and how
to manage context across subagent boundaries.
A **context engine** controls how OpenClaw builds model context for each run:
which messages to include, how to summarize older history, and how to manage
context across subagent boundaries.
OpenClaw ships with a built-in `legacy` engine. Plugins can register
alternative engines that replace the active context-engine lifecycle.
OpenClaw ships with a built-in `legacy` engine and uses it by default — most
users never need to change this. Install and select a plugin engine only when
you want different assembly, compaction, or cross-session recall behavior.
## Quick start