主题
Planning — A 股投研 Agent
This directory contains the 5 scoped planning documents that decompose the project. Each file is a brainstorm, not a final spec — open questions still live inside.
| # | File | Scope |
|---|---|---|
| 01 | data-layer | 价格数据 + 基本面 + 数据质量 + 估值/Estimates |
| 02 | research-reports | 研报来源、PDF 解析、入库、与 Agent 对接 |
| 03 | agent-framework | Hermes / MCP / Skills 的层级架构 |
| 04 | harness-framework | 跨垂直行业的可复用脚手架 |
| 05 | documentation | VitePress 选型 + 文档结构 |
Source
Repos under review come from ../github_research.md. Each file's "待研究的 Repos" section lists which repos belong to that layer.
Recommended Order
- 03 Agent Framework first — this defines the layer model that 01/02 plug into
- 01 Data Layer + 02 Research Reports in parallel — independent pipelines
- 05 Documentation — set up early, keep in sync with code
- 04 Harness — defer until A-share MVP works (avoid premature abstraction)
Open Cross-Cutting Questions
- Hermes 是什么? — 03 里需要用户澄清
- Open source vs closed source? — 04 里要决定
- 一期是直写 A 股,还是先建 harness? — 04 强烈建议直写
- 付费数据源 (Wind/Choice) 一期是否包含? — 01/02 都受影响