adlternative/dsh-subagent-qoder-cloud

adlternative★ 0JavaScriptLast synced: 2026-08-14

Open on GitHub

DeepSeek Harness (dsh) subagent provider for Qoder Cloud Agents

README excerpt

dsh-subagent-qoder-cloud DeepSeek Harness (dsh) subagent provider — 将任务委派给 Qoder Cloud Agents 执行。 零配置启动 只需一个环境变量 QODER CLOUD PAT ,插件自动完成: - 查找/创建 Cloud Agent("深度研究"、"仓库分析") - 查找/创建 Cloud Environment(首个 cloud + unrestricted) - 根据 prompt 内容自动路由到合适的 agent 自定义配置 用户可以指定自己的 agent 和 environment: 配置优先级 配置项 指定时 未指定时(默认行为) agentId 所有任务固定用该 agent 根据 prompt 自动路由:含 GitHub URL → "仓库分析",其他 → "深度研究" environmentId 固定用该 env 自动查找首个 type=cloud + network=unrestricted 的 env;没有则创建 patEnv 从指定的环境变量读 PAT 默认读 QODER CLOUD PAT apiBase 用指定地址 https://api.qoder.com/api/v1/cloud timeoutMs 用指定超时 600000ms (10 分钟) 自动路由规则 当 agentId 未指定时,插件根据 prompt 内容选择 agent: 检测条件 选择 Agent 工具集 含 github.com/user/repo URL 仓库分析 (ultimate) Bash, Read, Write, Edit, Glob, Grep, WebFetch, WebSearch 含 "仓库/repo/源码分析/架构分析" 仓库分析 (ultimate) 同上 其他(默认) 深度研究 (auto) Bash, Read, Write, Edit, Glob, Grep, WebFetch, WebSearch, ImageSearch, ImageGen, DeliverArtifacts 首次使用时,若 agent 不存在会自动创建。 使用场景示例 场景 1:用默认配置做调研 场景 2:团队共享固定 Agent 场景 3:使用私有部署 架构 内置 Agent 定义 深度研究 - 模型:auto - System:拆解子问题 → 搜索权威来源 → 完整阅读 → 综合报告(行内引用 + 置信度分析) - 工具:WebSearch, WebFetch, Bash, Read, Write, Edit, Glob, Grep, ImageSearch, ImageGen, DeliverArtifacts 仓库分析 - 模型:ultimate - System:git …

View full README on GitHub →
Agentsdshdsh-pluginagent

Category