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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to `agent-client-protocol-python`
1
+
# Contributing to `agentclientprotocol/python-sdk`
2
2
3
3
Contributions are welcome, and they are greatly appreciated!
4
4
Every little bit helps, and credit will always be given.
@@ -9,7 +9,7 @@ You can contribute in many ways:
9
9
10
10
## Report Bugs
11
11
12
-
Report bugs at https://github.com/psiace/agent-client-protocol-python/issues
12
+
Report bugs at https://github.com/agentclientprotocol/python-sdk/issues
13
13
14
14
If you are reporting a bug, please include:
15
15
@@ -29,11 +29,11 @@ Anything tagged with "enhancement" and "help wanted" is open to whoever wants to
29
29
30
30
## Write Documentation
31
31
32
-
agent-client-protocol-python could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
32
+
This project could always use more documentation, whether as part of the official docs, in docstrings, or even on the web in blog posts, articles, and such.
33
33
34
34
## Submit Feedback
35
35
36
-
The best way to send feedback is to file an issue at https://github.com/psiace/agent-client-protocol-python/issues.
36
+
The best way to send feedback is to file an issue at https://github.com/agentclientprotocol/python-sdk/issues.
37
37
38
38
If you are proposing a new feature:
39
39
@@ -44,22 +44,22 @@ If you are proposing a new feature:
44
44
45
45
# Get Started!
46
46
47
-
Ready to contribute? Here's how to set up `agent-client-protocol-python` for local development.
47
+
Ready to contribute? Here's how to set up the project for local development.
48
48
Please note this documentation assumes you already have `uv` and `Git` installed and ready to go.
49
49
50
-
1. Fork the `agent-client-protocol-python` repo on GitHub.
50
+
1. Fork the `agentclientprotocol/python-sdk` repo on GitHub.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ uv add agent-client-protocol
34
34
```
35
35
2. Wire it into your client (e.g. Zed → Agents panel) so stdio is connected; the SDK handles JSON-RPC framing and lifecycle messages.
36
36
37
-
Prefer a step-by-step walkthrough? Read the [Quickstart guide](docs/quickstart.md) or the hosted docs: https://psiace.github.io/agent-client-protocol-python/.
37
+
Prefer a step-by-step walkthrough? Read the [Quickstart guide](docs/quickstart.md) or the hosted docs: https://agentclientprotocol.github.io/python-sdk/.
38
38
39
39
### Launching from Python
40
40
@@ -162,7 +162,7 @@ Read more in [docs/contrib.md](docs/contrib.md).
Hook it up with `AgentSideConnection` inside an async entrypoint and wire it to your client. Refer to:
105
105
106
-
-[`examples/echo_agent.py`](https://github.com/psiace/agent-client-protocol-python/blob/main/examples/echo_agent.py) for the smallest streaming agent
107
-
-[`examples/agent.py`](https://github.com/psiace/agent-client-protocol-python/blob/main/examples/agent.py) for an implementation that negotiates capabilities and streams richer updates
108
-
-[`examples/duet.py`](https://github.com/psiace/agent-client-protocol-python/blob/main/examples/duet.py) to see `spawn_agent_process` in action alongside the interactive client
109
-
-[`examples/gemini.py`](https://github.com/psiace/agent-client-protocol-python/blob/main/examples/gemini.py) to drive the Gemini CLI (`--experimental-acp`) directly from Python
106
+
-[`examples/echo_agent.py`](https://github.com/agentclientprotocol/python-sdk/blob/main/examples/echo_agent.py) for the smallest streaming agent
107
+
-[`examples/agent.py`](https://github.com/agentclientprotocol/python-sdk/blob/main/examples/agent.py) for an implementation that negotiates capabilities and streams richer updates
108
+
-[`examples/duet.py`](https://github.com/agentclientprotocol/python-sdk/blob/main/examples/duet.py) to see `spawn_agent_process` in action alongside the interactive client
109
+
-[`examples/gemini.py`](https://github.com/agentclientprotocol/python-sdk/blob/main/examples/gemini.py) to drive the Gemini CLI (`--experimental-acp`) directly from Python
110
110
111
111
Need builders for common payloads? `acp.helpers` mirrors the Go/TS helper APIs:
0 commit comments