MCPcopy Create free account

hub / github.com/DVampire/FinAgent / functions

Functions330 in github.com/DVampire/FinAgent

Functionplain
(params: Dict)
finagent/query/query_types.py:13
Methodprice_movement_to_text
(x)
finagent/prompt/trading/low_level_reflection.py:43
Methodquery
(self, data: Dict, embedding_query: str, top_k: int = 3,
finagent/memory/basic_memory.py:71
Methodquery
(self, params: Dict= None, query_types: List[str] = ["plain", "short_term", "long_
finagent/query/diverse_query.py:14
Functionregister_query
(name)
finagent/query/query_types.py:5
Methodreturn_to_text
(x)
finagent/prompt/trading/decision.py:31
Methodrun
(self)
tools/download_sentiment.py:24
Methodrun
(self)
tools/download_expert_knowledege.py:24
Methodrun
(self)
tools/download_economic.py:24
Methodrun
(self)
tools/download_news.py:24
Methodrun
(self)
tools/download_prices.py:45
Methodrun
(self, state: Dict, info: Dict, template: Any = None, params:
finagent/prompt/trading/high_level_reflection.py:108
Methodrun
(self, state: Dict, info: Dict, params: Dict, template: Any =
finagent/prompt/trading/latest_market_intelligence_summary.py:188
Methodrun
(self, state: Dict, info: Dict, template: Any = None, params:
finagent/prompt/trading/low_level_reflection.py:156
Methodrun
(self, state: Dict, info: Dict, template: Any = None, params:
finagent/prompt/trading/decision.py:83
Methodrun
(self, state: Dict, info: Dict, params: Dict, template: Any =
finagent/prompt/trading/past_market_intelligence_summary.py:62
Methodsave_local
(self, memory_path = None)
finagent/memory/basic_memory.py:96
Methodsave_local
Save FAISS index and index_to_key to disk.
finagent/memory/base.py:54
Methodsave_local
Save the memory to the local file.
finagent/memory/interface.py:222
Functionshort_term
(params: Dict)
finagent/query/query_types.py:18
Methodsimilarity_search
Return keys most similar to query.
finagent/memory/base.py:47
Methodsimilarity_search
Retrieve the keys from the vectorstores. Args: data: the query data. top_k: the number of results to return.
finagent/memory/base.py:75
Methodsimilarity_search
Return keys most similar to query. Args: embedding: Query embedding. top_k: Number of keys to return. **k
finagent/memory/faiss.py:141
Functiontimeout_handler
(signum, frame)
finagent/downloader/tools/fmp_economic_downloader.py:18
Functiontimeout_handler
(signum, frame)
finagent/downloader/tools/fmp_sentiment_downloader.py:18
Functiontimeout_handler
(signum, frame)
finagent/downloader/prices/yahoofinance_day_downloader.py:17
Functiontimeout_handler
(signum, frame)
finagent/downloader/prices/polygon_day_downloader.py:18
Functiontimeout_handler
(signum, frame)
finagent/downloader/prices/fmp_day_downloader.py:20
Functiontimeout_handler
(signum, frame)
finagent/downloader/news/fmp_downloader.py:18
Functiontimeout_handler
(signum, frame)
finagent/downloader/news/polygon_downloader.py:17
← previous301–330 of 330, ranked by callers