mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 06:31:11 +00:00
docs: normalize Title Case H2 headings to sentence case in recent files
This commit is contained in:
parent
c1ad8076a3
commit
1cf79803d7
3 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ This is the difference between telling your assistant "send the weekly report" e
|
|||
- You only get involved for exceptions and approvals
|
||||
- The agent fills idle time productively
|
||||
|
||||
## How They Work
|
||||
## How they work
|
||||
|
||||
Standing orders are defined in your [agent workspace](/concepts/agent-workspace) files. The recommended approach is to include them directly in `AGENTS.md` (which is auto-injected every session) so the agent always has them in context. For larger configurations, you can also place them in a dedicated file like `standing-orders.md` and reference it from `AGENTS.md`.
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ directories instead of under `src/agents/tools`, for example:
|
|||
- the Telegram plugin action runtime file
|
||||
- the WhatsApp plugin action runtime file
|
||||
|
||||
## Core Integration Flow
|
||||
## Core integration flow
|
||||
|
||||
### 1. Running an Embedded Agent
|
||||
|
||||
|
|
@ -285,7 +285,7 @@ export function splitSdkTools(options: { tools: AnyAgentTool[]; sandboxEnabled:
|
|||
|
||||
This ensures OpenClaw's policy filtering, sandbox integration, and extended toolset remain consistent across providers.
|
||||
|
||||
## System Prompt Construction
|
||||
## System prompt construction
|
||||
|
||||
The system prompt is built in `buildAgentSystemPrompt()` (`system-prompt.ts`). It assembles a full prompt with sections including Tooling, Tool Call Style, Safety guardrails, OpenClaw CLI reference, Skills, Docs, Workspace, Sandbox, Messaging, Reply Tags, Voice, Silent Replies, Heartbeats, Runtime metadata, plus Memory and Reactions when enabled, and optional context files and extra system prompt content. Sections are trimmed for minimal prompt mode used by subagents.
|
||||
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ OpenClaw scans for plugins in this order (first match wins):
|
|||
app-server plugin is selected by `embeddedHarness.runtime: "codex"` or legacy
|
||||
`codex/*` model refs
|
||||
|
||||
## Troubleshooting Runtime Hooks
|
||||
## Troubleshooting runtime hooks
|
||||
|
||||
If a plugin appears in `plugins list` but `register(api)` side effects or hooks
|
||||
do not run in live chat traffic, check these first:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue