Skip to content

Commit 6e1074c

Browse files
committed
update images
1 parent 875544b commit 6e1074c

8 files changed

+776
-220
lines changed

07-anp-agent-description-protocol-specification.md

Lines changed: 433 additions & 214 deletions
Large diffs are not rendered by default.

09-anp-peer-to-peer-agent-transaction-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The ANP protocol stack provides underlying secure communication (encryption) and
101101

102102
The following diagram shows an architectural overview of the various roles and their relationships in the system:
103103

104-
![ANP Agent Peer-to-Peer Transaction System Architecture](./ANP-system-architecture-diagram.svg)
104+
![ANP Agent Peer-to-Peer Transaction System Architecture](/images/anp-trading-sysytem-arch.svg)
105105

106106
*Figure 1: ANP Agent Peer-to-Peer Transaction System Architecture - Shows the interaction relationships between users, hotels, payment systems, and optional arbitration and notary services. All communication between agents is based on the ANP protocol, with information transmission and verification through verifiable credentials (VCs).*
107107

@@ -316,7 +316,7 @@ sequenceDiagram
316316

317317
The following diagram illustrates the hash linking relationships between various credentials (VCs) in the ANP protocol under ideal conditions. Each credential forms an immutable chain structure by including the hash of the previous credential, ensuring the integrity and verifiability of the entire transaction process. Different colors in the diagram represent credentials issued by different agents, and arrows indicate hash reference relationships.
318318

319-
![VC Hash Chain Relationships in ANP Protocol](./ANP-VC-Hash-Chain-Diagram.svg)
319+
![VC Hash Chain Relationships in ANP Protocol](/images/anp-trading-hash.svg)
320320

321321
*Figure 4: VC Hash Chain in ANP Protocol - Shows the complete credential chain from order proposal to final settlement, where each credential forms an immutable chain structure by including the hash of the previous credential, ensuring the integrity and verifiability of the transaction.*
322322

chinese/07-ANP-智能体描述协议规范(20250715).md renamed to chinese/07-ANP-智能体描述协议规范(20250715)(draft).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ANP-智能体描述协议规范(Draft)
1+
# ANP-智能体描述协议规范
22

33
## 摘要
44

chinese/07-ANP-智能体描述协议规范.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ANP-智能体描述协议规范(Draft)
1+
# ANP-智能体描述协议规范
22

33
## 摘要
44

chinese/09-ANP-智能体点对点交易规范.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ANP协议栈提供了底层的安全通信(加密)和身份认证(基于DI
9898

9999
下图展示了系统中各参与角色及其关系的架构概览:
100100

101-
![ANP智能体点对点交易系统架构图](./ANP-系统架构图.svg)
101+
![ANP智能体点对点交易系统架构图](/images/anp-trading-sysytem-arch.svg)
102102

103103
*图1:ANP智能体点对点交易系统架构图 - 展示了用户、酒店、支付系统及可选的仲裁与公证服务之间的交互关系。所有智能体间通信均基于ANP协议,通过可验证凭证(VC)进行信息传递与验证。*
104104

@@ -314,7 +314,7 @@ sequenceDiagram
314314

315315
下图展示了ANP协议中理想状态下各凭证(VC)之间的哈希链接关系。每个凭证通过包含前一个凭证哈希值的方式形成一个不可篡改的链式结构,确保了整个交易过程的完整性和可验证性。图中不同颜色代表不同智能体发行的凭证,箭头表示哈希引用关系。
316316

317-
![ANP协议理想状态下的VC哈希链关系](./ANP-VC哈希链关系图.svg)
317+
![ANP协议理想状态下的VC哈希链关系](/images/anp-trading-hash.svg)
318318

319319
*图4:ANP协议中的VC哈希链 - 展示了从订单提议到最终结算的完整凭证链,每个凭证通过包含前一个凭证的哈希值形成不可篡改的链式结构,确保了交易的完整性和可验证性。*
320320

Lines changed: 113 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)