Skip to content

mit-teaching-systems-lab/dcss-sentiment-analysis-agent

Repository files navigation

DCSS Sentiment Analysis

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.

Directory

index.html

An example web client that connects and requests analysis from the service.

remote-process.js

An example server client that connects and requests analysis from the service.

sentiment.js

An example binary that the server shells out to for analysis.

server.js

The core socket service. This coordinates input analysis with child processes, and responds to remote requests.

Creating a Teacher Moments Agent

  1. Navigate to Admin/Agents (assuming your user has sufficient privileges to access this section of the site.).
  2. Click Create a new agent
  3. Enter a name for your new agent
  4. Enter a brief description
  5. Enter the endpoint: ws://dcss-saa-production.herokuapp.com
  6. Select one or more Interactions that you want to send to the agent
  7. Click "Save"

About

This repository contains an example websocket service that demonstrates using a child process to provide the required functionality of an AI service for DCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors