2024 Getting Started: The Tools Used

The Project MAS builds upon the material taught in the Multi-Agent Systems course. You will use some additional tools and software to develop your recipe recommendation agent in this project. We provide a brief overview of the tools you need to use throughout the project:

  • Dialogflow: We use Google Dialogflow for translating spoken user utterances into text by means of automatic speech recognition, for classifying these texts by means of intent recognition, and for generating the speech of the agent. One of your main tasks will be designing an intent scheme and adding entities for making sense of what a user says. You will need to specify these in a Dialogflow agent, which you need to create at the start of the project.

  • GitHub: We use GitHub classroom to provide you with the initial agent code. GitHub is a development platform. You need to join the GitHub classroom and use it for developing and sharing your code.

  • MARBEL: You will develop your recipe recommendation agent using MARBEL and SWI Prolog. The MARBEL agent implements a dialog engine that you will use. You do not need to change this agent, but you are allowed to modify it if you like. The focus will be mostly on using Prolog to provide the agent with the knowledge it needs and to make it smarter by providing it with some logic related to its task.

  • SIC: We will make use of the Social Interaction Cloud (SIC) which runs in a Docker container. The agent will connect with this infrastructure to be able to interface with a browser for displaying a webpage for visual support and Dialogflow for voice-based user interaction. For programming, the browser, Bootstrap, a front-end open-source toolkit for building websites will be used.