Former-commit-id: ce38944312
group-chat
Kye 1 year ago
parent 19a4faa4be
commit b8eed6ed75

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "1.6.6"
version = "1.6.7"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]

@ -27,7 +27,8 @@ class GodMode:
responses = executor.map(
lambda agent: agent.run(task) if hasattr(
agent, 'run'
) else agent(task), self.all_agents)
) else agent(task), self.all_agents
)
return list(responses)

Loading…
Cancel
Save