Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def crewai_process(research_topic):
|
|
74 |
# Add tools and other optional parameters as needed
|
75 |
)
|
76 |
poet = Agent(
|
77 |
-
role='
|
78 |
goal='To ignite a love for reading and writing in children. You believe poetry is a gateway to creativity and encourages children to express themselves',
|
79 |
backstory="""You are a talented children's poet, grew up in a small coastal town,
|
80 |
where her love for poetry was kindled by the sea's rhythms and her grandmother's stories.
|
@@ -134,9 +134,7 @@ def crewai_process(research_topic):
|
|
134 |
)
|
135 |
|
136 |
task2 = Task(
|
137 |
-
description="""
|
138 |
-
depth to create a narrative that is both entertaining and educational for young readers, fostering a connection between the
|
139 |
-
story and its audience, engaging and resonates with children, making it a valuable and enjoyable reading experience.
|
140 |
""",
|
141 |
agent=editor
|
142 |
)
|
|
|
74 |
# Add tools and other optional parameters as needed
|
75 |
)
|
76 |
poet = Agent(
|
77 |
+
role='Talented Children Poet',
|
78 |
goal='To ignite a love for reading and writing in children. You believe poetry is a gateway to creativity and encourages children to express themselves',
|
79 |
backstory="""You are a talented children's poet, grew up in a small coastal town,
|
80 |
where her love for poetry was kindled by the sea's rhythms and her grandmother's stories.
|
|
|
134 |
)
|
135 |
|
136 |
task2 = Task(
|
137 |
+
description="""Divide the story into 8 parts and ensure itis engaging and resonates with children, making it a valuable and enjoyable reading experience.
|
|
|
|
|
138 |
""",
|
139 |
agent=editor
|
140 |
)
|