dsh-abyss
深海事务所 (Abyss) —— DeepSeek Harness 智能体舰队的运维控制台:将每个智能体拟人化为办公桌前的角色,从持久会话日志中提取对话,支持回放历史案例和读取磁盘报告。
AI 分析
为 DSH 智能体舰队提供可视化、角色扮演风格的运维与监控面板。适合需要管理多个智能体、回放历史会话并监控 Token 消耗与花费的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Zongwei9888/dsh-abyss说明文档
阅读完整 README ↗配置
不配也能用。要改就在 profile 的 cordis.yml 里:
- id: dsh-abyss
config:
prices: # 工资表,按每 1M token 计
deepseek-v4-pro: { input: 0.55, output: 2.19, cacheRead: 0.07 }
currency: "¥" # 货币单位,默认 $
vendors: # 各厂商的标签、配色、图标
claude-code: { label: "外聘顾问", color: "#f59e0b", icon: "brain" }
sceneHistory: 200 # 新连接的面板能看到多少场旧戏
maxTeams: 20 # 保留多少个案子(只淘汰已结束的)
caseList: 30 # 「过往案子」列多少个
watchPolicy: true # 把其它插件的拦截画成保安场景
非法配置在加载时大声失败,不会默默忽略。