Sync: add identity and trust notes
This commit is contained in:
38
wiki/log.md
38
wiki/log.md
@@ -1,3 +1,33 @@
|
||||
## [2026-04-25] ingest | Agentic Identity & Trust Architect(补充摄入)
|
||||
- Source file: Agent/agency-agents/specialized/agentic-identity-trust.md
|
||||
- Status: ✅ 补充摄入(source page 已存在,本次补充 Concept 页面)
|
||||
- Summary: Agentic Identity & Trust Architect——自主 Agent 身份认证与信任验证基础设施专家 Agent,解决多 Agent 环境中的身份伪造、授权冒用、审计日志篡改等安全威胁。核心方法:密码学身份体系(Ed25519)、零信任验证模型、惩罚型信任评分(初始1.0,证据链损坏扣0.5,结果失败率×0.4扣分,凭证超90天扣0.1)、append-only 哈希链式证据记录、多跳委托链验证(任意链节断裂则全链失效)、Fail-Closed 授权(无法验证时默认拒绝)、对等验证协议(Peer Verifier)。高级能力:算法敏捷性(后量子迁移预留抽象层)、NIST 后量子标准评估(ML-DSA/ML-KEM/SLH-DSA)、跨框架身份联邦(A2A/MCP/REST/SDK)。
|
||||
- Concepts created: [[Zero-Trust]](永不信任,必须验证)、[[Evidence-Chain]](哈希链式仅追加证据记录)、[[Trust-Scoring]](基于可验证结果的惩罚型信任评分)、[[Delegation-Chain]](多跳委托链验证)、[[Fail-Closed]](失败默认拒绝授权)、[[Peer-Verification]](对等验证协议)、[[Algorithm-Agility]](密码学算法可升级性)
|
||||
- Source page: wiki/sources/agentic-identity-trust.md
|
||||
- Notes: 与 [[Identity Graph Operator]] 互补——前者处理 Agent 身份证明(密码学确定性),后者处理实体身份匹配(概率性),共同构成完整身份层。与 [[Designing-for-Agentic-AI]] 存在潜在冲突(零信任要求确定性 vs LLM 概率性),已在 Contradictions 中记录。本文件在 index.md中原标记为"source missing",本次已补全为完整 source page。
|
||||
- Source file: Agent/agency-agents/specialized/specialized-document-generator.md
|
||||
- Status: ✅ 成功摄入
|
||||
- Summary: Document Generator——The Agency Specialized 部门的程序化文档生成专家 Agent,通过代码方式(Python/Node.js)生成 PDF、PPTX、DOCX、XLSX 等专业文档。核心工具栈:PDF(reportlab/weasyprint/fpdf2)、PPTX(python-pptx/pptxgenjs)、XLSX(openpyxl/xlsxwriter/exceljs)、DOCX(python-docx/docx)。核心原则:样式系统优先、品牌一致性、数据驱动、无障碍设计、模板可复用。
|
||||
- Concepts created: 无(文档生成工具库不宜抽象为 Concept)
|
||||
- Source page: wiki/sources/specialized-document-generator.md
|
||||
- Notes: index 中已存在同名条目(来源缺失),本次摄入后标记为已解决。与 [[report-distribution-agent]](文档分发)和 [[agents-orchestrator]](工作流编排)存在潜在协同关系,建议后续摄入时补充连接。
|
||||
|
||||
- Source file: Agent/agency-agents/specialized/identity-graph-operator.md
|
||||
- Status: ✅ 成功摄入
|
||||
- Summary: Identity Graph Operator——多智能体系统共享身份图谱运营专家 Agent,解决多 Agent 系统的身份孤岛问题(重复记录/冲突操作/级联错误)。核心方法:规范化(昵称扩展/E.164 电话/邮箱小写)→ 阻塞(blocking key 筛选候选)→ 评分(字段级加权)→ 聚类。merge/split 通过乐观锁执行,按置信度分级(>0.95 直接合并、0.6-0.95 提案审查、<0.6 创建新实体)。保留完整事件历史。
|
||||
- Concepts created: [[Identity-Resolution]](身份解析四步流程框架)、[[Evidence-based-Merge-Proposal]](证据驱动合并提案协议)、[[Blocking]](阻塞分块技术)、[[Fuzzy-Matching]](模糊匹配技术)、[[Confidence-Score]](置信度评分与阈值决策)
|
||||
- Source page: wiki/sources/identity-graph-operator.md
|
||||
- Notes: 与 [[Designing-for-Agentic-AI]] 存在潜在冲突:确定性要求与 LLM 概率性行为如何协调,当前观点认为通过将核心逻辑从 LLM 推理分离来解决。index 中已存在同名 [[identity-graph-operator]] 条目(来源缺失),本次摄入后应标记为已解决。
|
||||
|
||||
## [2026-04-25] ingest | Accounts Payable Agent Personality
|
||||
- Source file: Agent/agency-agents/specialized/accounts-payable-agent.md
|
||||
- Status: ✅ 成功摄入
|
||||
- Summary: AccountsPayable Agent——The Agency 财务部门的自主支付运营专员 Agent,处理供应商付款、承包商发票和周期性账单,覆盖 ACH/Wire/Crypto/Stablecoin/Payment API 全支付通道。核心原则:幂等性优先(reference ID 去重,零重复付款)、审计全链路、最优通道路由(失败自动切换备选通道)、严格额度管控(超授权额度人工审批)。通过 tool calls 与 Contracts Agent、Project Manager Agent、HR Agent 集成。成功指标:零重复付款、< 2 分钟执行时间、100% 审计覆盖、60 秒 escalation SLA。
|
||||
- Concepts created: (文档内概念均为具体实现细节,不满足可独立复用条件,未创建 Concept 页面)
|
||||
- Entities created: (各协作 Agent 在本文档中各仅出现 1 次,不满足出现 ≥ 2 次条件,未创建 Entity 页面)
|
||||
- Source page: wiki/sources/accounts-payable-agent.md
|
||||
- Notes: 无已知冲突。本文档为单一 Agent 设计文档,与 [[Accounts-Payable-Agent]] 协作的各 Agent 需在各自文档中补充对应协作关系。
|
||||
|
||||
## [2026-04-25] ingest | Specialized Civil Engineer Agent
|
||||
- Source file: Agent/agency-agents/specialized/specialized-civil-engineer.md
|
||||
- Status: ✅ 成功摄入
|
||||
@@ -2982,3 +3012,11 @@
|
||||
- Entities created: [[Boss Zhipin]]
|
||||
- Source page: wiki/sources/recruitment-specialist.md
|
||||
- Notes: 无已知冲突。Key Entities 中 Lagou/Liepin/Beisen/Moka/Feishu/STAR 等在源文档出现但出现次数不足以触发独立建页,通过 Sources 页面的 Key Entities 部分建立 wikilinks。
|
||||
|
||||
## [2026-04-25] ingest | Government Digital Presales Consultant
|
||||
- Source file: Agent/agency-agents/specialized/government-digital-presales-consultant.md
|
||||
- Status: ✅ 成功摄入
|
||||
- Summary: Government Digital Presales Consultant 是面向中国ToG(政府)市场的全生命周期售前专家Agent,涵盖政策解读、等保2.0三级/商用密码评估/信创适配、数字政府/智慧城市/城市大脑方案设计、招投标全流程(POC→标书→述标→交接)。核心原则:业务场景驱动方案、技术价值需翻译为政府语言、等保/密评/信创是强制项非加分项。
|
||||
- Concepts created: [[Dengbao-2.0]], [[Miping]], [[Xinchuang]]
|
||||
- Source page: wiki/sources/government-digital-presales-consultant.md
|
||||
- Notes: 无已知冲突。Key Entities(Digital China Master Plan、Kunpeng、Phytium、UnionTech UOS、DM Database等)在源文档中属于背景知识,未创建独立Entity页面,通过Source页面Key Entities部分建立wikilinks。Entities页面已添加Dengbao 2.0、Miping、Xinchuang三条概念索引。
|
||||
|
||||
Reference in New Issue
Block a user