Mechanism index
This directory holds Cadau core mechanism notes (product language plus implementation mapping) so the team can share one picture and keep iterating.
Source docs/en/site/mech-index.md
This directory holds Cadau core mechanism notes (product language plus implementation mapping) so the team can share one picture and keep iterating. Parent navigation: [../文档索引.md](/docs/product-index).
Mechanism catalog
| Document | What it covers |
|---|---|
| 索引式文档与反馈闭环.md | Two-layer index organization and the “retrieve → feedback → improve docs” method |
| 智能体调用知识文档的方式.md | How help / workspace / system knowledge is retrieved and assembled into chat. Usage: Using the knowledge base |
| 规范库.md | Workspace laws and management standards: crawl-to-review, shared by plugins, agents read published items only (product §3.2.2) |
| 检查方案.md | Practice machine packs: must cite standards, drive check items; kept separate from the standards library (product §3.2.4) |
| 资料库.md | Workspace templates and tables: apply / fill / plugins read-only; separate from knowledge, standards, and check schemes (product §3.2.3) |
| 文档柜.md | Finished reports and files to keep; multi-index browse; scheduled keep-each-period or latest-only (product §3.2.5) |
| 给目标自己找路.md | User gives the goal, the assistant finds the path; document cabinet auto-files when it can |
| 合规实践检查表转机读包.md | Expert table → machine pack → check scheme → questionnaire (product §4.2.4) |
| AI重建知识索引规则.md | Scan, model order, JSON validation, and implementation mapping for “rebuild the index with AI” |
| 智能体对话编排.md | Help vs work identities; per-round material selection, tools, policy gate (target) |
| 记忆锻造/记忆锻造.md | Conversation archive, insight extraction, and feeding help/knowledge (implementation name MemoryForge) |
| 智能体备忘.md | Text / files / images stored by tag; accessed only when the user clearly asks. Usage: Using agent memos |
| 查看过去对话.md | Work assistants page the original conversation for this account and this assistant by date, without first writing it into memory |
| 智能体记忆.md | What a user agent remembers across conversations: profile, long-term memory, daily notes |
| 定时任务/定时任务.md | Users set on-time reminders / auto-runs for an agent (aligned with OpenClaw Cron, implemented in-house) |
| 帮助动作链接.md | mindlink://action/… protocol; main-site dispatch and embed host allowlist |
| 帮助智能体对话操作.md | Help assistant ChatOps: what platform actions chat can already do (orchestration: 智能体对话编排.md) |
| 数据连接问数准确性.md | Align metrics first, then run predefined queries; do not hand SQL to the model |
| 工作区帮助快捷一句.md | Dynamic ranking and expansion of the action assistant’s bottom quick prompts |
| 统一对话与联络.md | Unified conversations for people / agents / groups, leasing and marketplace, friend and stranger rules (§4.6) |
| 智能体团队会议.md | Agent teams, role decisions, publish a task to meet, multi-vendor coding crews (§4.9) |
| 服务通知.md | System events reaching users, a fixed “Service notices” entry in Messages, and how it splits from help / IM (draft) |
| 人工客服.md | Per-agent local seats or a support group, user handoff to a person, support workbench (§4.8) |
| 工单.md | Asynchronous tickets: submit, comment, close, rate (separate from live support) |
| 会话消息窗口化加载.md | Scroll older messages and jump to a question: full store + a bounded front-end window |
| 会话阅读模式与导出.md | Turn a conversation into continuous prose; export EPUB / PDF |
| 对话包导入导出.md | Pack one conversation and continue it with an agent on another server |
| 对话主题与复盘.md | Topic of a work-assistant conversation (the user’s main goal, one or a few paragraphs) and shared review (no nagging by default; after “prompt for review” is on: a done button and an idle invite) |
| 工作区数据驻留.md | Main database vs workspace namespace: which layer data lives on |
| 外部技能目录安装设计.md | Search / install skills from an external catalog (design) |
| workflow.json-v1.md | Workflow config_json.workflow embedded definition |
| 技能组成规范.md | Skill logic contract, trigger text, YAML header, Skills center and injection conventions |
| 工作区能力包.md | Workspace assistant capability packs, tool mapping, dependencies, and MCP access |
| 工作区应用.md | Lightweight workspace apps (SQLite + invoke + create from chat + desktop in the top bar) |
| ../sdk/appsdk/界面描述规范.md | appsdk: full spec for hand-written app.json |
| ../sdk/platform-plugin/README.md | platform-plugin: choosing and wiring platform plugins (code under root ../../sdk/) |
| ../sdk/host-embed/README.md | host-embed: host-embed assistant integration pack |
| ../sdk/README.md | SDK documentation pack overview |
| 工作流.md | Workflow module: templates, process definitions, publish to apps, to-dos |
| 工作流与合规.md | On-site compliance inspection template and vision-judgment runtime |
Suggested reading order
- 索引式文档与反馈闭环.md — two-layer indexes and the feedback loop
- 智能体调用知识文档的方式.md — how knowledge is used in conversation
- 规范库.md — how laws and management standards split from knowledge documents, plugins, and site crawls
- 检查方案.md — how practice machine packs cite standards and drive check items
- 资料库.md — how shared tables and templates split from the standards library, knowledge documents, and check schemes
- AI重建知识索引规则.md — maintaining the knowledge catalog and generating
index.json - 智能体对话编排.md — how each round selects materials and calls tools
- 给目标自己找路.md — after doing the work, do not put the user back on the dispatcher’s seat (document cabinet auto-files when it can)
- 记忆锻造/记忆锻造.md — conversation archive and feeding knowledge
- 帮助动作链接.md — clickable jumps in help and embed answers
- 帮助智能体对话操作.md — what platform actions chat can already do
- 数据连接问数准确性.md — metric alignment and matching predefined queries
- 工作区帮助快捷一句.md — quick prompts in embed / help scenes
- 服务通知.md — how system events enter Service notices in Messages (pending review)
- 人工客服.md — per-agent local seats or a support group, handoff to a person, and the support workbench
- 工单.md — asynchronous comments and close-out, separate from live support
Removed or merged (do not cite old English filenames)
| Old filename | Current Chinese name |
|---|---|
README.md | → 机制索引.md (this page) |
| 索引式文档与反馈闭环.md | → 索引式文档与反馈闭环.md |
| AI重建知识索引规则.md | → AI重建知识索引规则.md |
文档驱动意图执行.md | → 智能体对话编排.md (keyword / slot routing is no longer the main path) |
| 帮助动作链接.md | → 帮助动作链接.md |
| 工作区帮助快捷一句.md | → 工作区帮助快捷一句.md |
| MemoryForge/记忆锻造/记忆锻造.md | → 记忆锻造/记忆锻造.md |
平台插件SDK.md | → sdk/platform-plugin/README.md (this directory keeps only a jump) |