Skip to content

Commit 45ee442

Browse files
committed
Cutting a new version 0.1.14
1 parent f887d9b commit 45ee442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ task2 = Task(description='Write a blog post on AI advancements', agent=writer)
6464
crew = Crew(
6565
agents=[researcher, writer],
6666
tasks=[task1, task2],
67-
verbose=True, # Crew verbose more will let you know what tasks are being worked on
67+
verbose=2, # Crew verbose more will let you know what tasks are being worked on, you can set it to 1 or 2 to different logging levels
6868
process=Process.sequential # Sequential process will have tasks executed one after the other and the outcome of the previous one is passed as extra content into this next.
6969
)
7070

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "crewai"
4-
version = "0.1.7"
4+
version = "0.1.14"
55
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."
66
authors = ["Joao Moura <joaomdmoura@gmail.com>"]
77
readme = "README.md"

0 commit comments

Comments
 (0)