Skip to content

Commit 72b2938

Browse files
author
ID Bot
committed
Script updating gh-pages from 5225849. [ci skip]
1 parent ad68ed4 commit 72b2938

File tree

3 files changed

+61
-27
lines changed

3 files changed

+61
-27
lines changed

Diff for: draft-agntcy-ads.html

+30-13
Original file line numberDiff line numberDiff line change
@@ -1354,19 +1354,36 @@ <h4 id="name-routing-tables">
13541354
</h4>
13551355
<div class="alignLeft art-text artwork" id="section-3.3.1-1">
13561356
<pre>
1357-
+------+
1358-
| Node |
1359-
+------+
1360-
/ \
1361-
/ \ +--------+ +--------+ | Agents | | Skills | +--------+ +--------+
1362-
| |
1363-
| | +---------+ +-------------+ | Alice | | TextSummary| +---------+ +-------------+
1364-
| |
1365-
| | +-------------+ +-------------+ | /dir/CID- | | /dir/CID- | | Alice-v1 | | Bob-v1 | +-------------+ +-------------+
1366-
|
1367-
| +-------------+ | Bob | +-------------+
1368-
|
1369-
| +-------------+ | /dir/CID- | | Bob-v2 | +-------------+
1357+
+------+
1358+
| Node |
1359+
+------+
1360+
/ \
1361+
/ \
1362+
+--------+ +--------+
1363+
| Agents | | Skills |
1364+
+--------+ +--------+
1365+
| |
1366+
| |
1367+
+---------+ +-------------+
1368+
| Alice | | TextSummary|
1369+
+---------+ +-------------+
1370+
| |
1371+
| |
1372+
+-------------+ +-------------+
1373+
| /dir/CID- | | /dir/CID- |
1374+
| Alice-v1 | | Bob-v1 |
1375+
+-------------+ +-------------+
1376+
|
1377+
|
1378+
+-------------+
1379+
| Bob |
1380+
+-------------+
1381+
|
1382+
|
1383+
+-------------+
1384+
| /dir/CID- |
1385+
| Bob-v2 |
1386+
+-------------+
13701387
</pre><a href="#section-3.3.1-1" class="pilcrow"></a>
13711388
</div>
13721389
<p id="section-3.3.1-2">Clients <span class="bcp14">SHOULD</span> first query the Skill Routing Table to find which agents have a

Diff for: draft-agntcy-ads.txt

+30-13
Original file line numberDiff line numberDiff line change
@@ -175,19 +175,36 @@ Table of Contents
175175

176176
3.3.1. Routing Tables
177177

178-
+------+
179-
| Node |
180-
+------+
181-
/ \
182-
/ \ +--------+ +--------+ | Agents | | Skills | +--------+ +--------+
183-
| |
184-
| | +---------+ +-------------+ | Alice | | TextSummary| +---------+ +-------------+
185-
| |
186-
| | +-------------+ +-------------+ | /dir/CID- | | /dir/CID- | | Alice-v1 | | Bob-v1 | +-------------+ +-------------+
187-
|
188-
| +-------------+ | Bob | +-------------+
189-
|
190-
| +-------------+ | /dir/CID- | | Bob-v2 | +-------------+
178+
+------+
179+
| Node |
180+
+------+
181+
/ \
182+
/ \
183+
+--------+ +--------+
184+
| Agents | | Skills |
185+
+--------+ +--------+
186+
| |
187+
| |
188+
+---------+ +-------------+
189+
| Alice | | TextSummary|
190+
+---------+ +-------------+
191+
| |
192+
| |
193+
+-------------+ +-------------+
194+
| /dir/CID- | | /dir/CID- |
195+
| Alice-v1 | | Bob-v1 |
196+
+-------------+ +-------------+
197+
|
198+
|
199+
+-------------+
200+
| Bob |
201+
+-------------+
202+
|
203+
|
204+
+-------------+
205+
| /dir/CID- |
206+
| Bob-v2 |
207+
+-------------+
191208

192209
Clients SHOULD first query the Skill Routing Table to find which
193210
agents have a given skill, and then query the releases for a given

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Preview for branch <a href="29-feature-internet-draft-init">29-feature-inter
2929
<tr>
3030
<td><a href="29-feature-internet-draft-init/draft-agntcy-ads.html" class="html draft-agntcy-ads" title="Agent Directory Service (HTML)">agent-dir</a></td>
3131
<td><a href="29-feature-internet-draft-init/draft-agntcy-ads.txt" class="txt draft-agntcy-ads" title="Agent Directory Service (Text)">plain text</a></td>
32-
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://agntcy.github.io/dir-spec/draft-agntcy-ads.txt&amp;url_2=https://agntcy.github.io/dir-spec/29-feature-internet-draft-init/draft-agntcy-ads.txt" class="diff draft-agntcy-ads">diff with main</a></td>
32+
<td>same as main</td>
3333
</tr>
3434
</table>
3535
<script>

0 commit comments

Comments
 (0)