Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,13 +83,16 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
83 |
analyst_goal = st.text_area(
|
84 |
"Analyst Goal",
|
85 |
value=(
|
86 |
-
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
|
|
|
|
|
|
93 |
)
|
94 |
)
|
95 |
else:
|
@@ -107,11 +110,15 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
107 |
|
108 |
)
|
109 |
analyst_goal = (
|
110 |
-
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector,
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"
|
|
|
|
|
|
|
|
|
115 |
)
|
116 |
|
117 |
# Agent Definitions
|
|
|
83 |
analyst_goal = st.text_area(
|
84 |
"Analyst Goal",
|
85 |
value=(
|
86 |
+
|
87 |
+
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, "
|
88 |
+
"specifically tailored to the needs of {stakeholder}. "
|
89 |
+
"Identify top regions, leading assignees/companies, and emerging technologies that are directly relevant to {topic} and actively driving innovation. Avoid unrelated recommendations. "
|
90 |
+
"Conduct an in-depth market gap analysis, highlighting at least 4-5 specific and actionable innovation opportunities within {topic}, "
|
91 |
+
"with a strong focus on sustainability, integration of emerging technologies, industry collaboration, and competitor positioning. "
|
92 |
+
"Evaluate competitor patent strategies and innovation pipelines to uncover untapped opportunities and areas for strategic advantage. "
|
93 |
+
"Ensure all emerging technologies and innovation hotspots are strictly aligned with {topic}, explicitly avoiding unrelated or generic recommendations. "
|
94 |
+
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
95 |
+
"Provide structured output in a clear, organized list of dictionaries with 'Category' and 'Values' keys for effective data presentation."
|
96 |
)
|
97 |
)
|
98 |
else:
|
|
|
110 |
|
111 |
)
|
112 |
analyst_goal = (
|
113 |
+
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution within the {topic} sector, "
|
114 |
+
"specifically tailored to the needs of {stakeholder}. "
|
115 |
+
"Identify top regions, leading assignees/companies, and emerging technologies that are directly relevant to {topic} and actively driving innovation. Avoid unrelated recommendations. "
|
116 |
+
"Conduct an in-depth market gap analysis, highlighting at least 4-5 specific and actionable innovation opportunities within {topic}, "
|
117 |
+
"with a strong focus on sustainability, integration of emerging technologies, industry collaboration, and competitor positioning. "
|
118 |
+
"Evaluate competitor patent strategies and innovation pipelines to uncover untapped opportunities and areas for strategic advantage. "
|
119 |
+
"Ensure all emerging technologies and innovation hotspots are strictly aligned with {topic}, explicitly avoiding unrelated or generic recommendations. "
|
120 |
+
"Deliver highly actionable, data-driven insights to support strategic decision-making and long-term growth. "
|
121 |
+
"Provide structured output in a clear, organized list of dictionaries with 'Category' and 'Values' keys for effective data presentation."
|
122 |
)
|
123 |
|
124 |
# Agent Definitions
|