You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Run it with <code>run_agent()</code> inside an async entrypoint and wire it to your client. Refer to:</p>
838
840
<ul>
839
841
<li><ahref="https://github.com/agentclientprotocol/python-sdk/blob/main/examples/echo_agent.py"><code>examples/echo_agent.py</code></a> for the smallest streaming agent</li>
840
842
<li><ahref="https://github.com/agentclientprotocol/python-sdk/blob/main/examples/agent.py"><code>examples/agent.py</code></a> for an implementation that negotiates capabilities and streams richer updates</li>
841
843
<li><ahref="https://github.com/agentclientprotocol/python-sdk/blob/main/examples/duet.py"><code>examples/duet.py</code></a> to see <code>spawn_agent_process</code> in action alongside the interactive client</li>
842
-
<li><ahref="https://github.com/agentclientprotocol/python-sdk/blob/main/examples/gemini.py"><code>examples/gemini.py</code></a> to drive the Gemini CLI (<code>--experimental-acp</code>) directly from Python</li>
844
+
<li><ahref="https://github.com/agentclientprotocol/python-sdk/blob/main/examples/gemini.py"><code>examples/gemini.py</code></a> to drive the Gemini CLI (<code>--acp</code>) directly from Python</li>
843
845
</ul>
844
846
<p>Need builders for common payloads? <code>acp.helpers</code> mirrors the Go/TS helper APIs:</p>
<h2id="optional-talk-to-the-gemini-cli">Optional — Talk to the Gemini CLI<aclass="headerlink" href="#optional-talk-to-the-gemini-cli" title="Permanent link">¶</a></h2>
856
858
<p><em>Have the Gemini CLI installed? Run the bridge to exercise permission flows.</em></p>
857
859
<p>If you have the Gemini CLI installed and authenticated:</p>
0 commit comments