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
This repo contains the specification of Agent Connect Protocol (ACP)
5
+
This repo contains the specification of Agent Connect Protocol (ACP) proposed by the Agntcy Collective. The Agent Connect Protocol defines a standard interface to invoke and configure remote agents over an API. The protocol is specified in [OpenAPI](https://www.openapis.org/what-is-openapi) a REST-based schema specification.
6
+
7
+
More about how ACP fits into the bigger picture of the [Internet of Agents as seen by Agntcy](https://docs.agntcy.org/index.html) can be found in the documentation [here.](https://docs.agntcy.org/pages/introduction.html)
9
8
10
-
Agent Connect Protocol defines a standard interface to invoke and configure agents.
11
9
12
10
## Getting Started
13
11
14
-
See [Getting Started Guide](docs/README.md#getting-started)
12
+
See [Getting Started Guide](https://docs.agntcy.org/pages/syntactic_sdk/agntcy_acp_spec.md#getting-started)
15
13
16
14
17
15
## Documentation
18
16
19
-
See [ACP Documentation](https://agntcy.github.io/acp-spec)
20
-
21
-
See [IoA Documentation](https://docs.agntcy.org) for more info on Internet of Agents.
22
-
23
-
See ACP specification in [JSON Format](openapi.json) or browse its [OpenAPI visualization](https://agntcy.github.io/acp-spec/docs/openapi.html)
17
+
See current ACP specification in [JSON Format](openapi.json) or browse its [OpenAPI visualization](https://spec.acp.agntcy.org/)
24
18
19
+
For more information on the background of the specification and the design requirements, please see the [ACP spec documentation on the Agntcy Docs](https://docs.agntcy.org/pages/syntactic_sdk/connect.html)
25
20
26
21
## Roadmap
27
22
@@ -33,11 +28,11 @@ of additional proposed features (and known issues).
33
28
Contributions are what make the open source community such an amazing place to
34
29
learn, inspire, and create. Any contributions you make are **greatly
35
30
appreciated**. For detailed contributing guidelines, please see
36
-
[CONTRIBUTING.md](docs/CONTRIBUTING.md)
31
+
[CONTRIBUTING.md](CONTRIBUTING.md)
37
32
38
33
## Copyright Notice
39
34
40
-
[Copyright Notice and License](./LICENSE)
35
+
[Copyright Notice and License](LICENSE)
41
36
42
37
Distributed under Apache 2.0 License. See LICENSE for more information.
0 commit comments