All docs

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

DocumentWhat it covers
索引式文档与反馈闭环.mdTwo-layer index organization and the “retrieve → feedback → improve docs” method
智能体调用知识文档的方式.mdHow help / workspace / system knowledge is retrieved and assembled into chat. Usage: Using the knowledge base
规范库.mdWorkspace laws and management standards: crawl-to-review, shared by plugins, agents read published items only (product §3.2.2)
检查方案.mdPractice machine packs: must cite standards, drive check items; kept separate from the standards library (product §3.2.4)
资料库.mdWorkspace templates and tables: apply / fill / plugins read-only; separate from knowledge, standards, and check schemes (product §3.2.3)
文档柜.mdFinished reports and files to keep; multi-index browse; scheduled keep-each-period or latest-only (product §3.2.5)
给目标自己找路.mdUser gives the goal, the assistant finds the path; document cabinet auto-files when it can
合规实践检查表转机读包.mdExpert table → machine pack → check scheme → questionnaire (product §4.2.4)
AI重建知识索引规则.mdScan, model order, JSON validation, and implementation mapping for “rebuild the index with AI”
智能体对话编排.mdHelp vs work identities; per-round material selection, tools, policy gate (target)
记忆锻造/记忆锻造.mdConversation archive, insight extraction, and feeding help/knowledge (implementation name MemoryForge)
智能体备忘.mdText / files / images stored by tag; accessed only when the user clearly asks. Usage: Using agent memos
查看过去对话.mdWork assistants page the original conversation for this account and this assistant by date, without first writing it into memory
智能体记忆.mdWhat a user agent remembers across conversations: profile, long-term memory, daily notes
定时任务/定时任务.mdUsers set on-time reminders / auto-runs for an agent (aligned with OpenClaw Cron, implemented in-house)
帮助动作链接.mdmindlink://action/… protocol; main-site dispatch and embed host allowlist
帮助智能体对话操作.mdHelp assistant ChatOps: what platform actions chat can already do (orchestration: 智能体对话编排.md)
数据连接问数准确性.mdAlign metrics first, then run predefined queries; do not hand SQL to the model
工作区帮助快捷一句.mdDynamic ranking and expansion of the action assistant’s bottom quick prompts
统一对话与联络.mdUnified conversations for people / agents / groups, leasing and marketplace, friend and stranger rules (§4.6)
智能体团队会议.mdAgent teams, role decisions, publish a task to meet, multi-vendor coding crews (§4.9)
服务通知.mdSystem events reaching users, a fixed “Service notices” entry in Messages, and how it splits from help / IM (draft)
人工客服.mdPer-agent local seats or a support group, user handoff to a person, support workbench (§4.8)
工单.mdAsynchronous tickets: submit, comment, close, rate (separate from live support)
会话消息窗口化加载.mdScroll older messages and jump to a question: full store + a bounded front-end window
会话阅读模式与导出.mdTurn a conversation into continuous prose; export EPUB / PDF
对话包导入导出.mdPack one conversation and continue it with an agent on another server
对话主题与复盘.mdTopic 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)
工作区数据驻留.mdMain database vs workspace namespace: which layer data lives on
外部技能目录安装设计.mdSearch / install skills from an external catalog (design)
workflow.json-v1.mdWorkflow config_json.workflow embedded definition
技能组成规范.mdSkill logic contract, trigger text, YAML header, Skills center and injection conventions
工作区能力包.mdWorkspace assistant capability packs, tool mapping, dependencies, and MCP access
工作区应用.mdLightweight workspace apps (SQLite + invoke + create from chat + desktop in the top bar)
../sdk/appsdk/界面描述规范.mdappsdk: full spec for hand-written app.json
../sdk/platform-plugin/README.mdplatform-plugin: choosing and wiring platform plugins (code under root ../../sdk/)
../sdk/host-embed/README.mdhost-embed: host-embed assistant integration pack
../sdk/README.mdSDK documentation pack overview
工作流.mdWorkflow module: templates, process definitions, publish to apps, to-dos
工作流与合规.mdOn-site compliance inspection template and vision-judgment runtime

Suggested reading order

  1. 索引式文档与反馈闭环.md — two-layer indexes and the feedback loop
  2. 智能体调用知识文档的方式.md — how knowledge is used in conversation
  3. 规范库.md — how laws and management standards split from knowledge documents, plugins, and site crawls
  4. 检查方案.md — how practice machine packs cite standards and drive check items
  5. 资料库.md — how shared tables and templates split from the standards library, knowledge documents, and check schemes
  6. AI重建知识索引规则.md — maintaining the knowledge catalog and generating index.json
  7. 智能体对话编排.md — how each round selects materials and calls tools
  8. 给目标自己找路.md — after doing the work, do not put the user back on the dispatcher’s seat (document cabinet auto-files when it can)
  9. 记忆锻造/记忆锻造.md — conversation archive and feeding knowledge
  10. 帮助动作链接.md — clickable jumps in help and embed answers
  11. 帮助智能体对话操作.md — what platform actions chat can already do
  12. 数据连接问数准确性.md — metric alignment and matching predefined queries
  13. 工作区帮助快捷一句.md — quick prompts in embed / help scenes
  14. 服务通知.md — how system events enter Service notices in Messages (pending review)
  15. 人工客服.md — per-agent local seats or a support group, handoff to a person, and the support workbench
  16. 工单.md — asynchronous comments and close-out, separate from live support

Removed or merged (do not cite old English filenames)

Old filenameCurrent Chinese name
README.md机制索引.md (this page)
索引式文档与反馈闭环.md索引式文档与反馈闭环.md
AI重建知识索引规则.mdAI重建知识索引规则.md
文档驱动意图执行.md智能体对话编排.md (keyword / slot routing is no longer the main path)
帮助动作链接.md帮助动作链接.md
工作区帮助快捷一句.md工作区帮助快捷一句.md
MemoryForge/记忆锻造/记忆锻造.md记忆锻造/记忆锻造.md
平台插件SDK.mdsdk/platform-plugin/README.md (this directory keeps only a jump)