Skip to content

Commit d3ec6ab

Browse files
committed
Add work in progress notice to README
1 parent 7bf3b23 commit d3ec6ab

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# ACP Agent Registry
22

3-
A registry of agents implementing the [Agent Client Protocol (ACP)](https://github.com/anthropics/agent-client-protocol).
3+
> ⚠️ **Work in Progress**: This registry is under active development. Format and contents may change.
4+
5+
A registry of agents implementing the [Agent Client Protocol (ACP)](https://github.com/agentclientprotocol/agent-client-protocol).
46

57
> **Note**: This registry only includes agents that support authentication. Agents must implement auth flows to be listed here.
68
79
## Included Agents
810

911
| Agent | Description |
10-
|-------------------------------------------------------------------|--------------------------------------------------------------------|
12+
|-------------------------------------------------------------------|:-------------------------------------------------------------------|
1113
| [Auggie CLI](https://github.com/augmentcode/auggie-zed-extension) | Augment Code's software agent with industry-leading context engine |
1214
| [Codex CLI](https://github.com/zed-industries/codex-acp) | OpenAI's coding assistant |
1315
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | Google's official CLI for Gemini |
@@ -23,12 +25,6 @@ Fetch the registry index:
2325
https://github.com/agentclientprotocol/registry/releases/latest/download/registry.json
2426
```
2527

26-
Fetch agent icons:
27-
28-
```
29-
https://github.com/agentclientprotocol/registry/releases/latest/download/<agent-id>.svg
30-
```
31-
3228
## Registry Format
3329

3430
```json

0 commit comments

Comments
 (0)