169 lines
5.1 KiB
JSON
169 lines
5.1 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "📊 Clean Dashboard (Legacy)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "run_clean_dashboard.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1",
|
|
"ENABLE_REALTIME_CHARTS": "1"
|
|
}
|
|
},
|
|
|
|
{
|
|
"name": "🏗️ Python Debugger: Current File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1"
|
|
}
|
|
},
|
|
{
|
|
"name": "📈 COB Data Provider Dashboard",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "web/cob_realtime_dashboard.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1",
|
|
"COB_BTC_BUCKET_SIZE": "10",
|
|
"COB_ETH_BUCKET_SIZE": "1"
|
|
},
|
|
"preLaunchTask": "Kill Stale Processes"
|
|
},
|
|
|
|
{
|
|
"name": " *🧹 Clean Trading Dashboard (Universal Data Stream)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "run_clean_dashboard.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1",
|
|
"CUDA_VISIBLE_DEVICES": "0",
|
|
"ENABLE_UNIVERSAL_DATA_STREAM": "1",
|
|
"ENABLE_NN_DECISION_FUSION": "1",
|
|
"ENABLE_COB_INTEGRATION": "1",
|
|
"DASHBOARD_PORT": "8051"
|
|
},
|
|
"preLaunchTask": "Kill Stale Processes",
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "Universal Data Stream",
|
|
"order": 1
|
|
}
|
|
},
|
|
{
|
|
"name": "🎨 Templated Dashboard (MVC Architecture)",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "run_templated_dashboard.py",
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1",
|
|
"DASHBOARD_PORT": "8051"
|
|
},
|
|
"preLaunchTask": "Kill Stale Processes",
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "Universal Data Stream",
|
|
"order": 2
|
|
}
|
|
},
|
|
|
|
{
|
|
"name": "🔧 COBY Development Mode (Auto-reload) - main",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "COBY/main.py",
|
|
"args": [
|
|
"--debug",
|
|
"--reload"
|
|
],
|
|
"console": "integratedTerminal",
|
|
"justMyCode": false,
|
|
"env": {
|
|
"PYTHONUNBUFFERED": "1",
|
|
"COBY_API_HOST": "localhost",
|
|
"COBY_API_PORT": "8080",
|
|
"COBY_WEBSOCKET_PORT": "8081",
|
|
"COBY_LOG_LEVEL": "DEBUG"
|
|
},
|
|
"preLaunchTask": "Kill Stale Processes",
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "COBY System",
|
|
"order": 3
|
|
}
|
|
}
|
|
|
|
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "🚀 Full Training Pipeline (RL + Monitor + TensorBoard)",
|
|
"configurations": [
|
|
"🚀 MASSIVE RL Training (504M Parameters)",
|
|
"🌙 Overnight Training Monitor (504M Model)",
|
|
"📈 TensorBoard Monitor (All Runs)"
|
|
],
|
|
"stopAll": true,
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "Training",
|
|
"order": 1
|
|
}
|
|
},
|
|
{
|
|
"name": "💹 Live Trading System (Dashboard + Monitor)",
|
|
"configurations": [
|
|
"💹 Live Scalping Dashboard (500x Leverage)",
|
|
"🌙 Overnight Training Monitor (504M Model)"
|
|
],
|
|
"stopAll": true,
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "Trading",
|
|
"order": 2
|
|
}
|
|
},
|
|
|
|
{
|
|
"name": "🌐 COBY Multi-Exchange System (Full Stack)",
|
|
"configurations": [
|
|
"🌐 COBY Multi-Exchange Data Aggregation"
|
|
],
|
|
"stopAll": true,
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "COBY System",
|
|
"order": 6
|
|
}
|
|
},
|
|
{
|
|
"name": "🔧 COBY Development Environment",
|
|
"configurations": [
|
|
"🔧 COBY Development Mode (Auto-reload)"
|
|
],
|
|
"stopAll": true,
|
|
"presentation": {
|
|
"hidden": false,
|
|
"group": "COBY System",
|
|
"order": 7
|
|
}
|
|
}
|
|
|
|
]
|
|
}
|