shashankkandimalla commited on
Commit
70393af
1 Parent(s): c6abd39

update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +7 -6
agents.py CHANGED
@@ -45,14 +45,15 @@ class SneakerAgents:
45
  return Agent(
46
  role="Resale Value Expert",
47
  backstory=dedent(
48
- """I'm a data-driven expert on the ever-fluctuating sneaker resale market.
49
- I leverage market trends, historical data, and brand insights to predict a sneaker's potential resale value.
50
- From analyzing hype levels to identifying deadstock opportunities, I can help you navigate the complexities of reselling."""
51
  ),
52
  goal=dedent(
53
- """Let's talk about the resell potential of a specific sneaker.
54
- I'll analyze market data, brand history, and hype levels to provide an estimated resale value and rating.
55
- Additionally, I can help you identify potential risks like fufu (counterfeit) sneakers and suggest strategies to maximize your resale profit."""
 
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,