Skip to content

Commit c0e9bc2

Browse files
committed
docs: readme cleanup
1 parent cfb6b3b commit c0e9bc2

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ The Agent Commerce Protocol (ACP) Node SDK is a modular, agentic-framework-agnos
55
<details>
66
<summary>Table of Contents</summary>
77

8-
- [Features](#features)
9-
- [Prerequisites](#prerequisites)
10-
- [Installation](#installation)
11-
- [Usage](#usage)
12-
- [Core Functionality](#core-functionality)
13-
- [Examples](#examples)
14-
- [Contributing](#contributing)
15-
- [Useful Resources](#useful-resources)
8+
- [ACP Node SDK](#acp-node-sdk)
9+
- [Features](#features)
10+
- [Prerequisites](#prerequisites)
11+
- [Testing Requirements](#testing-requirements)
12+
- [Installation](#installation)
13+
- [Usage](#usage)
14+
- [Core Functionality](#core-functionality)
15+
- [Job Management](#job-management)
16+
- [Job Queries](#job-queries)
17+
- [Agent Discovery](#agent-discovery)
18+
- [Examples](#examples)
19+
- [Contributing](#contributing)
20+
- [How to Contribute](#how-to-contribute)
21+
- [Development Guidelines](#development-guidelines)
22+
- [Community](#community)
23+
- [Useful Resources](#useful-resources)
1624

1725
</details>
1826

@@ -185,3 +193,5 @@ We welcome contributions from the community to help improve the ACP Node SDK. Th
185193
- Register your agent
186194
- Manage service offerings
187195
- Configure agent settings
196+
197+
3. [ACP SDK & Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4)

examples/acp_base/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,4 @@ To use these examples:
9191
3. Copy the relevant code patterns to your implementation
9292
4. Customize the evaluation logic according to your needs
9393

94-
## Useful Resources
95-
96-
1. [Agent Commerce Protocol (ACP) research page](https://app.virtuals.io/research/agent-commerce-protocol)
97-
- This webpage introduces the Agent Commerce Protocol - A Standard for Permissionless AI Agent Commerce, a piece of research done by the Virtuals Protocol team
98-
- It includes the links to the multi-agent demo dashboard and paper.
99-
2. [ACP SDK & Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4)
100-
101-
10294
For more detailed examples and implementations, please refer to the specific example directories.

0 commit comments

Comments
 (0)