yangbobo2021/relay-dsh-plugin-monitor-process0

relay-dsh-plugin-monitor-process

Read-only process identity capability for Agent-authored Relay Monitor Bundles.

AI 분석

核心用途是为 Relay 监控系统提供安全的进程读取接口。适合需要监控系统进程状态,同时要求保护隐私和身份安全的安全敏感型自动化任务。

패키지
relay-dsh-plugin-monitor-process
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 2.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangbobo2021/relay-dsh-plugin-monitor-process

Relay Process Monitor Capability

npm version CI MIT license

English | 中文

This extension supplies a read-only, identity-safe process status capability for Agent-authored Relay Monitor Bundles. It deliberately does not add a prebuilt Bundle Type: the Agent discovers no process type, issues an authorized Process Handle, and uses the relay-monitor-author Skill to create a task-scoped Bundle.

Install the exact public release together with Monitor Core and Author:

npx @deepseek-ai/dsh@0.1.2-alpha.3 plugin --profile web add --save-exact \
  relay-dsh-plugin-monitors@0.3.0 \
  relay-dsh-plugin-monitor-process@0.1.0 \
  relay-dsh-plugin-monitor-author@0.1.0

The plugin issues opaque, Session- and project-bound Process Handles. A PID is accepted only at handle issuance and is never embedded in a custom Bundle.