dsh-abyss
深海事务所 (Abyss) — an operations console for DeepSeek Harness agent fleets: every agent is a character at a desk, every line comes from the durable session log, and any past case replays and reports from disk
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 # 把其它插件的拦截画成保安场景
非法配置在加载时大声失败,不会默默忽略。