44
为 DeepSeek Harness 提供"伪 LLM"通道:用脚本让 agent 不调用真实模型,而是按 JSON/JSONL 剧本触发预设的工具调用,用于离线测试、教学演示与 CI 回归。
$ dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins/mock
4
个插件
★ 44
累计 Star
为 DeepSeek Harness 提供"伪 LLM"通道:用脚本让 agent 不调用真实模型,而是按 JSON/JSONL 剧本触发预设的工具调用,用于离线测试、教学演示与 CI 回归。
$ dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins/mock为 DeepSeek Harness 增加会话级循环闹钟:按设定间隔自动给 agent 发送提醒消息,适合轮询检查、周期复盘等需要 agent 主动回头看的长时间任务。
$ dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins/loop为 DeepSeek Harness 增加会话管理工具与侧边聊天:列出/读取/创建/发送会话,并能开一个挂载在主会话旁、保持可继续对话的子会话面板。
$ dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins/sessions为 DeepSeek Harness 提供 Codex 风格 shell 工具集,支持 exec_command 启动进程、write_stdin 持续喂入,专门解决需要 stdin 交互的 CLI 场景。
$ dsh plugin --profile web add github:Ephemeral-AI-Lab/dsh-plugins/codex-shell