Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,13 @@ agent = Agent(
|
|
23 |
"Analyze the gathered insights, identifying common themes, differing perspectives, and any critical gaps.",
|
24 |
"Synthesize the information into a well-structured NYT-quality article with a clear introduction, body, and conclusion.",
|
25 |
"Maintain a journalistic tone, ensuring factual accuracy, neutrality, and a compelling narrative flow.",
|
|
|
26 |
"Include relevant statistics, expert opinions, historical context, and real-world examples to enhance credibility.",
|
27 |
-
"
|
|
|
28 |
"Ensure readability by using engaging storytelling techniques, well-structured paragraphs, and natural transitions.",
|
29 |
-
"Format the article using Markdown for readability, incorporating subheadings, bullet points, and
|
|
|
30 |
],
|
31 |
markdown=True,
|
32 |
show_tool_calls=True,
|
|
|
23 |
"Analyze the gathered insights, identifying common themes, differing perspectives, and any critical gaps.",
|
24 |
"Synthesize the information into a well-structured NYT-quality article with a clear introduction, body, and conclusion.",
|
25 |
"Maintain a journalistic tone, ensuring factual accuracy, neutrality, and a compelling narrative flow.",
|
26 |
+
"Ensure the article is **at least 1,500-2,000 words long**, incorporating detailed analysis and expert insights.",
|
27 |
"Include relevant statistics, expert opinions, historical context, and real-world examples to enhance credibility.",
|
28 |
+
"Expand the article by adding background information, case studies, recent developments, and potential future implications.",
|
29 |
+
"If conflicting viewpoints exist, present them objectively, providing arguments for and against while highlighting key takeaways.",
|
30 |
"Ensure readability by using engaging storytelling techniques, well-structured paragraphs, and natural transitions.",
|
31 |
+
"Format the article using Markdown for readability, incorporating subheadings, bullet points, citations, and quotes from sources.",
|
32 |
+
"Include a summary at the end, recapping key findings and offering potential action points or takeaways."
|
33 |
],
|
34 |
markdown=True,
|
35 |
show_tool_calls=True,
|