diff --git a/plugins/acp/README.md b/plugins/acp/README.md index b0c105c..ba5824b 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 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 + - 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 7007afc..466fe97 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 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 + - 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 6bac43b..a7292e5 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 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 + - 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