[tool.poetry] name = "crewai" version = "0.1.23" 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 "] readme = "README.md" [tool.poetry.urls] Homepage = "https://github.com/joaomdmoura/crewai" Documentation = "https://github.com/joaomdmoura/CrewAI/wiki/Index" Repository = "https://github.com/joaomdmoura/crewai" [tool.poetry.dependencies] python = ">=3.9,<4.0" pydantic = "^2.4.2" langchain = "^0.0.354" openai = "^1.5.0" [tool.poetry.group.dev.dependencies] isort = "^5.13.2" black = "^23.12.1" autoflake = "^2.2.1" pre-commit = "^3.6.0" [tool.isort] profile = "black" known_first_party = ["crewai"] [tool.poetry.group.test.dependencies] pytest = "^7.4" pytest-vcr = "^1.0.2" python-dotenv = "1.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"