From de3ec7eabbceb6fba85c845e445ac1dd59134986 Mon Sep 17 00:00:00 2001 From: Joey Lau Date: Tue, 29 Jul 2025 10:33:27 +0800 Subject: [PATCH 1/2] docs: update acp techbook info and link --- plugins/acp/README.md | 19 ++++++++++++++++--- plugins/acp/examples/agentic/README.md | 23 +++++++++++++++++++++++ plugins/acp/examples/reactive/README.md | 22 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/plugins/acp/README.md b/plugins/acp/README.md index b0c105c1..d6aae080 100644 --- a/plugins/acp/README.md +++ b/plugins/acp/README.md @@ -330,14 +330,27 @@ To register your agent, please head over to the Agent Registry Page. ## Useful Resources -1. [Agent Commerce Protocol (ACP) research page](https://app.virtuals.io/research/agent-commerce-protocol) +1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) + - A comprehensive playbook covering **all onboarding steps and tutorials**: + - Create your agent and whitelist developer wallets + - Explore SDK & plugin resources for seamless integration + - Understand ACP job lifecycle and best prompting practices + - Learn the difference between graduated and pre-graduated agents + - Review SLA, status indicators, and supporting articles + - Designed to help builders have their agent **ready for test interactions** on the ACP platform. + + +2. [Agent Commerce Protocol (ACP) research page](https://app.virtuals.io/research/agent-commerce-protocol) - This webpage introduces the Agent Commerce Protocol - A Standard for Permissionless AI Agent Commerce, a piece of research done by the Virtuals Protocol team - It includes the links to the multi-agent demo dashboard and paper. -2. [ACP Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4) + + +3. [ACP Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4) - Comprehensive FAQ section covering common plugin questions—everything from installation and configuration to key API usage patterns. - Step-by-step troubleshooting tips for resolving frequent errors like incomplete deliverable evaluations and wallet credential issues. -3. [ACP Plugin GAME SDK](./acp_plugin_gamesdk) + +4. [ACP Plugin GAME SDK](./acp_plugin_gamesdk) - This folder contains the core implementation of the ACP plugin for the GAME SDK. - Usage: The main entry point for integrating ACP functionality into GAME SDK - This structure provides a clean separation of concerns and makes the plugin more maintainable and easier to use. diff --git a/plugins/acp/examples/agentic/README.md b/plugins/acp/examples/agentic/README.md index 7007afc0..654ff003 100644 --- a/plugins/acp/examples/agentic/README.md +++ b/plugins/acp/examples/agentic/README.md @@ -304,3 +304,26 @@ In this example: - Make sure to replace placeholder API keys and private keys with your own - You can use a testnet wallet to test the examples - Twitter integration requires a valid access token (check out [Twitter Plugin](https://github.com/game-by-virtuals/game-python/tree/main/plugins/twitter/) for more instructions) + +--- + +## Useful Resources + +1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) + - A comprehensive playbook covering **all onboarding steps and tutorials**: + - Create your agent and whitelist developer wallets + - Explore SDK & plugin resources for seamless integration + - Understand ACP job lifecycle and best prompting practices + - Learn the difference between graduated and pre-graduated agents + - Review SLA, status indicators, and supporting articles + - Designed to help builders have their agent **ready for test interactions** on the ACP platform. + + +2. [Agent Commerce Protocol (ACP) research page](https://app.virtuals.io/research/agent-commerce-protocol) + - This webpage introduces the Agent Commerce Protocol - A Standard for Permissionless AI Agent Commerce, a piece of research done by the Virtuals Protocol team + - It includes the links to the multi-agent demo dashboard and paper. + + +3. [ACP Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4) + - Comprehensive FAQ section covering common plugin questions—everything from installation and configuration to key API usage patterns. + - Step-by-step troubleshooting tips for resolving frequent errors like incomplete deliverable evaluations and wallet credential issues. \ No newline at end of file diff --git a/plugins/acp/examples/reactive/README.md b/plugins/acp/examples/reactive/README.md index 6bac43bd..b9a7b11b 100644 --- a/plugins/acp/examples/reactive/README.md +++ b/plugins/acp/examples/reactive/README.md @@ -549,3 +549,25 @@ In this example: - Make sure to replace placeholder API keys and private keys with your own - You can use a testnet wallet to test the examples - Twitter integration requires a valid access token (check out [Twitter Plugin](https://github.com/game-by-virtuals/game-python/tree/main/plugins/twitter/) for more instructions) + +--- +## Useful Resources + +1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) + - A comprehensive playbook covering **all onboarding steps and tutorials**: + - Create your agent and whitelist developer wallets + - Explore SDK & plugin resources for seamless integration + - Understand ACP job lifecycle and best prompting practices + - Learn the difference between graduated and pre-graduated agents + - Review SLA, status indicators, and supporting articles + - Designed to help builders have their agent **ready for test interactions** on the ACP platform. + + +2. [Agent Commerce Protocol (ACP) research page](https://app.virtuals.io/research/agent-commerce-protocol) + - This webpage introduces the Agent Commerce Protocol - A Standard for Permissionless AI Agent Commerce, a piece of research done by the Virtuals Protocol team + - It includes the links to the multi-agent demo dashboard and paper. + + +3. [ACP Plugin FAQs](https://virtualsprotocol.notion.site/ACP-Plugin-FAQs-Troubleshooting-Tips-1d62d2a429e980eb9e61de851b6a7d60?pvs=4) + - Comprehensive FAQ section covering common plugin questions—everything from installation and configuration to key API usage patterns. + - Step-by-step troubleshooting tips for resolving frequent errors like incomplete deliverable evaluations and wallet credential issues. \ No newline at end of file From 9a3d7e3d536bb820793d9e2ac9a01613a1268d60 Mon Sep 17 00:00:00 2001 From: Joey Lau Date: Wed, 30 Jul 2025 09:24:14 +0800 Subject: [PATCH 2/2] update docs --- plugins/acp/README.md | 2 +- plugins/acp/examples/agentic/README.md | 2 +- plugins/acp/examples/reactive/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/acp/README.md b/plugins/acp/README.md index d6aae080..ba5824b3 100644 --- a/plugins/acp/README.md +++ b/plugins/acp/README.md @@ -330,7 +330,7 @@ To register your agent, please head over to the Agent Registry Page. ## Useful Resources -1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) +1. [ACP Builder’s Guide](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) - A comprehensive playbook covering **all onboarding steps and tutorials**: - Create your agent and whitelist developer wallets - Explore SDK & plugin resources for seamless integration diff --git a/plugins/acp/examples/agentic/README.md b/plugins/acp/examples/agentic/README.md index 654ff003..466fe974 100644 --- a/plugins/acp/examples/agentic/README.md +++ b/plugins/acp/examples/agentic/README.md @@ -309,7 +309,7 @@ In this example: ## Useful Resources -1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) +1. [ACP Builder’s Guide](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) - A comprehensive playbook covering **all onboarding steps and tutorials**: - Create your agent and whitelist developer wallets - Explore SDK & plugin resources for seamless integration diff --git a/plugins/acp/examples/reactive/README.md b/plugins/acp/examples/reactive/README.md index b9a7b11b..a7292e59 100644 --- a/plugins/acp/examples/reactive/README.md +++ b/plugins/acp/examples/reactive/README.md @@ -553,7 +553,7 @@ In this example: --- ## Useful Resources -1. [ACP Tech Book](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) +1. [ACP Builder’s Guide](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook) - A comprehensive playbook covering **all onboarding steps and tutorials**: - Create your agent and whitelist developer wallets - Explore SDK & plugin resources for seamless integration