megatronyy/dsh-tradingagents

megatronyy★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

TradingAgents for DeepSeek Harness: the 14-role A-share multi-agent analysis pipeline behind /trading-agent

README 摘要

dsh-tradingagents DeepSeek Harness (dsh) 的 A 股多智能体投研分析插件:把 TradingAgents-AShare 的 14 角色分析管线移植为 dsh 原生插件,通过 /trading-agent 命令一键运行,模型调用走 dsh 已配置的 LLM 路由(无需单独配 API Key)。 分析管线(14 个角色) 用法 在 dsh web 的输入框: 完整分析约需数分钟,报告同时返回到会话并保存到 /.dsh/tradingagents/reports/ (含结论速览表、每角色完整输出、数据附录)。 安装 技术说明 - 模型 : ctx.llm (复用 dsh 当前会话的模型路由,含推理档位),无独立 LLM 配置 - 数据 :公开行情接口直连(腾讯 K 线 + 东财延迟行情/数据中心/新闻),逐源超时降级,单一数据源失败不阻塞分析 - 指标 :SMA/EMA/RSI/MACD/BOLL/ATR/VWMA 与 VPA 量价形态本地计算 - 测试 :36 个 vitest 用例(指标数学、接口解析、VERDICT/JSON 提取、意图回退、全管线编排、报告组装、命令注册) 本插件生成的内容不构成投资建议。

在 GitHub 查看完整 README →
Agent/智能体a-sharedeepseek-harnessdsh-pluginllmtrading-agentsagent

分类