function startAssist(socket, agentID) {} function endAssist(socket, agentID) {} function handleEvent(eventName, socket, agentID) {} module.exports = { startAssist, endAssist, handleEvent, }