test: make tests work again after changing Program schema
ref: N25B-380
This commit is contained in:
@@ -89,9 +89,9 @@ class BDICoreAgent(BaseAgent):
|
||||
the agent has deferred intentions (deadlines).
|
||||
"""
|
||||
while self._running:
|
||||
# await (
|
||||
# self._wake_bdi_loop.wait()
|
||||
# ) # gets set whenever there's an update to the belief base
|
||||
await (
|
||||
self._wake_bdi_loop.wait()
|
||||
) # gets set whenever there's an update to the belief base
|
||||
|
||||
# Agent knows when it's expected to have to do its next thing
|
||||
maybe_more_work = True
|
||||
|
||||
Reference in New Issue
Block a user