Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,12 +73,20 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
73 |
)
|
74 |
analyst_goal = st.text_area(
|
75 |
"Analyst Goal",
|
76 |
-
value=
|
|
|
|
|
|
|
|
|
77 |
)
|
78 |
else:
|
79 |
planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
|
80 |
writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
|
81 |
-
analyst_goal =
|
|
|
|
|
|
|
|
|
82 |
|
83 |
# Agent Definitions
|
84 |
planner = Agent(
|
|
|
73 |
)
|
74 |
analyst_goal = st.text_area(
|
75 |
"Analyst Goal",
|
76 |
+
value=(
|
77 |
+
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
78 |
+
"Identify top assignees, prominent inventors, and key companies in the transparent antenna industry. "
|
79 |
+
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
80 |
+
)
|
81 |
)
|
82 |
else:
|
83 |
planner_goal = "Research trends in patent filings and technological innovation, identify key players, and provide strategic recommendations."
|
84 |
writer_goal = "Craft a professional insights document summarizing trends, strategies, and actionable outcomes for stakeholders."
|
85 |
+
analyst_goal = (
|
86 |
+
"Perform detailed statistical analysis of patent filings, growth trends, and innovation distribution. "
|
87 |
+
"Identify top assignees, prominent inventors, and key companies in the transparent antenna industry. "
|
88 |
+
"Provide structured output in a list of dictionaries with 'Category' and 'Values' keys for clear data presentation."
|
89 |
+
)
|
90 |
|
91 |
# Agent Definitions
|
92 |
planner = Agent(
|