Skip to content

Commit 5e8c047

Browse files
authored
chore: Remove landing page and publish only spec on GH pages. (#42)
Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>
1 parent d4e8d27 commit 5e8c047

File tree

8 files changed

+21
-629
lines changed

8 files changed

+21
-629
lines changed

.github/settings.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endeavor to review incoming issues and pull requests within 10 days, and will
1010
close any lingering issues or pull requests after 60 days of inactivity.
1111

1212
Please note that all of your interactions in the project are subject to our
13-
[Code of Conduct](/CODE_OF_CONDUCT.md). This includes creation of issues or pull
13+
[Code of Conduct](CODE_OF_CONDUCT.md). This includes creation of issues or pull
1414
requests, commenting on issues or pull requests, and extends to all interactions
1515
in any real-time space e.g., Slack, Discord, etc.
1616

@@ -25,7 +25,7 @@ description**, as much relevant information as possible, and, if possible, a
2525
test case.
2626

2727
**If you discover a security bug, please do not report it through GitHub.
28-
Instead, please see security procedures in [SECURITY.md](/SECURITY.md).**
28+
Instead, please see security procedures in [SECURITY.md](SECURITY.md).**
2929

3030
## Sending Pull Requests
3131

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
# Agent Connect Protocol Specification
22

3-
[![Release](https://img.shields.io/github/v/release/agntcy/acp-spec?display_name=tag)](CHANGELOG.md)
4-
[![Contributor-Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-fbab2c.svg)](CODE_OF_CONDUCT.md)
5-
63
## About The Project
74

8-
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)
98

10-
Agent Connect Protocol defines a standard interface to invoke and configure agents.
119

1210
## Getting Started
1311

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)
1513

1614

1715
## Documentation
1816

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/)
2418

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)
2520

2621
## Roadmap
2722

@@ -33,11 +28,11 @@ of additional proposed features (and known issues).
3328
Contributions are what make the open source community such an amazing place to
3429
learn, inspire, and create. Any contributions you make are **greatly
3530
appreciated**. For detailed contributing guidelines, please see
36-
[CONTRIBUTING.md](docs/CONTRIBUTING.md)
31+
[CONTRIBUTING.md](CONTRIBUTING.md)
3732

3833
## Copyright Notice
3934

40-
[Copyright Notice and License](./LICENSE)
35+
[Copyright Notice and License](LICENSE)
4136

4237
Distributed under Apache 2.0 License. See LICENSE for more information.
4338
Copyright AGNTCY Contributors (https://github.com/agntcy)
File renamed without changes.

0 commit comments

Comments
 (0)