You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@
2
2
3
3
[English](README.md) | [简体中文](README.zh-CN.md)
4
4
5
-
Non-personalized model recommendation orchestration for QuantStrategyLab.
5
+
Intelligent advisory research system for QuantStrategyLab.
6
6
7
-
This repository combines deterministic event evidence and saved AI shadow context
8
-
into audit-ready model recommendation reports. It does not place orders, store
9
-
broker credentials, manage portfolios, or personalize advice for a specific
10
-
investor.
7
+
This repository combines deterministic event evidence, theme momentum, market
8
+
confirmation, and saved AI shadow context into investor-readable advisory
9
+
research reports. It does not place orders, store broker credentials, manage
10
+
portfolios, or personalize advice for a specific investor.
11
11
12
12
## Repository Role
13
13
14
-
`QuantAdvisorResearch` is the coordinator for a future smart advisory research
15
-
system:
14
+
`QuantAdvisorResearch` is the coordinator for the Intelligent Advisory Research
15
+
System:
16
16
17
17
- consume political/public-event context from `PoliticalEventTrackingResearch`
18
18
- consume saved AI shadow context from `ResearchSignalContextPipelines`
19
19
- keep other strategy and snapshot repositories independent from this pipeline
20
20
- leave broker execution in platform repositories
21
21
22
-
The current operating cadence is a weekly public recommendation snapshot,
22
+
The current operating cadence is a weekly public intelligent-advisory snapshot,
23
23
supported by weekly event/theme refreshes and monthly long-horizon AI shadow
24
24
context. Monthly review reports are generated separately for change review and
25
25
month-end inspection. They do not replace the weekly publication while
@@ -45,17 +45,17 @@ Advisor is the final composition layer. Source ownership by horizon is:
45
45
- Medium term (`2-12 weeks`): `theme_momentum_snapshot.json` from `ResearchSignalContextPipelines`, now explicitly marked as `medium_horizon_theme_context`, focused on theme momentum and symbol momentum.
46
46
- Long term (`1-3 years`): `latest_signal.json` / `signal_history/*.json` from `ResearchSignalContextPipelines` as AI shadow context.
47
47
48
-
Final recommendations are still deterministic Advisor outputs. The signal context repository does not directly produce short-term recommendations or replace the final decision engine. Advisor now records separate short/medium/long horizon scores and gates for each final pick; public pages keep the simpler final recommendation layout.
48
+
Final recommendations are still deterministic Intelligent Advisory outputs. The signal context repository does not directly produce short-term recommendations or replace the final decision engine. Advisor now records separate short/medium/long horizon scores and gates for each final pick; public pages keep the simpler final recommendation layout.
49
49
50
50
## Boundary
51
51
52
52
This repository owns:
53
53
54
-
-model recommendation artifact schemas
54
+
-intelligent advisory artifact schemas
55
55
- deterministic scoring and review policy
56
56
- daily/weekly/monthly report generation
57
57
- evidence and risk summaries
58
-
-model recommendation history for later review
58
+
-intelligent advisory history for later review
59
59
60
60
This repository does not own:
61
61
@@ -114,7 +114,7 @@ files, create orders, or notify investors.
114
114
115
115
`.github/workflows/publish_advisory_site.yml` publishes the HTML/JSON/RSS site on
116
116
a weekly schedule. If `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID` are configured
117
-
as repository secrets, the workflow sends a short non-personalized Telegram
117
+
as repository secrets, the workflow sends a short intelligent-advisory Telegram
118
118
summary after a successful Pages deployment. If either secret is missing, the
119
119
notification step is skipped without failing the publication. Telegram delivery
120
120
errors are logged and do not block Pages/RSS output.
The published HTML, RSS feed title, and Telegram summary default to Simplified
157
-
Chinese (`zh-CN`) because the current audience is Chinese-language retail
158
-
research readers. JSON field names remain stable English contract keys.
157
+
Chinese (`zh-CN`) and use the public-facing Intelligent Advisory Research System wording because the current audience is Chinese-language retail research readers. JSON field names remain stable English contract keys.
159
158
160
159
The scheduled publish workflow defaults to live source artifacts inside sibling
161
160
repositories. Manual dispatch can normally pass only `as_of`; override paths only
162
161
when intentionally testing a different artifact:
163
162
164
163
```bash
165
-
gh workflow run "Publish Model Recommendations Site" \
164
+
gh workflow run "Publish Intelligent Advisory Site" \
166
165
--repo QuantStrategyLab/QuantAdvisorResearch \
167
166
-f as_of=2026-05-30
168
167
```
@@ -269,7 +268,7 @@ Default horizon windows:
269
268
270
269
## Versioning
271
270
272
-
The Python package version is `0.1.2`. Report artifacts are versioned separately:
271
+
The Python package version is `0.1.3`. Report artifacts are versioned separately:
0 commit comments