dsh-whale-report: Agent Report Generator for DeepSeek Harness

senmuuuuw/dsh-whale-report

Sessions & MessagesVerified
Listed on 2026-08-20
Page last updated 2026-08-20

A DSH plugin that turns session event logs into Agent daily/weekly/monthly/yearly reports, read-only.

Turn DeepSeek Harness session logs into readable daily, weekly, monthly, and yearly reports to review costs and anomalies.

install
dsh plugin --profile web add github:senmuuuuw/dsh-whale-report
Category
Sessions & Messages
Platform
DSH-Plugin
Author
senmuuuuw
Distribution
Plugin

dsh-whale-report Key Features

Multi-period reportsCost & token statsRisk anomaly alertsSession drilldownExport long image

dsh-whale-report Repository

senmuuuuw
Publisher
senmuuuuw
Repository
senmuuuuw/dsh-whale-report
22
Stars
2
Forks
1
Watchers
0
Open issues
LanguageTypeScript
LicenseMIT License
Website
Repo last push2026-08-20 14:03:59
Repo created2026-08-14 18:40:58
Topics
agent-reportdeepseek-harnessdshdsh-plugin
Default branchmain

dsh-whale-report Repo Summary

dsh-whale-report is an entertainment/fun DSH plugin for DeepSeek Harness that aggregates session event logs into a truly readable Agent annual report. It answers the hardest questions after an Agent run: which sessions are most expensive, why retries suddenly started, which operations deserve attention, how much ran at night, and which task drove up costs. It's not a log viewer or a plain dashboard—it uses a SEE → NOTICE → TRACE loop to turn cost, calls, models, and anomalies into traceable review material.

What core features does the dsh-whale-report DSH plugin support?

The plugin supports 6 report periods (daily/weekly/monthly/quarterly/yearly/custom range), 8 built-in analysis rules, and 4 export methods (including long-image export), all read-only and deterministic. Cost is calculated in real time using official pricing (6-hour cache with built-in fallback), and is allocated by model and by session. It also tracks tokens, tool calls, risks, and anomalies, with a Whale Note giving a deterministic review of the period, and an Activity scan showing a sonar view of when the agent actually worked.

How do I install dsh-whale-report?

Run the following command in your DeepSeek Harness environment:

bash
dsh plugin --profile web add github:senmuuuuw/dsh-whale-report

After installation, the plugin automatically connects to DSH session event logs and generates reports without extra configuration.

Which DeepSeek Harness versions and platforms is dsh-whale-report compatible with?

The plugin is maintained by SenmuuuuW, licensed under MIT, written in TypeScript, and depends on official packages like @deepseek-ai/dsh-session, @deepseek-ai/dsh-session-query, @deepseek-ai/dsh-storage, @deepseek-ai/dsh-storage-domain, and @deepseek-ai/dsh-tools. It includes the official dsh.bundle manifest, ensuring seamless integration with the DeepSeek Harness ecosystem. The repository was created on 2026-08-14 and last updated on 2026-08-16, with 14 stars and 2 forks.

How do the report export and read-only features of dsh-whale-report work?

Reports can be exported as long images for easy sharing anywhere; all operations are read-only and never modify session data, ensuring audit safety. Reports cover cost, tokens, tool calls, risks, and anomalies, and can be generated for any time range, meeting different granularity needs.

What do the Whale Note and Activity scan in dsh-whale-report do?

The Whale Note provides a deterministic review of each period, with a tone that can be light or spicy, helping users quickly grasp key points. The Activity scan shows a sonar view of when the agent actually worked, making it easy to see nighttime or peak activity. Together, they turn reports from mere data dumps into insightful review tools.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ