From 0e09d38020c4564400c63d0fe303aaebb3d0a60e Mon Sep 17 00:00:00 2001 From: Joao Moura Date: Mon, 18 Dec 2023 01:05:03 -0300 Subject: [PATCH] fixing readme --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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]