This repository contains an example websocket service that implements the interactions described in DCSS Remote AI Service Integration . This demonstration also illustrates the use of a child process.
An example web client that connects and requests analysis from the service.
An example server client that connects and requests analysis from the service.
An example binary that the server shells out to for analysis.
The core socket service. This coordinates input analysis with child processes, and responds to remote requests.
- Navigate to Admin/Agents (assuming your user has sufficient privileges to access this section of the site.).
- Click Create a new agent
- Enter a name for your new agent
- Enter a brief description
- Enter the endpoint:
ws://dcss-sa-production.herokuapp.com
- Select one or more Interactions that you want to send to the agent
- Click "Save"