Transfer Action usage to ActionNode for subsequent structured reasoning opportunities

- Modifided actions: project_management / design_api / write_prd
This commit is contained in:
geekan 2023-12-14 15:58:05 +08:00
parent 5d7c228539
commit c0bcf57caf
15 changed files with 438 additions and 820 deletions

View file

@ -82,7 +82,7 @@ class Environment(BaseModel):
futures.append(future)
await asyncio.gather(*futures)
logger.info(f"is idle: {self.is_idle}")
logger.debug(f"is idle: {self.is_idle}")
def get_roles(self) -> dict[str, Role]:
"""获得环境内的所有角色