Skip to content

Commit d0e7700

Browse files
yjwyjw
authored andcommitted
Improve GitHub discovery README
1 parent 96866a5 commit d0e7700

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# young-stock-cli
22

3-
> Quiet personal research cockpit for the terminal.
3+
> Quiet personal research cockpit for A-shares, Hong Kong stocks, US stocks, funds, and after-hours portfolio review.
44
> 轻量个人投研驾驶舱。
55
66
[![PyPI](https://img.shields.io/pypi/v/young-stock-cli.svg)](https://pypi.org/project/young-stock-cli/)
@@ -12,6 +12,29 @@
1212

1313
`young-stock-cli` 把 A 股、港股、美股的盘后查看、持仓复盘、证据驱动深度分析和本地报告导出收进一个小而完整的终端工作流。
1414

15+
```bash
16+
uv tool install young-stock-cli
17+
young init
18+
young daily --format summary
19+
young stock 600519 --llm --lens buffett
20+
young report
21+
```
22+
23+
Use it when you want a personal terminal workflow for watchlists, reports, local investment memory, PDF export, and Feishu/Lark delivery.
24+
25+
## Why Star This Repo
26+
27+
- One CLI covers market snapshots, single-symbol evidence, watchlist reports, local profiles, PDF export, and sending.
28+
- Deterministic by default: LLM analysis only runs when you pass `--llm`.
29+
- Built for real after-hours routines: cache, profile memory, dry-run delivery, and source diagnostics.
30+
- Designed to be useful as a CLI and as an AI-agent tool.
31+
32+
## Which Repo Should I Use?
33+
34+
- Use **`young-stock-cli`** for a polished personal investing cockpit.
35+
- Use [`stock-analysis`](https://github.com/AdvancingTitans/stock-analysis) for the lower-level evidence engine and global market recap framework.
36+
- See [`awesome-ai-agent-research-tools`](https://github.com/AdvancingTitans/awesome-ai-agent-research-tools) for related AI-agent research tools.
37+
1538
它的定位很直接:
1639

1740
- 输出的是“态度 + 证据 + 持仓相关建议”。

0 commit comments

Comments
 (0)