connect_remote
Connect to a remote ACDP coordination server to enable agent coordination across machines. Needs the server URL and secret token; request them from the user if unavailable.
Instructions
Connect to a remote ACDP coordination server on another machine. Use this when you need to coordinate with agents running on a different computer. You will need the server IP/hostname and the secret token (found in acdp-socket-server/config.json on the remote machine). ASK THE USER for these values if you do not have them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | WebSocket URL of the remote server (e.g., ws://192.168.1.10:3100) | |
| token | Yes | Secret token for authentication (from the remote server config) |