Bryan-cmf/dsh-infra-observability
DSH-Plugin: structural observability layer - real tool/skill usage recording (tools/result), skill-catalog audit, watchdog. No model self-reporting.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
🔭 Infra Observability — DSH-Plugin
結構化觀測層:真實的工具/技能使用記錄(
tools/result)、技能目錄審計、看門狗。零模型自報——平台記什麼,報告就寫什麼。
A DeepSeek Harness host plugin that replaces model self-reporting with structural recording:
tools/resultlistener — every real tool execution (name + outcome) is recorded by the platform into a ring buffer and per-day aggregates.agent/error/agent/status— error totals and live-agent tracking.- Watchdog — timer-driven alert when agent errors spike (≥ N in 5 min).
- Three tools for the model and humans:
| Tool | What it reports |
|---|---|
usage_report | Per-day tool/skill aggregates (calls / ok / err) + recent executions |
audit_skills | Catalog totals, provider spread, warnings (missing description, non-kebab names), today's skill usage |
infra_health | Uptime, records kept, error counts, running agents, catalog size, watchdog state |
Dashboard (browser)
The client half registers an 「觀測」view tab (order 20, right of
chat / trajectory) rendering a live per-session dashboard from the infraView
session projection: turn counts, failure count, tool/skill TOP lists with
success-rate bars, and the recent execution trail. Data updates as events
commit — no refresh needed.
Install
Path A — Host composition (recommended, always-on)
Add to the profile's package.json dsh.profile.bundles (the package ships a
dsh.bundle.patch that inserts the plugin row):
"dsh": { "profile": { "bundles": ["@bryan-cmf/dsh-infra-observability"] } }
Path B — Agent preset row
- id: infra-observability
name: '@bryan-cmf/dsh-infra-observability'
Requirements
- DSH
>= 0.1.0-rc.6(services:tools,timer,skills— all part of the shippeddsh-basebundle)
Configuration
| Key | Default | Meaning |
|---|---|---|
maxRecords | 5000 | Ring-buffer cap for recent execution records |
healthIntervalMs | 60000 | Watchdog check interval |
errorAlertThreshold | 5 | Alert at ≥ this many agent errors per 5-minute window |
Scope notes
- Aggregates are process-lifetime (like
dsh-skill-trail); the durable source of truth remains the session log. Cross-restart persistence is planned. - Companion package:
@bryan-cmf/dsh-skill-trailrenders the per-reply badge row; this package is the backend layer.
Development
pnpm install --store-dir .pnpm-store
pnpm build
License
MIT
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.