Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,13 +80,19 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
80 |
writer_goal = st.text_area(
|
81 |
"Writer Goal",
|
82 |
value=(
|
83 |
-
"Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
)
|
91 |
)
|
92 |
analyst_goal = st.text_area(
|
|
|
80 |
writer_goal = st.text_area(
|
81 |
"Writer Goal",
|
82 |
value=(
|
83 |
+
"Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis into the following sections:\n\n"
|
84 |
+
"1. Executive Summary: Provide a concise overview of key insights and strategic recommendations strictly aligned with {stakeholder}'s strategic objectives.\n"
|
85 |
+
"2. Market Trends & Competitive Landscape: Detailed profiles, benchmarking, and market entry insights.\n"
|
86 |
+
"3. Emerging Technologies: Spotlight key technologies, TRL classification, adoption timelines.\n"
|
87 |
+
"4. Untapped Innovation Hotspots: Highlight regions with potential, innovation clusters, and readiness analysis.\n"
|
88 |
+
"5. Strategic Opportunities & Actionable Recommendations: Patent filing roadmap, risk mitigation, partnerships, and differentiation.\n"
|
89 |
+
"6. Future Growth Projections: Market forecasts, technology adoption, scenario analysis.\n"
|
90 |
+
"7. Industry Risk & Compliance Analysis: Risk matrix and mitigation strategies.\n"
|
91 |
+
"8. Summary & Appendix: Bullet-point insights and supporting data.\n\n"
|
92 |
+
|
93 |
+
"Ensure all insights, emerging technologies, and identified innovation gaps are fact-based, verifiable, and directly relevant to the {topic}."
|
94 |
+
"Present findings with clarity through well-structured sections, bullet points, and tables. Explicitly avoid hallucinated, fabricated, or speculative content throughout the report."
|
95 |
+
|
96 |
)
|
97 |
)
|
98 |
analyst_goal = st.text_area(
|