chore: fix merge conflicts and small items
ref: N25B-208
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import spade
|
||||
from spade.agent import Agent
|
||||
import logging
|
||||
|
||||
from control_backend.agents.bdi.behaviours.text_belief_extractor import BeliefFromText
|
||||
|
||||
|
||||
class TBeliefExtractor(Agent):
|
||||
async def setup(self):
|
||||
self.b = BeliefFromText()
|
||||
|
||||
Reference in New Issue
Block a user