Post

LLMQUANT007: ecosystem coverage matrix 第一阶段总复盘

LLMQUANT007: ecosystem coverage matrix 第一阶段总复盘

这是 PENGYI_LLMQUANT_STUDYMAP 的第八篇。

1
LLMQUANT007 -> ecosystem coverage matrix

这篇不是继续拆一个单独 repo,而是做第一阶段总复盘。

问题很简单:

1
2
3
4
5
LLMQuant 目前 GitHub 上公开的原生项目,我们到底覆盖完了吗?
哪些是核心项目?
哪些只是组织或资源支持仓?
它们分别对应 Pengyi Quant Research OS 的哪一层?
下一阶段应该继续看,还是应该开始做自己的系统?

我的结论先写在前面:

1
2
LLMQuant core open-source projects: covered.
LLMQuant public GitHub repos: accounted for.

也就是说,核心项目已经总结完了;剩下的不是技术研究项目,而是组织主页和资源仓。

Source snapshot

我在 2026-06-24 重新拉了一次 GitHub 线上列表。

LLMQuant org 当前公开 repo 数量:

1
2
3
10 public repositories
0 fork repositories
0 archived repositories

当前公开仓库是:

RepoDescriptionLanguageStarsForks
.githuborg profile / community presentation-20
assetasset of LLMQuant-343108
awesome-trading-agentscurated list of LLM-driven trading agents, MCP servers, and agent skills-31544
data-mcpMCP server for LLMQuant DataTypeScript464
docsFinance ContextMDX945
llmquant-bookThe LLMQuant Book ProjectJupyter Notebook205
MagentsMulti-Agent Generative Trading SystemPython5113
quant-mindknowledge extraction and retrieval framework for quantitative financePython1558245
quant-wikiopen-source quantitative knowledge wiki-3782300
skillsreusable skills for LLMQuant Agent and coding agentsShell13617

注意:这些 star / fork 数是快照,不是长期固定值。

Coverage matrix

第一阶段的覆盖情况如下:

RepoProject typeCovered inCore?Research OS role
data-mcpdata / MCP tool serverLLMQUANT001Yesevidence access layer
skillsworkflow skills catalogLLMQUANT002Yesfinance workflow routing layer
quant-mindknowledge extraction / RAGLLMQUANT003Yesfinancial knowledge structuring layer
Magentsmulti-agent trading systemLLMQUANT004Yesstrategy execution and simulation layer
awesome-trading-agentsecosystem indexLLMQUANT005Yestrading agent ecosystem radar
docsFinance Context docsLLMQUANT006Yesprofessional finance workflow encyclopedia
llmquant-bookAI + Quant bookLLMQUANT006Yescurriculum and onboarding layer
quant-wikiquant wikiLLMQUANT006Yessearchable concept / reference knowledge base
.githuborg profileLLMQUANT000, LLMQUANT007Supportcommunity narrative and product map
assetstatic assetsLLMQUANT007Supportlogos / images / static resources

所以按项目性质来看:

1
2
core research / technical repos: 8 / 8 covered
support repos: 2 / 2 accounted for

这就是为什么我说 LLMQuant 第一阶段可以收束。

What counts as core

这里要把边界说清楚。

我把“核心项目”定义为:

1
有明确技术能力、研究能力、知识能力、工作流能力,或者可以被 Research OS 复用的 repo。

按这个定义,核心项目是这 8 个:

1
2
3
4
5
6
7
8
data-mcp
skills
quant-mind
Magents
awesome-trading-agents
docs
llmquant-book
quant-wiki

.github 不是核心技术项目。它很重要,但它的作用是组织 profile、产品矩阵、社区入口和品牌叙事。

asset 也不是核心技术项目。它是静态资源仓,线上 API 读取内容时还遇到过 HTTP 451 Repository access blocked,所以不适合作为学习拆解对象。

这不是说它们没有价值,而是说:

1
它们不应该占用 LLMQUANT00x 深度技术分析编号。

Architecture recovered

把 000-006 串起来,LLMQuant 的整体形状就很清楚了。

1
2
3
4
5
6
7
community narrative
  -> knowledge / education
  -> data access
  -> workflow routing
  -> knowledge structuring
  -> strategy simulation
  -> ecosystem benchmarking

对应到 repo:

LayerRepoMeaning
Community / product narrative.githubWhat LLMQuant is and how the ecosystem is presented
Finance knowledgedocs, llmquant-book, quant-wikiWhat humans and agents need to know
Evidence accessdata-mcpHow agents call finance data and evidence
Workflow routingskillsHow finance tasks become repeatable procedures
Knowledge structuringquant-mindHow external text becomes reusable structured knowledge
Simulation / executionMagentsHow strategies and agents can be tested
Ecosystem radarawesome-trading-agentsWhat other trading agent projects exist
Static supportassetImages and resources supporting presentation

这说明 LLMQuant 不是一个单点项目。

它更像一个 AI-native finance research stack:

1
2
3
4
5
6
Knowledge
Data
Workflow
Agent
Simulation
Community

这对我们非常关键。

因为我们想做的不是“读完几个 repo”,而是把它们抽象成自己的 Research OS。

What we learned

第一阶段最重要的收获不是具体代码,而是架构判断。

1. 数据层不能缺

data-mcp 说明金融 agent 不能只靠模型记忆。

它必须有:

1
2
3
4
5
tool schema
source discipline
retrieval contract
freshness awareness
reproducible evidence

这对应 Research OS 的 EvidenceAccess

2. workflow 要被显式写出来

skillsdocs 都在证明一件事:

1
2
金融任务不是一句 prompt。
金融任务是 procedure。

DCF、earnings review、idea generation、bond RV、portfolio rebalance、risk review,这些都应该被写成可重复执行的技能。

这对应 Research OS 的 WorkflowRouter

3. 知识必须结构化

quant-mindquant-wiki 给出的启发是:

1
2
paper / news / report / wiki page 不能只停留在文本。
它们要进入 schema、metadata、retrieval、memory。

这对应 Research OS 的 KnowledgeLayer

4. agent 必须被仿真和诊断

Magents 提醒我们:

1
2
策略不是写完就算。
它要经过 simulation、portfolio accounting、order lifecycle、risk control、performance diagnostics。

这对应 Research OS 的 ExperimentRuntime

5. 要知道生态里还有谁

awesome-trading-agents 的意义不是“收藏链接”,而是:

1
2
3
4
benchmark map
PR opportunity map
learning route
competitor and collaborator radar

这对应 Research OS 的 EcosystemRadar

6. 教材和百科不是边缘资产

docsllmquant-bookquant-wiki 共同说明:

1
没有金融知识层,agent 很容易变成会说话但不懂业务的系统。

这对应 Research OS 的 DomainGrounding

Pengyi Research OS mapping

现在可以给自己的系统画一个更清楚的映射。

1
2
3
4
5
6
7
8
9
Pengyi Quant Research OS
  EvidenceAccess       <- data-mcp
  WorkflowRouter       <- skills + Finance Context
  KnowledgeLayer       <- quant-mind + quant-wiki
  CurriculumLayer      <- llmquant-book
  ExperimentRuntime    <- Magents
  EcosystemRadar       <- awesome-trading-agents
  PublicNarrative      <- .github inspiration + website posts
  StaticAssets         <- asset-style support, but not core

这就是我们从 LLMQuant 学到的最重要的系统设计。

未来自己的 R&D Agent 应该这样运作:

1
2
3
4
5
6
7
8
9
10
11
idea request
  -> retrieve domain knowledge
  -> retrieve evidence
  -> choose workflow skill
  -> produce hypothesis
  -> implement factor / strategy
  -> run backtest / simulation
  -> diagnose bias and risk
  -> generate next research plan
  -> human PM review
  -> write public-safe artifact

这和我们最开始想的 R&D Agent loop 完全接上了。

Open-source contribution map

下一阶段如果要给 LLMQuant 相关项目提 PR,不能为了 PR 而 PR。

合理的 PR 应该来自真实使用、真实阅读、真实问题。

RepoPractical PR direction
data-mcpimprove examples, add tool docs, clarify schema, add small integration demo
skillsimprove skill routing docs, add workflow test cases, add finance task examples
quant-mindadd ingestion metadata, improve README examples, add paper/news demo pipeline
Magentsimprove setup docs, add minimal runnable strategy example, clarify architecture diagram
awesome-trading-agentsadd high-quality missing projects only after verifying criteria
docsfix stale docs references, add China-market examples, improve bilingual consistency
llmquant-bookfix URL inconsistency if confirmed, connect chapters to notebooks
quant-wikiadd concept metadata, improve topic taxonomy, add RAG-friendly export path

这张表会变成我们的 PR radar。

但顺序应该是:

1
2
3
4
5
use
  -> find issue
  -> reproduce / document
  -> propose fix
  -> submit PR

What not to do

现在不应该继续无限“看项目”。

第一阶段已经完成:

1
2
3
4
5
map the ecosystem
understand the layers
identify reusable components
find contribution directions
publish public learning notes

继续横向扫项目,收益会下降。

下一阶段应该进入:

1
build Pengyi Quant R&D Agent

也就是从学习 LLMQuant,转向复用 LLMQuant 的启发,做自己的系统。

Phase 1 conclusion

LLMQUANT000-007 现在形成了一个完整闭环:

PostFocusOutput
LLMQUANT000study mapglobal map and learning route
LLMQUANT001data-mcpevidence access layer
LLMQUANT002skillsworkflow routing layer
LLMQUANT003quant-mindstructured knowledge layer
LLMQUANT004Magentssimulation and backtesting layer
LLMQUANT005awesome-trading-agentsecosystem radar
LLMQUANT006docs, llmquant-book, quant-wikifinance knowledge layer
LLMQUANT007all public reposcoverage matrix and phase-1 closure

所以现在可以很明确地说:

1
LLMQuant first-pass study: complete.

下一步不应该只是继续总结。

下一步应该开始设计和实现:

1
LLMQUANT008 -> Pengyi Quant R&D Agent design

目标是把这些启发真正融会贯通:

1
2
3
4
5
6
自动提出因子假设
自动实现
自动回测
自动诊断偏差
自动生成下一轮研究计划
人类 PM 审核

这才是我们自己的主线。

This post is licensed under CC BY 4.0 by the author.