Spaces:
Sleeping
Sleeping
Update crypto_analysis_agents.py
Browse files
crypto_analysis_agents.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
from crewai import Agent
|
2 |
from langchain.llms import HuggingFacePipeline
|
3 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
4 |
-
from
|
5 |
-
from
|
6 |
-
from
|
7 |
|
8 |
class CryptoAnalysisAgents:
|
9 |
def __init__(self):
|
|
|
1 |
from crewai import Agent
|
2 |
from langchain.llms import HuggingFacePipeline
|
3 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
4 |
+
from crypto_tools import CryptoTools
|
5 |
+
from news_tools import NewsTools
|
6 |
+
from sentiment_tools import SentimentTools
|
7 |
|
8 |
class CryptoAnalysisAgents:
|
9 |
def __init__(self):
|