.dockerignore
.env.compose.example
.env.live.example
.gitattributes
.gitignore
Dockerfile
LICENSE
README.md
aq_cli.py
config.json
docker-compose.yml
generate_backtest_report.py
lean.json
main.py
pyproject.toml
requirements.txt
risk_controls.py
train.py
train_gating.py
train_multitask.py
train_sequence.py
train_topology.py
.devcontainer/devcontainer.json
.devcontainer/dind-v1-test/devcontainer.json
.githooks/pre-commit
.github/workflows/ci.yml
.github/workflows/release.yml
aether_quant.egg-info/PKG-INFO
aether_quant.egg-info/SOURCES.txt
aether_quant.egg-info/dependency_links.txt
aether_quant.egg-info/entry_points.txt
aether_quant.egg-info/scm_file_list.json
aether_quant.egg-info/scm_version.json
aether_quant.egg-info/top_level.txt
analyzer/README.md
analyzer/__init__.py
analyzer/market_analyzer.py
audit/README.md
audit/__init__.py
audit/hash_chain.py
audit/postgres_audit.py
audit/postgres_worker.py
audit/redis_queue.py
audit/status_export.py
backtests/.gitkeep
cpp_inference_ext/README.md
cpp_inference_ext/pyproject.toml
cpp_inference_ext/setup.py
cpp_inference_ext/src/linear_batched.cpp
data/alternative/estimize/consensus/aapl/.keep
data/alternative/estimize/estimate/.keep
data/alternative/estimize/release/.keep
data/alternative/sec/aapl/.keep
data/alternative/trading-economics/.keep
data/alternative/trading-economics/calendar/.keep
data/alternative/trading-economics/earnings/.keep
data/alternative/trading-economics/indicator/.keep
data/reference/futures_contract_specs.json
data/reference/sector_mapping.json
data_pipeline/README.md
data_pipeline/__init__.py
data_pipeline/fetch.py
data_pipeline/fred_backfill.py
data_pipeline/ib_backfill.py
data_pipeline/v2_manifest.py
data_pipeline/yfinance_backfill.py
development/Changelog.md
development/Problems.md
development/README.md
development/asset_universe.md
development/backtest_equity_chart.png
development/infrastructure.md
development/logo.png
development/project_structure.md
development/v2_architecture.md
execution/README.md
execution/__init__.py
execution/config_cache.py
execution/lean_config_render.py
execution/live_credentials.py
execution/live_credentials_io.py
execution/order_gate.py
execution/paper_readiness.py
execution/paper_readiness_io.py
execution/paper_readiness_report.py
execution/paper_readiness_scheduler.py
execution/runtime_config_io.py
execution/secret_scan.py
experience/README.md
experience/__init__.py
experience/observation_metrics.py
experience/postgres_worker.py
experience/redis_queue.py
experience/simulated_portfolio.py
experts/README.md
experts/__init__.py
experts/expert_datasets.py
features/README.md
features/__init__.py
features/bond_features.py
features/derivatives_macro_features.py
features/macro_features.py
features/options_greeks.py
features/technical_indicators.py
inference/README.md
inference/__init__.py
inference/exported_model.py
inference/parallel_inference.py
liquidity/README.md
liquidity/__init__.py
liquidity/market_liquidity.py
ml/README.md
moe/README.md
moe/__init__.py
moe/gating.py
monitoring/README.md
monitoring/__init__.py
monitoring/api_server.py
monitoring/assets_status.py
monitoring/neural_network_state.py
notifications/README.md
notifications/__init__.py
notifications/postgres_telegram.py
notifications/telegram_alerts.py
notifications/telegram_client.py
notifications/telegram_worker.py
performance/README.md
performance/__init__.py
performance/postgres_triggers.py
performance/rank_ic_monitor.py
performance/trigger_worker.py
performance/triggers.py
portfolio/README.md
portfolio/__init__.py
portfolio/book_construction.py
portfolio/options_strategy.py
regime/README.md
regime/__init__.py
regime/market_regime.py
requirements/README.md
requirements/requirements-dev.txt
requirements/requirements.txt
retraining/README.md
retraining/__init__.py
retraining/artifacts.py
retraining/backtest_gate.py
retraining/lean_backtest.py
retraining/orchestrator.py
retraining/planning.py
retraining/postgres_registry.py
retraining/status_export.py
retraining/validation_gate.py
retraining/vault_client.py
retraining/vault_commands.py
retraining/worker.py
risk/README.md
risk/__init__.py
risk/asset_class_router.py
risk/futures_risk.py
risk/manual_override.py
risk/position_sizing.py
scripts/README.md
scripts/profile_inference.py
scripts/profile_subsystems.py
scripts/render_lean_credentials.py
tests/README.md
tests/test_api_server.py
tests/test_aq_cli.py
tests/test_asset_class_router.py
tests/test_assets_status.py
tests/test_audit_postgres_worker.py
tests/test_audit_queue.py
tests/test_audit_status_export.py
tests/test_backtest_gate.py
tests/test_bond_features.py
tests/test_config_cache.py
tests/test_derivatives_macro_features.py
tests/test_dockerignore_secrets.py
tests/test_experience_queue.py
tests/test_expert_datasets.py
tests/test_expert_models.py
tests/test_exported_model.py
tests/test_fetch.py
tests/test_fred_backfill.py
tests/test_futures_risk.py
tests/test_gating_network.py
tests/test_generate_backtest_report.py
tests/test_hash_chain.py
tests/test_ib_backfill.py
tests/test_lean_backtest.py
tests/test_lean_backtest_ml_coverage.py
tests/test_lean_config_render.py
tests/test_learned_topology.py
tests/test_live_credentials.py
tests/test_live_credentials_io.py
tests/test_macro_features.py
tests/test_manual_override.py
tests/test_market_analyzer.py
tests/test_market_liquidity.py
tests/test_market_regime.py
tests/test_market_topology.py
tests/test_neural_network_state.py
tests/test_observation_metrics.py
tests/test_options_greeks.py
tests/test_options_strategy.py
tests/test_order_gate.py
tests/test_paper_readiness.py
tests/test_paper_readiness_io.py
tests/test_paper_readiness_report.py
tests/test_paper_readiness_scheduler.py
tests/test_parallel_inference.py
tests/test_portfolio_book_construction.py
tests/test_position_sizing.py
tests/test_postgres_audit.py
tests/test_postgres_telegram.py
tests/test_postgres_triggers.py
tests/test_postgres_worker.py
tests/test_profile_inference.py
tests/test_profile_subsystems.py
tests/test_rank_ic_monitor.py
tests/test_retraining_artifacts.py
tests/test_retraining_orchestrator.py
tests/test_retraining_planning.py
tests/test_retraining_postgres_registry.py
tests/test_retraining_worker.py
tests/test_risk_controls.py
tests/test_runtime_config_io.py
tests/test_secret_scan.py
tests/test_simulated_portfolio.py
tests/test_status_export.py
tests/test_technical_indicators.py
tests/test_telegram_alerts.py
tests/test_telegram_client.py
tests/test_telegram_worker.py
tests/test_train_asset_class_context_features.py
tests/test_train_bond_features.py
tests/test_train_cross_sectional_features.py
tests/test_train_derivatives_macro_features.py
tests/test_train_gating.py
tests/test_train_indicators.py
tests/test_train_macro_features.py
tests/test_train_multitask.py
tests/test_train_multitask_architecture.py
tests/test_train_pipeline.py
tests/test_train_ranking_validation.py
tests/test_train_select_model_context_columns.py
tests/test_train_sequence.py
tests/test_train_sequence_architecture.py
tests/test_train_threshold_and_early_stop.py
tests/test_train_topology.py
tests/test_train_walk_forward_windows.py
tests/test_trigger_worker.py
tests/test_triggers.py
tests/test_v2_pipeline_manifest.py
tests/test_validation_gate.py
tests/test_vault_client.py
tests/test_vault_commands.py
tests/test_yfinance_backfill.py
topology/README.md
topology/__init__.py
topology/learned_topology.py
topology/market_topology.py
visualization/README.md
webui/.gitignore
webui/.oxlintrc.json
webui/README.md
webui/index.html
webui/overview_v2_12.png
webui/package-lock.json
webui/package.json
webui/risk_v2_12.png
webui/tsconfig.app.json
webui/tsconfig.json
webui/tsconfig.node.json
webui/vite.config.ts
webui/public/favicon.svg
webui/public/icons.svg
webui/src/App.tsx
webui/src/index.css
webui/src/main.tsx
webui/src/api/client.ts
webui/src/api/hooks.ts
webui/src/components/heatmap/AssetHeatmap.tsx
webui/src/components/layout/AppShell.tsx
webui/src/components/layout/Panel.tsx
webui/src/components/monitoring/AssetsStatusPanel.tsx
webui/src/components/monitoring/AuditLogPanel.tsx
webui/src/components/monitoring/CountTable.tsx
webui/src/components/monitoring/MonitoringFeeds.tsx
webui/src/components/monitoring/ObservationPanel.tsx
webui/src/components/monitoring/PaperReadinessPanel.tsx
webui/src/components/monitoring/PerformanceTriggersPanel.tsx
webui/src/components/monitoring/RawStateViewer.tsx
webui/src/components/monitoring/RetrainingStatusPanel.tsx
webui/src/components/neuralnet/NeuralNetworkScene3D.tsx
webui/src/components/neuralnet/NeuralNetworkStatsPanel.tsx
webui/src/components/risk/AssetSizingTable.tsx
webui/src/components/risk/DerivativesMacroPanel.tsx
webui/src/components/risk/LiquidityTable.tsx
webui/src/components/risk/RiskBar.tsx
webui/src/components/risk/RiskCore.tsx
webui/src/components/risk/StrategyRiskCards.tsx
webui/src/components/scene3d/Scene3D.tsx
webui/src/components/scorecards/Scorecards.tsx
webui/src/components/signals/Badge.tsx
webui/src/components/signals/PositionsList.tsx
webui/src/components/signals/SignalBoard.tsx
webui/src/components/topology/ClusterList.tsx
webui/src/components/topology/TopologyLearningPanel.tsx
webui/src/components/topology/TopologyScene3D.tsx
webui/src/components/tracing/AssetPerformancePanel.tsx
webui/src/components/tracing/BacktestEquityPanel.tsx
webui/src/components/tracing/DivergingBarChart.tsx
webui/src/components/tracing/LineChart.tsx
webui/src/components/tracing/MetricsSnapshotPanel.tsx
webui/src/components/tracing/ObservationEquityPanel.tsx
webui/src/lib/downsample.ts
webui/src/lib/format.ts
webui/src/pages/NeuralNetworkPage.tsx
webui/src/pages/Overview.tsx
webui/src/pages/RiskPage.tsx
webui/src/pages/TopologyPage.tsx
webui/src/pages/TracingPage.tsx
webui/src/types/audit.ts
webui/src/types/state.ts
webui/src/types/tracing.ts