The minimal requirements for your agent code are that:
You have implemented the first 10 capabilities on the Designing and Developing Your Agent page, meeting the requirements listed on the related pages, with detailed instructions for these capabilities.
Your conversational agent compiles and we can run it.
We can successfully test and conduct a conversation with your conversational agent that concludes with a single recommended recipe of our choice. In principle, we should be able to select any of the recipes available in the agent’s recipe database provided to you at the start of the project.
For your convenience, we list here some more specific requirements that your code should minimally meet:
Patterns: You have created the following conversational patterns in the
patterns.pl
file:Visuals: You have created the following six webpages:
A Start page: The main requirement for the start page is that it has a button the user can click when they are ready to start a conversation. See for more details the Getting Your Conversational Agent Up and Running page.
A Greeting/Opening Page associated with pattern c10
A First Page for Recipe Selection (associated with pattern a50recipeSelect).
A Second Page for Recipe Selection (associated with pattern a50recipeSelect).
A Recipe Confirmation Page associated with pattern a50recipeConfirm.
A Closing Page associated with pattern c40.