Skip to content

Commit b8f8aea

Browse files
authored
docs: add missing demo references for skyfire-kya and identity-a2a (#102)
1 parent 7e7b788 commit b8f8aea

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ pnpm demo:e2e
121121

122122
You can see the code for this demo in [`./demos/e2e`](./demos/e2e).
123123

124+
### Skyfire KYA Demo
125+
126+
This demo shows how [Skyfire](https://skyfire.xyz) KYA (Know Your Agent) tokens can work on top of ACK-ID's identity infrastructure, demonstrating how third-party agent identity systems can integrate with ACK.
127+
128+
To use this demo, run the following command:
129+
130+
```sh
131+
pnpm demo:skyfire-kya
132+
```
133+
134+
You can see the code for this demo in [`./demos/skyfire-kya`](./demos/skyfire-kya).
135+
124136
## Example Services
125137

126138
This repository contains several standalone services as example implementations of the ACK-ID and ACK-Pay protocols, using the `agentcommercekit` TypeScript SDK. These examples are located in the [`./examples`](./examples) directory.

demos/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,26 @@ pnpm demo:e2e
3636

3737
[View the code](./e2e)
3838

39+
### Identity A2A demo
40+
41+
An example of two A2A-compatible agents using ACK-ID to verify each other's identity, built on Google's A2A (Agent2Agent) protocol.
42+
43+
```sh
44+
pnpm demo:identity-a2a
45+
```
46+
47+
[View the code](./identity-a2a)
48+
49+
### Skyfire KYA demo
50+
51+
A demo showing how Skyfire KYA (Know Your Agent) tokens can work on top of ACK-ID's identity infrastructure.
52+
53+
```sh
54+
pnpm demo:skyfire-kya
55+
```
56+
57+
[View the code](./skyfire-kya)
58+
3959
## Note
4060

4161
These demos are designed as interactive walkthroughs of various ACK flows. The source code is designed with this in mind, and may not be suitable for production environments.

0 commit comments

Comments
 (0)