DrishtiSharma commited on
Commit
6a49070
·
verified ·
1 Parent(s): fd2f00c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +61 -9
app.py CHANGED
@@ -106,16 +106,68 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
106
  )
107
  )
108
  else:
 
 
 
 
 
 
 
 
 
 
109
  planner_goal = (
110
- "Conduct comprehensive, data-driven research on patent filings, technological innovation, and market dynamics strictly within the {topic} sector."
111
- "Avoid unrelated or generic recommendations."
112
- "Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
113
- "Strictly avoid hallucinated, fabricated, or speculative findings. "
114
- "Develop a phased Patent Filing Roadmap targeting emerging technologies and high-growth regions tailored to the specific needs"
115
- "and strategic goals of {stakeholder}. Conduct a Risk Assessment covering regulatory barriers, supply chain risks, and"
116
- "material costs with mitigation strategies. Suggest Investment Opportunities by identifying startups or strategic partnerships in {topic}."
117
- "Present findings using a Phased Patent Strategy Table (short-term, mid-term, long-term) and a Risk Matrix."
118
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  writer_goal = (
120
  "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
121
  "into a cohesive and compelling narrative. "
 
106
  )
107
  )
108
  else:
109
+ #planner_goal = (
110
+ # "Conduct comprehensive, data-driven research on patent filings, technological innovation, and market dynamics strictly within the {topic} sector."
111
+ # "Avoid unrelated or generic recommendations."
112
+ # "Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
113
+ # "Strictly avoid hallucinated, fabricated, or speculative findings. "
114
+ # "Develop a phased Patent Filing Roadmap targeting emerging technologies and high-growth regions tailored to the specific needs"
115
+ # "and strategic goals of {stakeholder}. Conduct a Risk Assessment covering regulatory barriers, supply chain risks, and"
116
+ # "material costs with mitigation strategies. Suggest Investment Opportunities by identifying startups or strategic partnerships in {topic}."
117
+ # "Present findings using a Phased Patent Strategy Table (short-term, mid-term, long-term) and a Risk Matrix."
118
+ #)
119
  planner_goal = (
120
+ "Conduct comprehensive, data-driven research on patent filings, technological innovations, and market dynamics strictly within the {topic} sector. "
121
+ "Deliver factually accurate and verifiable insights with no hallucinated, fabricated, or speculative findings. "
122
+ "Provide detailed outputs in the following structure:\n\n"
123
+
124
+ "1. Market Trends & Competitive Landscape:\n"
125
+ "- In-depth company profiles (recent patent filings, R&D investments, partnerships).\n"
126
+ "- Competitor Benchmarking (material innovations vs. integration techniques).\n"
127
+ "- Competitor Comparison Matrix (tabular comparison on innovation focus, market share, partnerships).\n"
128
+ "- Competitor Expansion Plans (predict market entries, M&A, product launches).\n"
129
+ "- Market Entry Roadmap aligning patent filings with market strategies.\n\n"
130
+
131
+ "2. Emerging Technologies:\n"
132
+ "- Identify 4–5 key emerging technologies shaping the {topic} market.\n"
133
+ "- Classify technologies by Technology Readiness Level (TRL).\n"
134
+ "- Highlight disruptive technologies (e.g., metamaterials, quantum antennas).\n"
135
+ "- Analyze material science breakthroughs (e.g., graphene, polymers).\n"
136
+ "- Predict adoption timelines with Technology Adoption Curves.\n\n"
137
+
138
+ "3. Untapped Innovation Hotspots:\n"
139
+ "- Provide a Regional Patent Trends Heatmap.\n"
140
+ "- Identify Innovation Clusters (universities, startups).\n"
141
+ "- Conduct Regulatory Landscape Analysis.\n"
142
+ "- Explore Application Expansion (non-traditional sectors).\n"
143
+ "- Evaluate Infrastructure Readiness (supply chains, logistics).\n\n"
144
+
145
+ "4. Strategic Opportunities & Actionable Recommendations:\n"
146
+ "- Develop a Phased Patent Strategy (short-term, mid-term, long-term).\n"
147
+ "- Conduct Risk Assessments (regulatory, supply chain, operational risks).\n"
148
+ "- Suggest Open Innovation Partnerships (universities, labs).\n"
149
+ "- Propose a Supply Chain Strategy (risk mitigation, diversification).\n"
150
+ "- Identify Investment Opportunities (startups, partnerships).\n"
151
+ "- Recommend Competitive Differentiation Strategies (blocking patents, cross-licensing).\n\n"
152
+
153
+ "5. Future Growth Projections:\n"
154
+ "- Provide Market Size Forecasts (CAGR, revenue projections for 1–3 and 5–10 years).\n"
155
+ "- Analyze Demand Drivers and Barriers (5G/6G, EV adoption, regulatory hurdles).\n"
156
+ "- Conduct Scenario Analysis (best-case, worst-case, base-case).\n"
157
+ "- Predict Competitor Expansion Plans.\n"
158
+ "- Present Growth Projection Graphs and Forecast Summaries.\n\n"
159
+
160
+ "6. Industry Risk & Compliance Analysis:\n"
161
+ "- Identify Market, Operational, and Regulatory Risks.\n"
162
+ "- Develop Mitigation Strategies (compliance pathways, supply chain diversification).\n"
163
+ "- Provide a Regulatory Risk Matrix.\n\n"
164
+
165
+ "7. Summary & Appendix:\n"
166
+ "- Summarize key insights in bullet-point format.\n"
167
+ "- Include supplementary data, raw analysis, and research methodology."
168
+ )
169
+
170
+
171
  writer_goal = (
172
  "Develop a high-impact, professionally structured insights report that integrates verified research data and strategic analysis"
173
  "into a cohesive and compelling narrative. "