Skip to content

Commit 5c363c1

Browse files
committed
Deployed 65ed781 with MkDocs version: 1.6.1
1 parent 222bcff commit 5c363c1

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

quickstart/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,13 +775,15 @@ <h3 id="zed">Zed<a class="headerlink" href="#zed" title="Permanent link">&para;<
775775
<p>Or, if using <code>uv</code>:</p>
776776
<pre><code class="language-json">{
777777
&quot;agent_servers&quot;: {
778+
&quot;Echo Agent (Python)&quot;: {
778779
&quot;type&quot;: &quot;custom&quot;,
779780
&quot;command&quot;: &quot;uv&quot;,
780781
&quot;args&quot;: [
781782
&quot;run&quot;,
782783
&quot;/abs/path/to/agentclientprotocol/python-sdk/examples/echo_agent.py&quot;
783784
],
784785
}
786+
}
785787
}
786788
</code></pre>
787789
<p>Open the Agents panel and start the session. Each message you send should be echoed back via streamed <code>session/update</code> notifications.</p>

releasing/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h2 id="prep-checklist">Prep checklist<a class="headerlink" href="#prep-checklis
576576
<code>bash
577577
ACP_SCHEMA_VERSION=v0.4.5 make gen-all</code>
578578
This refreshes <code>schema/</code> and the generated <code>src/acp/schema.py</code>.</li>
579-
<li><strong>Bump the SDK version</strong> in <code>pyproject.toml</code> (and regenerate <code>uv.lock</code> if deps moved).</li>
579+
<li><strong>Bump the SDK version</strong> in <code>pyproject.toml</code> using a PEP 440 version string (for example <code>0.9.0a1</code> for an alpha release), and sync <code>uv.lock</code> if the lockfile is tracked.</li>
580580
<li><strong>Run the standard gates:</strong>
581581
<code>bash
582582
make check # Ruff format/lint, type analysis, dep hygiene
@@ -586,7 +586,7 @@ <h2 id="prep-checklist">Prep checklist<a class="headerlink" href="#prep-checklis
586586
<h2 id="commit-review">Commit &amp; review<a class="headerlink" href="#commit-review" title="Permanent link">&para;</a></h2>
587587
<ul>
588588
<li>Keep the diff tight: regenerated schema files, version bumps, doc updates, and any required fixture refresh (goldens, RPC tests, etc.).</li>
589-
<li>Use a Conventional Commit such as <code>release: v0.4.5</code>.</li>
589+
<li>Use a Conventional Commit such as <code>release: 0.9.0a1</code>.</li>
590590
<li>In the PR description, capture:</li>
591591
<li>The ACP schema tag you targeted.</li>
592592
<li>Output from <code>make check</code> / <code>make test</code> (and optional Gemini tests if you ran them).</li>
@@ -595,7 +595,8 @@ <h2 id="commit-review">Commit &amp; review<a class="headerlink" href="#commit-re
595595
<h2 id="publish-via-github-release">Publish via GitHub Release<a class="headerlink" href="#publish-via-github-release" title="Permanent link">&para;</a></h2>
596596
<p>Releases are automated by <code>on-release-main.yml</code> once the PR lands on <code>main</code>.</p>
597597
<ol>
598-
<li>Draft a GitHub Release for the new tag (the UI creates the tag if missing).</li>
598+
<li>Draft a GitHub Release for the new tag (the UI creates the tag if missing).
599+
Use the exact package version as the tag, for example <code>0.9.0a1</code> or <code>0.9.0</code>.</li>
599600
<li>Publishing the release triggers the workflow, which:</li>
600601
<li>Syncs the tag back into <code>pyproject.toml</code>.</li>
601602
<li>Builds and uploads to PyPI via <code>uv publish</code> using <code>PYPI_TOKEN</code>.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://agentclientprotocol.github.io/python-sdk/</loc>
5-
<lastmod>2026-02-07</lastmod>
5+
<lastmod>2026-03-19</lastmod>
66
</url>
77
<url>
88
<loc>https://agentclientprotocol.github.io/python-sdk/contrib/</loc>
9-
<lastmod>2026-02-07</lastmod>
9+
<lastmod>2026-03-19</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://agentclientprotocol.github.io/python-sdk/migration-guide-0.7/</loc>
13-
<lastmod>2026-02-07</lastmod>
13+
<lastmod>2026-03-19</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://agentclientprotocol.github.io/python-sdk/migration-guide-0.8/</loc>
17-
<lastmod>2026-02-07</lastmod>
17+
<lastmod>2026-03-19</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://agentclientprotocol.github.io/python-sdk/quickstart/</loc>
21-
<lastmod>2026-02-07</lastmod>
21+
<lastmod>2026-03-19</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://agentclientprotocol.github.io/python-sdk/releasing/</loc>
25-
<lastmod>2026-02-07</lastmod>
25+
<lastmod>2026-03-19</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://agentclientprotocol.github.io/python-sdk/use-cases/</loc>
29-
<lastmod>2026-02-07</lastmod>
29+
<lastmod>2026-03-19</lastmod>
3030
</url>
3131
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)