-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 1.15 KB
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "quant-workflow-router",
"displayName": "quant-workflow-router",
"description": "量化交易工作流路由——告诉模型在用户提出量化任务时,应该按什么顺序加载哪些技能。触发词:分析涨停/因子挖掘/策略开发/回测跑一下/跑个回测/测试策略/看看XX股票/复盘/数据下载/优化参数/回测修复/重做回测/回测框架/历史回测/同天买入/涨停当日买入/SameDayBuyEngine/概念因子/概念标签/板块分析/热点题材/明天首板/尾盘扫描/潜伏分析/首板深度分析/收盘分析/综合尾盘分析。也适用于:与 a-share-quant-trading 和 qmt-cloud-optimization 配合使用、量化策略全生命周期管理。不要用于:非量化任务、UI开发、写作任务。",
"version": "1.0.0",
"author": {
"name": "agent",
"github": "junagent"
},
"homepage": "https://github.com/junagent/quant-workflow-router",
"repository": "https://github.com/junagent/quant-workflow-router",
"license": "MIT",
"keywords": [
"quant-workflow-router",
"software-development",
"hermes",
"skill"
],
"skills": [
"quant-workflow-router"
]
}