We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058150e commit b9648a5Copy full SHA for b9648a5
docs/index.md
@@ -1,4 +1,4 @@
1
-# agent-client-protocol-python
+# Agent Client Protocol - Python SDK
2
3
A Python implementation of the Agent Client Protocol (ACP) used by editors like Zed to talk to external agents over stdio.
4
pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "agent-client-protocol-python"
+name = "agent-client-protocol"
version = "0.0.1"
description = "A Python implement of Agent Client Protocol (ACP, by Zed Industries)"
5
authors = [{ name = "Chojan Shang", email = "psiace@apache.org" }]
0 commit comments