Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ planner = Agent(
|
|
93 |
role="Patent Research Consultant",
|
94 |
goal=planner_goal,
|
95 |
backstory=(
|
96 |
-
"You're tasked with researching {
|
97 |
),
|
98 |
allow_delegation=False,
|
99 |
verbose=True,
|
@@ -115,7 +115,7 @@ analyst = Agent(
|
|
115 |
role="Patent Data Analyst",
|
116 |
goal=analyst_goal,
|
117 |
backstory=(
|
118 |
-
"Analyze patent filing data and innovation trends in {
|
119 |
),
|
120 |
allow_delegation=False,
|
121 |
verbose=True,
|
@@ -125,7 +125,7 @@ analyst = Agent(
|
|
125 |
# Task Definitions
|
126 |
plan = Task(
|
127 |
description=(
|
128 |
-
"1. Research recent trends in {
|
129 |
"2. Identify key players and emerging technologies.\n"
|
130 |
"3. Provide recommendations for stakeholders on strategic directions.\n"
|
131 |
"4. Identify key statistics such as top regions, top players, and hot areas of innovation.\n"
|
|
|
93 |
role="Patent Research Consultant",
|
94 |
goal=planner_goal,
|
95 |
backstory=(
|
96 |
+
"You're tasked with researching {topic} patents and identifying key trends and players. Your work supports the Patent Writer and Data Analyst."
|
97 |
),
|
98 |
allow_delegation=False,
|
99 |
verbose=True,
|
|
|
115 |
role="Patent Data Analyst",
|
116 |
goal=analyst_goal,
|
117 |
backstory=(
|
118 |
+
"Analyze patent filing data and innovation trends in {topic} to provide statistical insights. Your analysis will guide the Writer's final report."
|
119 |
),
|
120 |
allow_delegation=False,
|
121 |
verbose=True,
|
|
|
125 |
# Task Definitions
|
126 |
plan = Task(
|
127 |
description=(
|
128 |
+
"1. Research recent trends in {topic} patent filings and innovation.\n"
|
129 |
"2. Identify key players and emerging technologies.\n"
|
130 |
"3. Provide recommendations for stakeholders on strategic directions.\n"
|
131 |
"4. Identify key statistics such as top regions, top players, and hot areas of innovation.\n"
|