diff --git a/README.md b/README.md index 0f3c37a78..d32879d4a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ writer = Agent( goal='Create engaging content', backstory="You're a famous technical writer, specialized on writing data related content", verbose=True + delegate=False # This agent can delegate tasks to other agents ) # Create tasks for your agents diff --git a/pyproject.toml b/pyproject.toml index c57f83db6..04b6d530d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ Repository = "https://github.com/joaomdmoura/crewai" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" pydantic = "^2.4.2" -langchain = "^0.0.335" +langchain = "^0.0.350" openai = "^0.28.1" [tool.poetry.group.test.dependencies]