惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
L
LangChain Blog
C
Check Point Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
美团技术团队
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog
G
Google Developers Blog
The Cloudflare Blog
P
Proofpoint News Feed

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: drop in-body H1s and typography hygiene across 4 pa...
vincentkoc · 2026-05-06 · via Recent Commits to openclaw:main

@@ -5,7 +5,7 @@ read_when: "You want an agent with its own identity that acts on behalf of human

55

status: active

66

---

778-

Goal: run OpenClaw as a **named delegate** an agent with its own identity that acts "on behalf of" people in an organization. The agent never impersonates a human. It sends, reads, and schedules under its own account with explicit delegation permissions.

8+

Goal: run OpenClaw as a **named delegate** - an agent with its own identity that acts "on behalf of" people in an organization. The agent never impersonates a human. It sends, reads, and schedules under its own account with explicit delegation permissions.

991010

This extends [Multi-Agent Routing](/concepts/multi-agent) from personal use into organizational deployments.

1111

@@ -14,15 +14,15 @@ This extends [Multi-Agent Routing](/concepts/multi-agent) from personal use into

1414

A **delegate** is an OpenClaw agent that:

15151616

- Has its **own identity** (email address, display name, calendar).

17-

- Acts **on behalf of** one or more humans never pretends to be them.

17+

- Acts **on behalf of** one or more humans - never pretends to be them.

1818

- Operates under **explicit permissions** granted by the organization's identity provider.

19-

- Follows **[standing orders](/automation/standing-orders)** rules defined in the agent's `AGENTS.md` that specify what it may do autonomously vs. what requires human approval (see [Cron Jobs](/automation/cron-jobs) for scheduled execution).

19+

- Follows **[standing orders](/automation/standing-orders)** - rules defined in the agent's `AGENTS.md` that specify what it may do autonomously vs. what requires human approval (see [Cron Jobs](/automation/cron-jobs) for scheduled execution).

20202121

The delegate model maps directly to how executive assistants work: they have their own credentials, send mail "on behalf of" their principal, and follow a defined scope of authority.

22222323

## Why delegates?

242425-

OpenClaw's default mode is a **personal assistant** one human, one agent. Delegates extend this to organizations:

25+

OpenClaw's default mode is a **personal assistant** - one human, one agent. Delegates extend this to organizations:

26262727

| Personal mode | Delegate mode |

2828

| --------------------------- | ---------------------------------------------- |

@@ -48,7 +48,7 @@ The delegate can **read** organizational data and **draft** messages for human r

4848

- Calendar: read events, surface conflicts, summarize the day.

4949

- Files: read shared documents, summarize content.

505051-

This tier requires only read permissions from the identity provider. The agent does not write to any mailbox or calendar drafts and proposals are delivered via chat for the human to act on.

51+

This tier requires only read permissions from the identity provider. The agent does not write to any mailbox or calendar - drafts and proposals are delivered via chat for the human to act on.

52525353

### Tier 2: Send on Behalf

5454

@@ -93,7 +93,7 @@ These rules load every session. They are the last line of defense regardless of

93939494

### Tool restrictions

959596-

Use per-agent tool policy (v2026.1.6+) to enforce boundaries at the Gateway level. This operates independently of the agent's personality files even if the agent is instructed to bypass its rules, the Gateway blocks the tool call:

96+

Use per-agent tool policy (v2026.1.6+) to enforce boundaries at the Gateway level. This operates independently of the agent's personality files - even if the agent is instructed to bypass its rules, the Gateway blocks the tool call:

97979898

```json5

9999

{

@@ -159,7 +159,7 @@ Configure the delegate's personality in its workspace files:

159159160160

### 2. Configure identity provider delegation

161161162-

The delegate needs its own account in your identity provider with explicit delegation permissions. **Apply the principle of least privilege** start with Tier 1 (read-only) and escalate only when the use case demands it.

162+

The delegate needs its own account in your identity provider with explicit delegation permissions. **Apply the principle of least privilege** - start with Tier 1 (read-only) and escalate only when the use case demands it.

163163164164

#### Microsoft 365

165165

@@ -286,7 +286,7 @@ A complete delegate configuration for an organizational assistant that handles e

286286

}

287287

```

288288289-

The delegate's `AGENTS.md` defines its autonomous authority what it may do without asking, what requires approval, and what is forbidden. [Cron Jobs](/automation/cron-jobs) drive its daily schedule.

289+

The delegate's `AGENTS.md` defines its autonomous authority - what it may do without asking, what requires approval, and what is forbidden. [Cron Jobs](/automation/cron-jobs) drive its daily schedule.

290290291291

If you grant `sessions_history`, remember it is a bounded, safety-filtered

292292

recall view. OpenClaw redacts credential/token-like text, truncates long

@@ -304,13 +304,13 @@ instead of returning a raw transcript dump.

304304

The delegate model works for any small organization:

305305306306

1. **Create one delegate agent** per organization.

307-

2. **Harden first** tool restrictions, sandbox, hard blocks, audit trail.

307+

2. **Harden first** - tool restrictions, sandbox, hard blocks, audit trail.

308308

3. **Grant scoped permissions** via the identity provider (least privilege).

309309

4. **Define [standing orders](/automation/standing-orders)** for autonomous operations.

310310

5. **Schedule cron jobs** for recurring tasks.

311311

6. **Review and adjust** the capability tier as trust builds.

312312313-

Multiple organizations can share one Gateway server using multi-agent routing each org gets its own isolated agent, workspace, and credentials.

313+

Multiple organizations can share one Gateway server using multi-agent routing - each org gets its own isolated agent, workspace, and credentials.

314314315315

## Related

316316