Spaces:
Sleeping
Sleeping
shashankkandimalla
commited on
Commit
•
70393af
1
Parent(s):
c6abd39
update agents.py
Browse files
agents.py
CHANGED
@@ -45,14 +45,15 @@ class SneakerAgents:
|
|
45 |
return Agent(
|
46 |
role="Resale Value Expert",
|
47 |
backstory=dedent(
|
48 |
-
"""
|
49 |
-
|
50 |
-
|
51 |
),
|
52 |
goal=dedent(
|
53 |
-
"""
|
54 |
-
|
55 |
-
|
|
|
56 |
),
|
57 |
tools=[self.search_tools.search_internet],
|
58 |
verbose=True,
|
|
|
45 |
return Agent(
|
46 |
role="Resale Value Expert",
|
47 |
backstory=dedent(
|
48 |
+
"""As a Sneaker Expert, I bring a deep understanding of sneaker culture, market trends, and brand history.
|
49 |
+
With over a decade in the industry, I keep abreast of the latest releases, collaborations, and technological advancements.
|
50 |
+
My expertise spans from high-end luxury to popular streetwear brands, ensuring comprehensive insights on any sneaker."""
|
51 |
),
|
52 |
goal=dedent(
|
53 |
+
"""
|
54 |
+
My goal is to provide detailed information about the latest sneakers from a specified brand,
|
55 |
+
including current market price, estimated resale value, rating for reselling, pros and cons,
|
56 |
+
and any notable collaborations or unique features. I can help you identify potential risks like fufu (counterfeit) sneakers and suggest strategies to maximize your resale profit."""
|
57 |
),
|
58 |
tools=[self.search_tools.search_internet],
|
59 |
verbose=True,
|