add increment development function

This commit is contained in:
mannaandpoem 2023-11-21 14:42:45 +08:00
parent 8a73d5cadb
commit 1ea3c0c9f3

View file

@ -205,7 +205,6 @@ class Role:
# history=self.history)
logger.info(f"{self._setting}: ready to {self._rc.todo}")
response = await self._rc.todo.run(self._rc.important_memory)
# logger.info(response)
if isinstance(response, ActionOutput):