Spaces:
Sleeping
Sleeping
Update crypto__analysis_tasks.py
Browse files
crypto__analysis_tasks.py
CHANGED
@@ -12,6 +12,7 @@ class CryptoAnalysisTasks:
|
|
12 |
- One key recent development
|
13 |
Use the most recent data. Keep the report very concise.
|
14 |
"""),
|
|
|
15 |
agent=agent
|
16 |
)
|
17 |
|
@@ -25,6 +26,7 @@ class CryptoAnalysisTasks:
|
|
25 |
3. One identified support or resistance level
|
26 |
Ensure your analysis is based on the most recent market data.
|
27 |
"""),
|
|
|
28 |
agent=agent
|
29 |
)
|
30 |
|
@@ -37,6 +39,7 @@ class CryptoAnalysisTasks:
|
|
37 |
2. Brief analysis of the most recent news article
|
38 |
Use the most recent data available.
|
39 |
"""),
|
|
|
40 |
agent=agent
|
41 |
)
|
42 |
|
@@ -51,5 +54,6 @@ class CryptoAnalysisTasks:
|
|
51 |
4. Clear buy/hold/sell recommendation
|
52 |
Provide a brief, actionable recommendation for the client.
|
53 |
"""),
|
|
|
54 |
agent=agent
|
55 |
)
|
|
|
12 |
- One key recent development
|
13 |
Use the most recent data. Keep the report very concise.
|
14 |
"""),
|
15 |
+
expected_output="A brief report with current price, market cap, and one key development for {crypto}.",
|
16 |
agent=agent
|
17 |
)
|
18 |
|
|
|
26 |
3. One identified support or resistance level
|
27 |
Ensure your analysis is based on the most recent market data.
|
28 |
"""),
|
29 |
+
expected_output="A concise technical analysis report for {crypto} with RSI, 7-day MA, and one support/resistance level.",
|
30 |
agent=agent
|
31 |
)
|
32 |
|
|
|
39 |
2. Brief analysis of the most recent news article
|
40 |
Use the most recent data available.
|
41 |
"""),
|
42 |
+
expected_output="A brief sentiment analysis report for {crypto} with an overall score and analysis of one recent news article.",
|
43 |
agent=agent
|
44 |
)
|
45 |
|
|
|
54 |
4. Clear buy/hold/sell recommendation
|
55 |
Provide a brief, actionable recommendation for the client.
|
56 |
"""),
|
57 |
+
expected_output="A concise investment recommendation for {crypto} with market summary, key technical indicator, sentiment, and clear buy/hold/sell advice.",
|
58 |
agent=agent
|
59 |
)
|