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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,16 @@
4
4
5
5
A registry of agents and extensions implementing the [Agent Client Protocol, ACP](https://github.com/agentclientprotocol/agent-client-protocol).
6
6
7
-
> **Note**: This registry only includes agents that support [authentication](AUTHENTICATION.md). Agents must implement auth flows to be listed here. See also the [ACP auth methods proposal](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/docs/rfds/auth-methods.mdx).
7
+
> **Authentication Required**: This registry maintains a curated list of **agents that support user authentication**.
8
+
>
9
+
> Users must be able to authenticate themselves with agents to use them.
10
+
> All agents are verified via CI to ensure they return valid `authMethods` in the ACP handshake.
11
+
> See [AUTHENTICATION.md](AUTHENTICATION.md) for implementation details and the [ACP auth methods proposal](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/docs/rfds/auth-methods.mdx) for the specification.
0 commit comments