SimpleAI

%if last_event == 'started':

Welcome to the SimpleAI execution web viewer

Started running. Click on "Next step" to continue the execution of the algorithm.

On the top bar you have links to switch between the graph mode and the log mode. And on the bottom bar you have information about the current step (hover with your mouse over it to see more detail).

%else: %if status_type == 'graph': %elif status_type == 'log': %for event, description in events:

{{event}}:

{{!description.replace('\n', '
')}}

%end %end %end

{{last_event}}

{{!last_event_description.replace('\n', '
')}}