<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-183

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

I.D. Craig, Extending Cassandra (March 1, 1991).

Abstract

In this paper, I record a number of extensions to my CASSANDRA architecture. Many of these extensions formed part of the original conception. Since the original architecture definition was published, these extensions have become more pressing. In particular, I argue that the speech act model can be used to great effect by DAI systems, and I have also indicated the variety of ways in which reflective reasoning can be used. The remarks on reflection are founded on work that I have done already on this topic. The extensions form the next stage of the development of the CASSANDRA architecture.

<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>