Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,15 +111,16 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
111 |
|
112 |
)
|
113 |
analyst_goal = (
|
114 |
-
"Perform
|
115 |
-
"specifically
|
116 |
-
"Identify top regions, leading assignees/companies, and emerging technologies that are directly relevant to {topic}
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
|
|
121 |
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
122 |
-
"
|
123 |
)
|
124 |
|
125 |
# Agent Definitions
|
|
|
111 |
|
112 |
)
|
113 |
analyst_goal = (
|
114 |
+
"Perform precise, data-driven statistical analysis of patent filings, growth trends, and innovation distribution strictly within the {topic} sector, "
|
115 |
+
"specifically customized to the strategic needs of {stakeholder}. "
|
116 |
+
"Identify top regions, leading assignees/companies, and emerging technologies that are explicitly and directly relevant to {topic}. "
|
117 |
+
"Strictly avoid hallucinated, fabricated, or speculative statistical data and patent numbers in the analysis. "
|
118 |
+
"Conduct a thorough market gap analysis, identifying 4-5 highly actionable and verifiable innovation opportunities aligned with {topic}, "
|
119 |
+
"emphasizing sustainability, emerging technology integration, industry collaboration, and competitor positioning. "
|
120 |
+
"Evaluate competitor patent strategies with factual data to uncover untapped opportunities and competitive advantages. "
|
121 |
+
"All innovation hotspots and emerging technology suggestions must be strictly aligned with {topic} - no generic or unrelated recommendations are allowed. "
|
122 |
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
123 |
+
"Present findings in a structured, well-organized format using 'Category' and 'Values' keys for easy data interpretation."
|
124 |
)
|
125 |
|
126 |
# Agent Definitions
|