feat: add investment-commander template for A-share research team#123
Open
Alan5168 wants to merge 4 commits intoHKUDS:mainfrom
Open
feat: add investment-commander template for A-share research team#123Alan5168 wants to merge 4 commits intoHKUDS:mainfrom
Alan5168 wants to merge 4 commits intoHKUDS:mainfrom
Conversation
A股投研团队模板 - 产业逻辑(70%) + 量化择时(30%) 基于 Investment Commander v1.3.0 架构: - Commander: 协调者(不决策,只调度) - Screener: 选股分析师(产业逻辑筛选) - Strategist: 市场策略官(遗传算法最优指标) - Validator: 风控验证员(回测基准验证) 特色: - 遗传算法优化指标组合(composite_score: 17.09 → 19.31) - 高区胜率 28.1% vs 随机基准 22.1%(+6pp) - 自动排除已持仓股票 - 未来产业筛选(汽车电子/半导体/电力设备/新材料) GitHub: Alan5168/investment-commander v1.3.0 Stars: 2
同步 investment-commander v1.3.1 最新模板: - 5个Agent:Commander/产业分析师/量化分析师/风控验证员/新闻情绪分析师 - 每个Agent有明确的任务说明和输出格式 - 新增 news-analyst(热点题材追踪) Agent分工: - Commander: 汇总决策(MiniMax) - industry-analyst: 产业逻辑筛选(industry_analyst.py) - quant-analyst: 技术面筛选(alan_custom_screener.py) - risk-validator: 大盘风控(market_filter.py + us_market_signal.py) - news-analyst: 热点追踪(hot_sector_tracker.py) GitHub: https://github.com/Alan5168/investment-commander v1.3.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Investment Commander is a China A-share research system using the "Global Emerging Themes × A-share Validation" methodology:
Key Features
Template Structure
Usage
clawteam launch investment-commander --goal "AI算力 芯片 商业航天" --team-name my-investRelated: Alan5168/investment-commander (GitHub)