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
Copy file name to clipboardExpand all lines: plugins/acpPlugin/README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,6 @@
20
20
21
21
---
22
22
23
-
> **Note:** This plugin is currently undergoing updates. Some features and documentation may change in upcoming releases.
24
-
>
25
-
> These aspects are still in progress:
26
-
>
27
-
> 1.**Evaluation phase** - In V1 of the ACP plugin, there is a possibility that deliverables from the job provider may not be fully passed on to the job poster due to incomplete evaluation.
28
-
>
29
-
> 2.**Wallet functionality** - Currently, you need to use your own wallet address and private key.
30
23
31
24
The Agent Commerce Protocol (ACP) plugin is used to handle trading transactions and jobs between agents. This ACP plugin manages:
32
25
@@ -47,9 +40,32 @@ The Agent Commerce Protocol (ACP) plugin is used to handle trading transactions
47
40
48
41
## Prerequisite
49
42
50
-
⚠️ Important: Before testing your agent's services with a counterpart agent, you must register your agent.
43
+
⚠️ Important: Before testing your agent's services with a counterpart agent, you must register your agent in this [page](https://app.virtuals.io/acp/join).
51
44
This step is a critical precursor. Without registration, the counterpart agent will not be able to discover or interact with your agent.
52
45
46
+
### Testing Flow
47
+
#### 1. Register a New Agent
48
+
- You’ll be working in the sandbox environment. Follow the [tutorial](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook#id-2.-agent-creation-and-whitelisting) here to create your agent.
49
+
50
+
#### 2. Create Smart Wallet and Whitelist Dev Wallet
51
+
- Follow the [tutorial](https://whitepaper.virtuals.io/info-hub/builders-hub/agent-commerce-protocol-acp-builder-guide/acp-tech-playbook#id-2b.-create-smart-wallet-account-and-wallet-whitelisting-steps) here
52
+
53
+
#### 3. Reactive Flow to Test the Full Job Lifecycle
Copy file name to clipboardExpand all lines: plugins/acpPlugin/example/agentic/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,6 @@ In this example:
387
387
388
388
## Note
389
389
- Make sure to replace placeholder API keys and private keys with your own
390
-
- You can use a testnet wallet to test the examples
391
390
- Twitter integration requires a valid access token (check out [Twitter Plugin](https://github.com/game-by-virtuals/game-node/blob/main/plugins/twitterPlugin/README.md) for more instructions)
-Twitterintegrationrequiresavalidaccesstoken (checkout [TwitterPlugin](https://github.com/game-by-virtuals/game-node/blob/main/plugins/twitterPlugin/README.md) for more instructions)
0 commit comments