mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
fixing readme
This commit is contained in:
@@ -45,6 +45,7 @@ writer = Agent(
|
|||||||
goal='Create engaging content',
|
goal='Create engaging content',
|
||||||
backstory="You're a famous technical writer, specialized on writing data related content",
|
backstory="You're a famous technical writer, specialized on writing data related content",
|
||||||
verbose=True
|
verbose=True
|
||||||
|
delegate=False # This agent can delegate tasks to other agents
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create tasks for your agents
|
# Create tasks for your agents
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Repository = "https://github.com/joaomdmoura/crewai"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
pydantic = "^2.4.2"
|
pydantic = "^2.4.2"
|
||||||
langchain = "^0.0.335"
|
langchain = "^0.0.350"
|
||||||
openai = "^0.28.1"
|
openai = "^0.28.1"
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user