preparing verison 0.5.5

This commit is contained in:
João Moura
2024-02-07 23:13:39 -08:00
parent a45c82c5f7
commit 44b6bcbcaa
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
Processes Processes
</a> </a>
</li> </li>
<li>
<a href="./core-concepts/Crews">
Crews
</a>
</li>
</ul> </ul>
</div> </div>
<div style="width:30%"> <div style="width:30%">

View File

@@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "crewai" name = "crewai"
version = "0.5.4" version = "0.5.5"
description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks."
authors = ["Joao Moura <joao@crewai.com>"] authors = ["Joao Moura <joao@crewai.com>"]
readme = "README.md" readme = "README.md"