Main BDI brain structure implemented. Still some TODOs left, and very basic implementation (only one belief "user_said(Message)" and every message is sent straight to a function which is responsible for getting an LLM response. ref: N25B-197
4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
+user_said(Message) : not responded <-
|
|
+responded;
|
|
.reply(Message).
|