Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/howto/exec-strategy-patterns.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# OpenClaw Exec 權限策略模式

## 為什麼需要這篇
Expand Down
5 changes: 5 additions & 0 deletions docs/node-delegation-arch.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# Node Delegation Architecture

OpenClaw Gateway 作為控制平面,將 ACP 任務派發到遠端的 OpenClaw Node,由 Node 在本機執行 coding CLI(Claude Code、Kiro CLI 等)。
Expand Down
5 changes: 5 additions & 0 deletions docs/telegram-streaming.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# Telegram 串流輸出機制

> OpenClaw 如何實現 Telegram Bot 的動態回覆體驗
Expand Down
5 changes: 5 additions & 0 deletions usecases/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

last_validated: 2026-04-07
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看到這段新增內容,想確認:此欄位/描述是否已在 repo 的文件規範(schema/README)中定義?若是 frontmatter schema 的一部分,建議補上來源或連結,避免後續各文件自行發散。

validated_by: Chloe
---

# Use Cases

Real-world OpenClaw deployment scenarios, integration guides, and practical configurations.
Expand Down
5 changes: 5 additions & 0 deletions usecases/agent-security-framework.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# 代理人自主安全框架:當 Agent 需要保護自己和使用者

> 一份實戰指南,說明持久化 Agent 如何從自身角度設計安全規則,在擁有真實世界能力(交易、發訊息、控制裝置)時保護使用者與自己。
Expand Down
5 changes: 5 additions & 0 deletions usecases/approval-first-workflow.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# Approval-First Workflow — Human-in-the-Loop 審批閘門設計

> 讓 agent 自主讀、分析、起草,但在任何改變狀態的操作前先取得人類許可。
Expand Down
5 changes: 5 additions & 0 deletions usecases/multi-agent-roundtable.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# Multi-Agent Roundtable 實戰:從多觀點到可執行決策

> 把「多 Agent 討論」落地成標準流程的實作指南。四段式協議、角色設計、OpenClaw 編排方式,以及一次真實執行紀錄。
Expand Down
5 changes: 5 additions & 0 deletions usecases/security-audit-deep-remediation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# Security Audit --deep 實戰修復指南(skills quarantine、gateway password 移出 config)

## TL;DR
Expand Down
5 changes: 5 additions & 0 deletions usecases/subagent-orchestration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# Sub-Agent Orchestration:背景任務委派實戰指南

> 讓 agent 派出分身處理耗時任務,自己繼續回應主人——不阻塞、不遺漏、不失控。
Expand Down
5 changes: 5 additions & 0 deletions usecases/waterfall-subagent-delegation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# Waterfall Sub-Agent Delegation — 串接式任務委派(Task 依賴前一個結果)

## TL;DR
Expand Down
5 changes: 5 additions & 0 deletions usecases/workspace-file-architecture.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
last_validated: 2026-04-07
validated_by: Chloe
---

# 工作區檔案架構:讓 Agent 跨重啟保持人格與記憶

> 一份實戰架構指南,說明如何用分層檔案系統讓 agent 在每次重啟後快速恢復身份、上下文與工作狀態。
Expand Down
Loading