loongsuite/pilot-dsh

loongsuite★ 1TypeScriptLast synced: 2026-08-15

Open on GitHub

Standalone OpenTelemetry GenAI observability plugin for DeepSeek Harness — native session, LLM, and tool tracing exported over OTLP to any compatible backend.

README excerpt

LoongSuite observability for DeepSeek Harness English 简体中文 @loongsuite/dsh-plugin is a standalone, open-source observability plugin for DeepSeek Harness ( dsh ). It observes DSH's native session, agent loop, LLM stream, and tool lifecycle, converts them into OpenTelemetry GenAI traces and metrics, and exports standard OTLP/HTTP protobuf to any compatible backend. LoongSuite is Alibaba's open-source unified observability collection ecosystem. This repository is its native DSH integration: despite the repository name, the plugin does not depend on or require LoongSuite Pilot, a sidecar, a local JSONL tap, or an Alibaba backend. Status: beta release. Install the npm beta with @loongsuite/dsh-plugin@beta . The DSH market listing has not been published yet. Data model One DSH turn produces a single trace with this shape: Each real LLM attempt gets its own LLM span, so retries remain visible under the same step. Tool calls are correlated with their results by DSH call ID. Errors, aborts, incomplete streams, and plugin shutdown close live spans with an error status instead of leaving them open. Subagent sessions create their own trace and carry DSH parent-session and delegation attributes…

View full README on GitHub →
Skins / UIai-codingdeepseek-harnessdshdsh-pluginloongsuiteobservabilityopentelemetrytelemetry

Category