File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 顾问角色边界
2+
3+ ` QuantAdvisorResearch ` 的“顾投”不是账户级组合顾问,而是 ** AssetIdeaAdvisor(标的研究顾问)** :
4+
5+ - 输出标的候选、研究理由、风险和观察建议;
6+ - 保存可复核的研究 artifact;
7+ - 不计算账户级仓位;
8+ - 不选择 live 策略组合;
9+ - 不连接 broker,也不生成订单。
10+
11+ 账户级的 ** PortfolioAdvisor(组合配置顾问)** 属于 QuantPlatformKit 的组合与风险层,负责根据资金、风险预算和允许资产范围生成组合建议。它可以消费本仓库的标的研究结果,但仍不直接开启 live。
12+
13+ ``` text
14+ AssetIdeaAdvisor → 策略研究 → PortfolioAdvisor → Risk Gate → live decision
15+ ```
16+
17+ 为兼容旧接口,仓库名和 ` model_recommendations ` artifact 暂不改名;新文档和新接口应使用 ` AssetIdeaAdvisor ` ,避免把标的建议误认为完整智能顾投。
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ QuantStrategyLab 现有仓库已经天然分层:
1111- ` QuantStrategyPlugins ` :sidecar 风控、事件和通知 artifact 层。
1212- 券商平台仓库:执行、通知、凭证和运行时适配层。
1313
14- ` QuantAdvisorResearch ` 只协调事件证据和 AI shadow context,不侵入其他量化策略、快照或券商执行仓库。
14+ ` QuantAdvisorResearch ` 是 AssetIdeaAdvisor(标的研究顾问): 只协调事件证据和 AI shadow context,不侵入其他量化策略、快照或券商执行仓库,也不负责账户级组合配置或 broker 执行 。
1515
1616## 智慧投顾研究数据流
1717
You can’t perform that action at this time.
0 commit comments