49 lines
1.5 KiB
Python
49 lines
1.5 KiB
Python
"""
|
|
Auto-generated LangChain tools from registry.
|
|
|
|
DO NOT EDIT THIS FILE MANUALLY!
|
|
This file is auto-generated from tradingagents/tools/registry.py
|
|
|
|
To add/modify tools, edit the TOOL_REGISTRY in registry.py,
|
|
then run: python -m tradingagents.tools.generator
|
|
"""
|
|
|
|
from tradingagents.tools.generator import ALL_TOOLS
|
|
|
|
# Export all generated tools
|
|
get_balance_sheet = ALL_TOOLS["get_balance_sheet"]
|
|
get_cashflow = ALL_TOOLS["get_cashflow"]
|
|
get_fundamentals = ALL_TOOLS["get_fundamentals"]
|
|
get_global_news = ALL_TOOLS["get_global_news"]
|
|
get_income_statement = ALL_TOOLS["get_income_statement"]
|
|
get_indicators = ALL_TOOLS["get_indicators"]
|
|
get_insider_sentiment = ALL_TOOLS["get_insider_sentiment"]
|
|
get_insider_transactions = ALL_TOOLS["get_insider_transactions"]
|
|
get_market_movers = ALL_TOOLS["get_market_movers"]
|
|
get_news = ALL_TOOLS["get_news"]
|
|
get_recommendation_trends = ALL_TOOLS["get_recommendation_trends"]
|
|
get_reddit_discussions = ALL_TOOLS["get_reddit_discussions"]
|
|
get_stock_data = ALL_TOOLS["get_stock_data"]
|
|
get_trending_tickers = ALL_TOOLS["get_trending_tickers"]
|
|
get_tweets = ALL_TOOLS["get_tweets"]
|
|
validate_ticker = ALL_TOOLS["validate_ticker"]
|
|
|
|
__all__ = [
|
|
"get_balance_sheet",
|
|
"get_cashflow",
|
|
"get_fundamentals",
|
|
"get_global_news",
|
|
"get_income_statement",
|
|
"get_indicators",
|
|
"get_insider_sentiment",
|
|
"get_insider_transactions",
|
|
"get_market_movers",
|
|
"get_news",
|
|
"get_recommendation_trends",
|
|
"get_reddit_discussions",
|
|
"get_stock_data",
|
|
"get_trending_tickers",
|
|
"get_tweets",
|
|
"validate_ticker",
|
|
]
|