Updating Readme

This commit is contained in:
Joao Moura
2023-11-14 11:44:12 -03:00
parent a99b460164
commit 682d87e93e
3 changed files with 37 additions and 4 deletions

View File

@@ -1,10 +1,16 @@
[tool.poetry]
name = "crewai"
version = "0.1.0"
description = ""
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 <joaomdmoura@gmail.com>"]
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.8.1,<4.0"
pydantic = "^2.4.2"