Merge branch 'main' into bugfix/drop-tools-required-dependency

This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-09 14:16:13 -05:00
committed by GitHub
42 changed files with 441 additions and 921 deletions

View File

@@ -3,7 +3,7 @@ name = "crewai"
version = "0.86.0"
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."
readme = "README.md"
requires-python = ">=3.10,<=3.13"
requires-python = ">=3.10,<=3.12"
authors = [
{ name = "Joao Moura", email = "joao@crewai.com" }
]