From d79ae73b679a0701a97b026de77b75ff28c90a13 Mon Sep 17 00:00:00 2001
From: Elena Yan <78790594+yan-elena@users.noreply.github.com>
Date: Sun, 26 May 2024 21:10:06 +0200
Subject: [PATCH] Update README.md
---
README.md | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 92ba2a6..7db1a96 100644
--- a/README.md
+++ b/README.md
@@ -36,24 +36,27 @@ Once you have the log files, you can upload them to the Home Page.
3. At this point, you can select the level to inspect for each agent in the system.
-
+
## Features
-**Narrative at Implementation Level**, which narrates every detail of the agent reasoning cycle:
+### Narrative at Implementation Level
+A detailed and technical level that follows Jason's operational semantics and reasoning cycle.
-
+
+### Narrative at Design Level
+A higher level that narrates the agent's decisions following its cognitive abstraction according to the Belief-Desire-Intention model.
-**Narrative at Design Level**, which narrates the agent's decisions following its cognitive abstraction according to the BDI model:
+
-
+### Explanation of a specific event
+Some events are associated with an explanation link to a previous event that caused it.
-**Explanation of a specific event**, some events are explained by a previous event that causes it :
+
-
-
-**Filtering function**, for visualise the entire life cycle of a particular event (e.g., goal or intention at the implementation level or desire at the design level)
+### Filter bar
+An interesting use of the filter bar is to visualise the entire life cycle of a particular event (e.g., goal or intention at the implementation level or desire at the design level).