feat: support force completed goals in semantic belief agent
ref: N25B-427
This commit is contained in:
@@ -310,7 +310,7 @@ class UserInterruptAgent(BaseAgent):
|
||||
async def _send_to_bdi_belief(self, asl_goal: str):
|
||||
"""Send belief to BDI Core"""
|
||||
belief_name = f"achieved_{asl_goal}"
|
||||
belief = Belief(name=belief_name)
|
||||
belief = Belief(name=belief_name, arguments=None)
|
||||
self.logger.debug(f"Sending belief to BDI Core: {belief_name}")
|
||||
belief_message = BeliefMessage(create=[belief])
|
||||
msg = InternalMessage(
|
||||
|
||||
Reference in New Issue
Block a user