Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ def crewai_process(research_topic):
|
|
| 96 |
|
| 97 |
finalizer = Agent(
|
| 98 |
role='Sums Output Utility',
|
| 99 |
-
goal='Put together the final output
|
| 100 |
backstory="""OCD about everthing being put together """,
|
| 101 |
verbose=True,
|
| 102 |
allow_delegation=False,
|
|
@@ -144,7 +144,7 @@ def crewai_process(research_topic):
|
|
| 144 |
)
|
| 145 |
|
| 146 |
task6 = Task(
|
| 147 |
-
description="""output
|
| 148 |
agent=finalizer
|
| 149 |
|
| 150 |
)
|
|
|
|
| 96 |
|
| 97 |
finalizer = Agent(
|
| 98 |
role='Sums Output Utility',
|
| 99 |
+
goal='Put together the final output.',
|
| 100 |
backstory="""OCD about everthing being put together """,
|
| 101 |
verbose=True,
|
| 102 |
allow_delegation=False,
|
|
|
|
| 144 |
)
|
| 145 |
|
| 146 |
task6 = Task(
|
| 147 |
+
description="""output the 7 part story created by the author label each section""",
|
| 148 |
agent=finalizer
|
| 149 |
|
| 150 |
)
|