test: fix tests

ref: N25B-452
This commit is contained in:
2026-01-19 16:06:17 +01:00
parent 1cd5b46f97
commit 230afef16f
3 changed files with 55 additions and 27 deletions

View File

@@ -512,10 +512,6 @@ class BDICoreAgent(BaseAgent):
yield
@self.actions.add(".notify_ui", 0)
def _notify_ui(agent, term, intention):
pass
async def _send_to_llm(self, text: str, norms: str, goals: str):
"""
Sends a text query to the LLM agent asynchronously.