test: add unit tests to BeliefCollector

ref: N25B-197
This commit is contained in:
2025-10-22 14:51:20 +02:00
parent cd0b3ee9a0
commit e057cf3003
4 changed files with 239 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ from spade_bdi.bdi import BDIAgent
from control_backend.agents.bdi.behaviours.belief_setter import BeliefSetter
class BDICore(BDIAgent):
class BDICoreAgent(BDIAgent):
"""
This is the Brain agent that does the belief inference with AgentSpeak.
This is a continous process that happens automatically in the background.