DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-plugin-ollama-monitor

L

dsh-plugin-ollama-monitor

Manifest valid1

Ollama Monitoring and Evaluation Platform · DeepSeek Harness (DSH) Plugin Bundle: agent tool + Web settings page panel (npm: ollama-monitor)

UI (client)hasBundlePatch

ollama-monitor · DSH 插件组合包

Ollama 监控与测评平台:node 半侧向 agent 提供 DSH 工具(状态/测速/拉取模型/编程评测等),web 半侧在 DSH 设置页里提供交互面板。

安装

前提:本机装有 dsh CLI。以下三条任选其一,装完重启该 profile(Bundle 增减需要重启;之后的 patch 改动是热重载)。

# ① 从 Git 仓库直装(无需发布 npm)
dsh plugin --profile web add github:<you>/dsh-plugin-ollama-monitor

# ② 从 npm(发布后)
dsh plugin --profile web add ollama-monitor

# ③ 离线 tarball(在本仓库执行 pnpm pack 生成)
dsh plugin --profile web add ./ollama-monitor-0.3.1.tgz

Git 直装说明:pnpm ≥10 默认拒绝运行 git 依赖的 prepare 构建脚本。仓库已提交构建好的 lib/不允许构建也能直接使用;若想从源码重建,把 pnpm 提示的键写进该 profile 的 pnpm-workspace.yaml 后重跑 add:

allowBuilds:
  ollama-monitor: true

(建议同时用 github:<you>/dsh-plugin-ollama-monitor#<commit-sha> 锁定提交。)

配置

插件行 id 为 ollama-monitor,默认值在本包的 cordis.patch.yml

默认值说明
hosthttp://127.0.0.1:11434Ollama 服务地址
defaultModel''面板默认选中模型
defaultPrompt用一句话解释什么是操作系统。默认测速提示词
numPredict128默认最大生成 token 数
timeoutMs300000请求超时(毫秒;大模型冷加载慢,默认已放宽)

覆盖示例(写入你自己的 ~/.dsh/cordis.patch.yml 或 profile 层;patch 替换整份 config,必须重述全部键):

- id: ollama-monitor
  config:
    host: 'http://192.0.2.10:11434'   # 示例地址(RFC 5737 文档专用段,改成你的)
    defaultModel: ''
    defaultPrompt: '用一句话解释什么是操作系统。'
    numPredict: 128
    timeoutMs: 300000

验证 / 卸载

dsh --profile web --dump-config   # 应看到 "# == ollama-monitor" 配置层
dsh plugin --profile web remove ollama-monitor

开发

pnpm install
pnpm build        # 重新构建 lib/(client 半侧 + node 半侧,自包含,不依赖 DSH 检出)

仓库同时提交了源码(src/)与构建产物(lib/):普通安装直接用产物;带 allowBuilds 的 git 安装会用 prepare 从源码重建。

Versions

Latest versionPublishedSize
0.3.2
0.3.3

Comments

Loading…

From the same category

deepseek-harness

by deepseek-ai

DeepSeek Harness: Everything is a Plugin.

Development & InfrastructureWorkflow & Automation

234.8k

MIT

TypeScript

Sep 23, 2026

Index only — not installable

by nexu-io

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,

Development & InfrastructureTerminal & ClientsUI & ExperienceManifest valid

97.9k

Apache-2.0

TypeScript

Sep 24, 2026

Index only — not installable

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesDevelopment & InfrastructureManifest valid

71k

3.5k/wk

MIT

JavaScript

Sep 24, 2026

dsh plugin --profile agent add @tt-a1i/archify-dsh

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

29.6k

838/wk

NOASSERTION

Go

Sep 24, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by awesome-dsh-plugin

A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表

Development & Infrastructure

16.8k

CC0-1.0

Python

Sep 24, 2026

Index only — not installable

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesTerminal & ClientsDevelopment & InfrastructureModels & ProvidersUI & ExperienceManifest valid

8k

Apache-2.0

TypeScript

Sep 24, 2026

dsh plugin --profile web add dsh-web