Continuous enhancement: Quant algorithms, UI evidence, and validation - #240
Open
ryun6249 wants to merge 26 commits into
Open
Conversation
added 26 commits
May 15, 2026 01:04
Add browser-based validation gate, decision-grade research pipeline, web UI, tests, and docs. Archive legacy FinGPT and finogrid sources under legacy/archive while keeping runtime artifacts ignored.
Adds the FinGPT-native Quant Lab router split, artifact-backed workflows, replay/freshness controls, strategy governance, export verification/history, offline package verification, and guarded cross-run cleanup documentation and tests. Verified before commit: python -m pytest tests -q (367 passed, 3 subtests passed), node --check app\\web\\app.js, python scripts\\check_ui_contract.py, python -m core.preflight, scripts\\verify_production_path.ps1, and quant_lab_ui_smoke.py.
Member
|
Thanks a lot. @ryun6249 Would you mind creating a separate branch and pushing your changes there instead of directly to the master branch? That will make it easier for us to review and test the updates safely before merging. Bruce |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuous Enhancement Report
1. Current Status
2. Changes Made
Compatibility
Data Consistency
risk_adjusted_momentum_63dand Quantamentalquality_adjusted_momentum_v1.used_in_composite_score=falseto avoid silently changing final signals.UI/UX
Visualization
AI Briefing
key_changesnow includequality_adjusted_momentum_v1for interpretation only.Translation
Performance
Tests / Validation
3. Changed Files
pipelines/quantamental/quant_engine.pypipelines/quantamental/ai_service.pyapp/web/modules/quantamental-ui.jspipelines/backtest/engine.py/pipelines/factors/*/pipelines/signals/rule_based.pyapp/web/app.js/app/web/index.htmltests/*/scripts/*docs/CONTINUOUS_ENHANCEMENT_LOG.md4. Validation Results
python -m py_compile ...andnode --check ...python scripts/check_ui_contract.pypython -m pytest tests/test_quantamental_engines.py tests/test_quantamental_api.py tests/test_ui_modules.py tests/test_ui_routing_contract.py tests/test_quantamental_ui_ai_panel.py -qpython -m pytest -q692 passed, 9 subtests passedpython scripts/quantamental_ui_smoke.py --base-url http://127.0.0.1:8406 ...python scripts/ai_portfolio_ui_smoke.py --base-url http://127.0.0.1:8406 --timeout-s 180 ...GET /api/v1/quantamental/analysis/AAPL?.../ui/?range=1Y#quantamental5. Remaining Risks
6. Next Enhancement Suggestions
7. Safety Notes