eaglelandsonce commited on
Commit
6c62b46
·
1 Parent(s): 66682e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ researcher = Agent(
16
  data science. You have a knack for dissecting complex data and presenting
17
  actionable insights.""",
18
  verbose=True,
19
- allow_delegation=False,
20
 
21
  )
22
  writer = Agent(
@@ -26,7 +26,7 @@ writer = Agent(
26
  and engaging articles on technology and innovation. With a deep understanding of
27
  the tech industry, you transform complex concepts into compelling narratives.""",
28
  verbose=True,
29
- allow_delegation=True
30
  )
31
 
32
  # Create tasks for your agents
 
16
  data science. You have a knack for dissecting complex data and presenting
17
  actionable insights.""",
18
  verbose=True,
19
+ allow_delegation=False
20
 
21
  )
22
  writer = Agent(
 
26
  and engaging articles on technology and innovation. With a deep understanding of
27
  the tech industry, you transform complex concepts into compelling narratives.""",
28
  verbose=True,
29
+ allow_delegation=False
30
  )
31
 
32
  # Create tasks for your agents