全书目录

附录 G:分章资料清单

G.15 第 8 章《Agent 如何理解对象、状态、关系、例外与责任链》资料清单

19 分钟 8,342 字 第 71 / 161 个阅读单元

检索日期:2026-03-27 使用原则:本章只保留能直接解释“业务 Agent 究竟理解什么”的来源;优先对象与本体建模、状态机与生命周期、关系与图约束、异常治理、责任链平台实现、高风险行业案例。

  1. Domain-Driven Design Reference: Definitions and Pattern Summaries 作者/机构:Eric Evans / Domain Language 年份:2015 URL:https://www.domainlanguage.com/wp-content/uploads/2016/05/DDD_Reference_2015-03.pdf 角度:Entity、Value Object、Aggregate、Bounded Context 采用原因:适合支撑“对象不是名词,而是有身份、边界与行为归属的业务单元”。

  2. Ontology Development 101: A Guide to Creating Your First Ontology 作者/机构:Natalya F. Noy、Deborah L. McGuinness / Stanford University 年份:2001 URL:https://protege.stanford.edu/publications/ontology_development/ontology101.pdf 角度:类、属性、实例、约束的本体建模 采用原因:适合支撑“对象理解需要共享词汇表与结构化概念模型”。

  3. OWL 2 Web Ontology Language Primer 作者/机构:W3C 年份:2012 URL:https://www.w3.org/TR/owl2-primer/ 角度:classes、properties、individuals、formal semantics 采用原因:适合支撑“对象类型应可被机器解释、验证和推理”。

  4. Object-Centric Learning with Slot Attention 作者/机构:Francesco Locatello 等 / Google Research 年份:2020 URL:https://research.google/pubs/object-centric-learning-with-slot-attention/ 角度:对象中心化表示与组合泛化 采用原因:适合支撑“先切分对象,再做理解和推理,更可泛化也更可解释”。

  5. Object-Oriented Dynamics Predictor 作者/机构:Guangxiang Zhu、Zhiao Huang、Chongjie Zhang 年份:2018 URL:https://papers.nips.cc/paper/8187-object-oriented-dynamics-predictor 角度:对象化表示与动态预测 采用原因:适合支撑“对象建模不是风格问题,而是预测和泛化能力基础”。

  6. PDSketch: Integrated Domain Programming, Learning, and Planning 作者/机构:Jiayuan Mao 等 年份:2022 URL:https://neurips.cc/virtual/2022/poster/54112 角度:对象依赖、领域结构、规划启发 采用原因:适合支撑“对象与领域模型会直接影响后续规划与决策”。

  7. Statecharts: A Visual Formalism for Complex Systems 作者/机构:David Harel 年份:1987 URL:https://doi.org/10.1016/0167-6423(87)90035-9 角度:层级状态、并发、通信 采用原因:适合支撑“状态不是平面枚举,而是复杂行为结构”。

  8. State Chart XML (SCXML): State Machine Notation for Control Abstraction 作者/机构:W3C 年份:2015 URL:https://www.w3.org/TR/scxml/ 角度:可执行状态机标准、事件驱动状态转移 采用原因:适合支撑“状态机可以落到工程执行层,而不只是图示”。

  9. Unified Modeling Language (UML) Specification Version 2.5.1 作者/机构:OMG 年份:2017 URL:https://www.omg.org/spec/UML/2.5.1 角度:标准状态机语法、守卫条件、复合状态 采用原因:适合把 Agent 的状态理解和通用软件建模语言对齐。

  10. Precise Semantics of UML State Machines (PSSM) Version 1.0 作者/机构:OMG 年份:2019 URL:https://www.omg.org/spec/PSSM/1.0 角度:状态机执行语义、事件与转移激活 采用原因:适合支撑“状态转移不是画图,而是严格执行语义”。

  11. Managed Business Artifacts 作者/机构:Anil Nigam、Jun-Jang Jeng、Tian Chao、Henry Chang / IBM Research 年份:2008 URL:https://research.ibm.com/publications/managed-business-artifacts 角度:以业务工件为中心的数据与生命周期模型 采用原因:适合支撑“业务对象天然带生命周期,而不是静态记录”。

  12. Business Artifacts with Guard-Stage-Milestone Lifecycles 作者/机构:Richard Hull 等 / IBM Research 年份:2011 URL:https://research.ibm.com/publications/business-artifacts-with-guard-stage-milestone-lifecycles-managing-artifact-interactions-with-conditions-and-events 角度:Guard-Stage-Milestone、阶段推进与里程碑 采用原因:适合支撑“业务状态框架往往是阶段化、条件化、并发化的”。

  13. The Entity-Relationship Model - Toward a Unified View of Data 作者/机构:Peter Pin-Shan Chen 年份:1976 URL:https://doi.org/10.1145/320434.320440 角度:实体、属性、关系、基数 采用原因:适合支撑“对象之间的关系必须被显式建模,而不是隐含在字段里”。

  14. A Theory for Record Linkage 作者/机构:Ivan P. Fellegi、Alan B. Sunter 年份:1969 URL:https://doi.org/10.1080/01621459.1969.10501049 角度:跨源记录匹配、同一对象识别 采用原因:适合支撑“跨系统对象关系常包含身份对齐问题”。

  15. RDF 1.1 Concepts and Abstract Syntax 作者/机构:W3C 年份:2014 URL:https://www.w3.org/TR/rdf11-concepts/ 角度:subject-predicate-object 图模型、全局标识 采用原因:适合支撑“图结构能把关系提升为一等表达单元”。

  16. Shapes Constraint Language (SHACL) 作者/机构:W3C 年份:2017 URL:https://www.w3.org/TR/shacl/ 角度:图约束、验证、关系完整性 采用原因:适合支撑“关系并非任意连边,而需要约束和验证”。

  17. Knowledge Graphs 作者/机构:Aidan Hogan 等 年份:2021 URL:https://labra.weso.es/publication/2021_knowledgegraphs_acm_csur/ 角度:复杂关系、多跳查询、异构数据整合 采用原因:适合支撑“当业务关系跨域且经常变化时,图结构更合适”。

  18. Knowledge graph based methods for record linkage 作者/机构:Bhaskar Gautam 等 年份:2020 URL:https://doi.org/10.1016/j.patrec.2020.05.025 角度:知识图谱与 record linkage 的结合 采用原因:适合支撑“图不仅展示关系,也能帮助识别和修正关系”。

  19. Practices for Governing Agentic AI Systems 作者/机构:OpenAI 年份:2026 URL:https://cdn.openai.com/papers/practices-for-governing-agentic-ai-systems.pdf 角度:可中断性、人工审批、fallback、归责性 采用原因:适合支撑“异常路径治理与人工接管是 Agent 系统内建能力”。

  20. AI RMF Playbook - Manage 作者/机构:NIST 年份:持续更新 URL:https://airc.nist.gov/airmf-resources/playbook/manage/ 角度:monitoring、override、incident response、recovery 采用原因:适合支撑“例外处理必须具备监控、覆盖、恢复与退役机制”。

  21. Advancing Accountability in AI: Governing and Managing Risks Throughout the Lifecycle for Trustworthy AI 作者/机构:OECD 年份:2023 URL:https://doi.org/10.1787/2448f04b-en 角度:责任链、组织角色、incident reporting 采用原因:适合支撑“责任链不是按钮,而是组织分工与升级机制”。

  22. Article 14: Human Oversight 作者/机构:EU AI Act Service Desk / European Commission 年份:2024 URL:https://ai-act-service-desk.ec.europa.eu/en/ai-act/article-14 角度:human oversight、human override、风险匹配监督 采用原因:适合支撑“人工接管在高风险系统中具有法规地位”。

  23. Safely Interruptible Agents 作者/机构:Laurent Orseau、Stuart Armstrong 年份:2016 URL:https://auai.org/~w-auai/uai2016/proceedings/papers/68.pdf 角度:安全可中断性、红按钮问题 采用原因:适合支撑“中断不是 UI 功能,而是激励和控制结构问题”。

  24. The Off-Switch Game 作者/机构:Dylan Hadfield-Menell 等 年份:2016 URL:https://arxiv.org/abs/1611.08219 角度:关机权、目标不确定性、服从性 采用原因:适合支撑“人类接管必须进入 Agent 的目标结构”。

  25. Ask for Approval action 作者/机构:ServiceNow 年份:持续更新 URL:https://www.servicenow.com/docs/bundle/vancouver-build-workflows/page/administer/flow-designer/reference/ask-approval-flow-designer.html 角度:记录中心审批、状态集合、例外分支 采用原因:适合支撑“审批是对象、状态、例外与责任链的联合实现”。

  26. Guide to Salesforce Record Approval Processes 作者/机构:Salesforce Trailhead 年份:持续更新 URL:https://trailhead.salesforce.com/zh-CN/content/learn/modules/business_process_automation/approvals 角度:记录锁定、逐级审批、字段回写 采用原因:适合支撑“责任链不是抽象角色,而是对象上的流程推进机制”。

  27. Level Up Your Approvals with Flows and the Custom Error Element 作者/机构:Salesforce Admins 年份:2024 URL:https://admin.salesforce.com/blog/2024/level-up-your-approvals-with-flows-and-the-custom-error-element-automate-this 角度:ProcessInstance、ProcessInstanceStep、审批审计痕迹 采用原因:适合支撑“责任链与关系会落到实际数据模型和审批实例”。

  28. Approvals kit content overview 作者/机构:Microsoft Learn 年份:2023 URL:https://learn.microsoft.com/en-us/power-automate/guidance/business-approvals-templates/content 角度:workflow instance、stage instance、node instance、approval instance 采用原因:适合支撑“企业审批引擎天然是对象-状态-关系系统”。

  29. Tutorial: Create a business process flow 作者/机构:Microsoft Learn 年份:2025 URL:https://learn.microsoft.com/bs-latn-ba/power-automate/create-business-process-flow 角度:业务记录穿过阶段、所有者与实例生命周期 采用原因:适合支撑“对象如何穿过状态阶段,责任如何附着在当前 owner 上”。

  30. Approval Task 作者/机构:Google Cloud Documentation 年份:2026 URL:https://docs.cloud.google.com/application-integration/docs/configure-approval-task 角度:审批挂起、恢复、过期、提醒、布尔分支 采用原因:适合支撑“审批是控制流上的状态闸门,同时也是例外处理机制”。

  31. Overview of Access Approval 作者/机构:Google Cloud Documentation 年份:2026 URL:https://docs.cloud.google.com/assured-workloads/access-approval/docs/overview 角度:访问请求审批、权限与审计责任链 采用原因:适合支撑“责任链不仅处理业务单据,也处理谁可对谁的数据做什么”。

  32. The algorithm journey map: a tangible approach to implementing AI solutions in healthcare 作者/机构:William Boag 等 / npj Digital Medicine 年份:2024 URL:https://www.nature.com/articles/s41746-024-01061-4 角度:患者、医护、UI、告警、流程阶段的对象关系图 采用原因:适合支撑“高风险医疗里,对象和关系若不可见,例外会藏进流程缝隙”。

  33. A human in the loop in surgery automation 作者/机构:Eduard Fosch-Villaronga 等 / Nature Machine Intelligence 年份:2021 URL:https://www.nature.com/articles/s42256-021-00349-4 角度:自主手术中的监督责任与接管责任 采用原因:适合支撑“高风险 Agent 的责任链会随着自主性升高而变得更复杂”。

  34. Levels of autonomy in FDA-cleared surgical robots: a systematic review 作者/机构:Audrey Lee 等 / npj Digital Medicine 年份:2024 URL:https://www.nature.com/articles/s41746-024-01102-y 角度:自主级别、越界接管、安全边界 采用原因:适合支撑“状态、例外与接管关系在高风险系统中必须一起定义”。

  35. Assurance of Artificial Intelligence and Autonomous Systems: a Dstl biscuit book 作者/机构:UK Defence Science and Technology Laboratory 年份:2021 URL:https://www.gov.uk/government/publications/assurance-of-ai-and-autonomous-systems-a-dstl-biscuit-book/assurance-of-artificial-intelligence-and-autonomous-systems-a-dstl-biscuit-book 角度:system、user、environment 三元 assurance case 采用原因:适合支撑“责任链需要上升到开发者、操作者、组织和监管者层面”。

  36. NIST SP 800-61r3: Incident Response Recommendations and Considerations for Cyber Risk Management 作者/机构:NIST 年份:2025 URL:https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-61r3.pdf 角度:事件生命周期、共享责任模型、响应恢复复盘 采用原因:适合支撑“运维里的对象、状态、例外与责任链天然是一体的”。

  37. Cyber Governance Code of Practice 作者/机构:UK DSIT / NCSC 年份:2025 URL:https://www.gov.uk/government/publications/cyber-governance-code-of-practice/cyber-governance-code-of-practice 角度:董事会级风险所有权、升级、沟通、复盘 采用原因:适合支撑“责任链不仅属于一线操作人员,也属于组织治理结构”。