Clean runtime leftovers
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .env +0 -23
- .pytest_cache/.gitignore +0 -2
- .pytest_cache/CACHEDIR.TAG +0 -4
- .pytest_cache/README.md +0 -8
- .pytest_cache/v/cache/lastfailed +0 -1
- .pytest_cache/v/cache/nodeids +0 -7
- Data/crypto_monitor.db +0 -3
- Data/database/crypto_monitor.db +0 -0
- api/__pycache__/api_loader.cpython-313.pyc +0 -0
- api/backend/__pycache__/__init__.cpython-313.pyc +0 -0
- api/backend/routers/__pycache__/__init__.cpython-313.pyc +0 -0
- api/backend/routers/__pycache__/hf_connect.cpython-313.pyc +0 -0
- api/backend/services/__pycache__/__init__.cpython-313.pyc +0 -0
- api/backend/services/__pycache__/hf_client.cpython-313.pyc +0 -0
- api/backend/services/__pycache__/hf_registry.cpython-313.pyc +0 -0
- backend/__pycache__/__init__.cpython-311.pyc +0 -0
- backend/__pycache__/__init__.cpython-313.pyc +0 -0
- backend/__pycache__/feature_flags.cpython-313.pyc +0 -0
- backend/routers/__pycache__/__init__.cpython-313.pyc +0 -0
- backend/routers/__pycache__/hf_connect.cpython-313.pyc +0 -0
- backend/services/__pycache__/__init__.cpython-311.pyc +0 -0
- backend/services/__pycache__/__init__.cpython-313.pyc +0 -0
- backend/services/__pycache__/auto_discovery_service.cpython-311.pyc +0 -0
- backend/services/__pycache__/connection_manager.cpython-311.pyc +0 -0
- backend/services/__pycache__/diagnostics_service.cpython-311.pyc +0 -0
- backend/services/__pycache__/hf_client.cpython-313.pyc +0 -0
- backend/services/__pycache__/hf_registry.cpython-312.pyc +0 -0
- backend/services/__pycache__/hf_registry.cpython-313.pyc +0 -0
- backend/services/__pycache__/local_resource_service.cpython-313.pyc +0 -0
- backend/services/__pycache__/resource_validator.cpython-313.pyc +0 -0
- collectors/__pycache__/__init__.cpython-313.pyc +0 -0
- collectors/__pycache__/aggregator.cpython-313.pyc +0 -0
- collectors/__pycache__/market_data.cpython-313.pyc +0 -0
- data/crypto_monitor.db +0 -3
- database/__pycache__/__init__.cpython-311.pyc +0 -0
- database/__pycache__/__init__.cpython-313.pyc +0 -0
- database/__pycache__/data_access.cpython-313.pyc +0 -0
- database/__pycache__/db_manager.cpython-311.pyc +0 -0
- database/__pycache__/db_manager.cpython-313.pyc +0 -0
- database/__pycache__/models.cpython-313.pyc +0 -0
- final/__pycache__/ai_models.cpython-312.pyc +0 -0
- final/__pycache__/ai_models.cpython-313.pyc +0 -0
- final/__pycache__/api_loader.cpython-313.pyc +0 -0
- final/__pycache__/app.cpython-313.pyc +0 -0
- final/__pycache__/config.cpython-313.pyc +0 -0
- final/__pycache__/database.cpython-313.pyc +0 -0
- final/__pycache__/hf_unified_server.cpython-312.pyc +0 -0
- final/__pycache__/hf_unified_server.cpython-313.pyc +0 -3
- final/__pycache__/main.cpython-313.pyc +0 -0
- final/__pycache__/monitor.cpython-313.pyc +0 -0
.env
DELETED
|
@@ -1,23 +0,0 @@
|
|
| 1 |
-
# HuggingFace Configuration
|
| 2 |
-
|
| 3 |
-
ENABLE_SENTIMENT=true
|
| 4 |
-
SENTIMENT_SOCIAL_MODEL=ElKulako/cryptobert
|
| 5 |
-
SENTIMENT_NEWS_MODEL=kk08/CryptoBERT
|
| 6 |
-
HF_REGISTRY_REFRESH_SEC=21600
|
| 7 |
-
HF_HTTP_TIMEOUT=8.0
|
| 8 |
-
|
| 9 |
-
# Existing API Keys (if any)
|
| 10 |
-
ETHERSCAN_KEY_1=SZHYFZK2RR8H9TIMJBVW54V4H81K2Z2KR2
|
| 11 |
-
ETHERSCAN_KEY_2=SZHYFZK2RR8H9TIMJBVW54V4H81K2Z2KR2
|
| 12 |
-
BSCSCAN_KEY=SZHYFZK2RR8H9TIMJBVW54V4H81K2Z2KR2
|
| 13 |
-
TRONSCAN_KEY=7ae72726-bffe-4e74-9c33-97b761eeea21
|
| 14 |
-
|
| 15 |
-
COINMARKETCAP_KEY_1=04cf4b5b-9868-465c-8ba0-9f2e78c92eb1
|
| 16 |
-
|
| 17 |
-
COINMARKETCAP_KEY_2=
|
| 18 |
-
NEWSAPI_KEY=https://newsapi.org/account#:~:text=968a5e25552b4cb5ba3280361d8444ab
|
| 19 |
-
|
| 20 |
-
CRYPTOCOMPARE_KEY=313f415173eb92928568d91eee6fd91d0c7569a56a9c7579181b7a083a740318
|
| 21 |
-
|
| 22 |
-
# HuggingFace API Token
|
| 23 |
-
HF_TOKEN=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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pytest_cache/.gitignore
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
# Created by pytest automatically.
|
| 2 |
-
*
|
|
|
|
|
|
|
|
|
.pytest_cache/CACHEDIR.TAG
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
Signature: 8a477f597d28d172789f06886806bc55
|
| 2 |
-
# This file is a cache directory tag created by pytest.
|
| 3 |
-
# For information about cache directory tags, see:
|
| 4 |
-
# https://bford.info/cachedir/spec.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pytest_cache/README.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
# pytest cache directory #
|
| 2 |
-
|
| 3 |
-
This directory contains data from the pytest's cache plugin,
|
| 4 |
-
which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
|
| 5 |
-
|
| 6 |
-
**Do not** commit this to version control.
|
| 7 |
-
|
| 8 |
-
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pytest_cache/v/cache/lastfailed
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{}
|
|
|
|
|
|
.pytest_cache/v/cache/nodeids
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
"tests/test_short_hunter_gateway.py::test_api_resources_json_valid",
|
| 3 |
-
"tests/test_short_hunter_gateway.py::test_network_diagnostics_contract",
|
| 4 |
-
"tests/test_short_hunter_gateway.py::test_no_private_execution_words_in_gateway_contract",
|
| 5 |
-
"tests/test_short_hunter_gateway.py::test_requirements_file_exists",
|
| 6 |
-
"tests/test_short_hunter_gateway.py::test_short_hunter_health_contract"
|
| 7 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data/crypto_monitor.db
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19b6b06da4414e2ab1e05eb7537cfa7c7465fe0f3f211f1e0f0f25c3cadf28a8
|
| 3 |
-
size 380928
|
|
|
|
|
|
|
|
|
|
|
|
Data/database/crypto_monitor.db
DELETED
|
File without changes
|
api/__pycache__/api_loader.cpython-313.pyc
DELETED
|
Binary file (9.38 kB)
|
|
|
api/backend/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (194 Bytes)
|
|
|
api/backend/routers/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (202 Bytes)
|
|
|
api/backend/routers/__pycache__/hf_connect.cpython-313.pyc
DELETED
|
Binary file (2.83 kB)
|
|
|
api/backend/services/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (203 Bytes)
|
|
|
api/backend/services/__pycache__/hf_client.cpython-313.pyc
DELETED
|
Binary file (2.37 kB)
|
|
|
api/backend/services/__pycache__/hf_registry.cpython-313.pyc
DELETED
|
Binary file (6.95 kB)
|
|
|
backend/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (159 Bytes)
|
|
|
backend/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (195 Bytes)
|
|
|
backend/__pycache__/feature_flags.cpython-313.pyc
DELETED
|
Binary file (11.2 kB)
|
|
|
backend/routers/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (202 Bytes)
|
|
|
backend/routers/__pycache__/hf_connect.cpython-313.pyc
DELETED
|
Binary file (2.83 kB)
|
|
|
backend/services/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (168 Bytes)
|
|
|
backend/services/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (204 Bytes)
|
|
|
backend/services/__pycache__/auto_discovery_service.cpython-311.pyc
DELETED
|
Binary file (23.5 kB)
|
|
|
backend/services/__pycache__/connection_manager.cpython-311.pyc
DELETED
|
Binary file (13.2 kB)
|
|
|
backend/services/__pycache__/diagnostics_service.cpython-311.pyc
DELETED
|
Binary file (19 kB)
|
|
|
backend/services/__pycache__/hf_client.cpython-313.pyc
DELETED
|
Binary file (2.37 kB)
|
|
|
backend/services/__pycache__/hf_registry.cpython-312.pyc
DELETED
|
Binary file (8.05 kB)
|
|
|
backend/services/__pycache__/hf_registry.cpython-313.pyc
DELETED
|
Binary file (6.95 kB)
|
|
|
backend/services/__pycache__/local_resource_service.cpython-313.pyc
DELETED
|
Binary file (13.1 kB)
|
|
|
backend/services/__pycache__/resource_validator.cpython-313.pyc
DELETED
|
Binary file (10.3 kB)
|
|
|
collectors/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (2.89 kB)
|
|
|
collectors/__pycache__/aggregator.cpython-313.pyc
DELETED
|
Binary file (31.4 kB)
|
|
|
collectors/__pycache__/market_data.cpython-313.pyc
DELETED
|
Binary file (19 kB)
|
|
|
data/crypto_monitor.db
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19b6b06da4414e2ab1e05eb7537cfa7c7465fe0f3f211f1e0f0f25c3cadf28a8
|
| 3 |
-
size 380928
|
|
|
|
|
|
|
|
|
|
|
|
database/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (2.74 kB)
|
|
|
database/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (2 kB)
|
|
|
database/__pycache__/data_access.cpython-313.pyc
DELETED
|
Binary file (25.1 kB)
|
|
|
database/__pycache__/db_manager.cpython-311.pyc
DELETED
|
Binary file (76.5 kB)
|
|
|
database/__pycache__/db_manager.cpython-313.pyc
DELETED
|
Binary file (64.3 kB)
|
|
|
database/__pycache__/models.cpython-313.pyc
DELETED
|
Binary file (17.5 kB)
|
|
|
final/__pycache__/ai_models.cpython-312.pyc
DELETED
|
Binary file (12.3 kB)
|
|
|
final/__pycache__/ai_models.cpython-313.pyc
DELETED
|
Binary file (18.4 kB)
|
|
|
final/__pycache__/api_loader.cpython-313.pyc
DELETED
|
Binary file (9.38 kB)
|
|
|
final/__pycache__/app.cpython-313.pyc
DELETED
|
Binary file (64.8 kB)
|
|
|
final/__pycache__/config.cpython-313.pyc
DELETED
|
Binary file (16.7 kB)
|
|
|
final/__pycache__/database.cpython-313.pyc
DELETED
|
Binary file (36.3 kB)
|
|
|
final/__pycache__/hf_unified_server.cpython-312.pyc
DELETED
|
Binary file (68 kB)
|
|
|
final/__pycache__/hf_unified_server.cpython-313.pyc
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:95d175b459a983f328419804aacfc0f73321bc4e516957dfabc266847afc655c
|
| 3 |
-
size 113609
|
|
|
|
|
|
|
|
|
|
|
|
final/__pycache__/main.cpython-313.pyc
DELETED
|
Binary file (1.46 kB)
|
|
|
final/__pycache__/monitor.cpython-313.pyc
DELETED
|
Binary file (17.6 kB)
|
|
|