last30days-skill-cn
Jesseovo
last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:hccccc01333/dsh-eval
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Agent Evaluation Platform for deepseek-harness.
Run benchmarks against headless dsh profiles, harvest persisted session logs as traces, fold automatic metrics, grade task success and tool selection, and report or compare runs — one benchmark.yaml in, one JSON run + Markdown report out.
The dsh ecosystem already has observability and debugging tools (
dsh-trace,dsh-tps,dsh-context-doctor). dsh-eval fills the missing slot: an evaluation platform.
dsh eval run benchmark.yaml — orchestrate one headless dsh subprocess per case × trialexpected.tool (tool-selection accuracy) and expected.check (task success)dsh eval import codex|claude-code <log> --out run.jsondsh eval report run.json — Markdown report with per-trial scores and pooled ratesdsh eval compare v1.json v2.json — signed B - A comparison tablenpm 0.3.0 · 113 tests · 100% branch/line coverage on src · typecheck clean.
Install the package directly:
pnpm add dsh-eval
dsh plugin --profile eval add dsh-eval
The npm package targets the official @deepseek-ai/* releases (0.1.0-rc.6 peers). For the source flow, clone this repo and link it to a deepseek-harness checkout:
git clone https://github.com/hccccc01333/dsh-eval.git
cd dsh-eval
Windows (junction):
New-Item -ItemType Junction -Path harness -Target D:\path\to\deepseek-harness
macOS / Linux (symlink):
ln -s /path/to/deepseek-harness harness
Then:
pnpm install
pnpm --filter dsh-eval build
pnpm --filter dsh-eval test
With a dsh launcher from the harness checkout:
dsh plugin --profile eval add dsh-eval
dsh eval run benchmark.yaml --out eval-run.json
dsh eval report eval-run.json
dsh eval compare eval-v1.json eval-v2.json
dsh eval import codex ~/.codex/sessions/.../session.jsonl --out codex-run.json
name: skill-regression
model: deepseek-v4
profile: headless
command: [dsh]
trials: 3
timeoutMs: 600000
seed: 42
cases:
- id: fix-tests-001
prompt: Fix the failing tests in this workspace.
workspace: ./fixtures/fix-tests
expected:
tool: bash
check: ./check.sh
pricing:
deepseek-v4:
inputUsdPerMTokens: 0.27
cacheReadUsdPerMTokens: 0.07
cacheWriteUsdPerMTokens: 0.27
outputUsdPerMTokens: 1.10
Each trial runs in a private temp workspace with an isolated DSH_HOME and non-interactive permissions. The primary session log becomes the trial's trace; scripted grading pools taskSuccess and toolSelectionAccuracy into run-level rates. See packages/eval/README.md for the full field reference.
| Metric | Source |
|---|---|
| Task success | expected.check exit 0 |
| Tool success / rate | tool results in the session log |
| Tool-selection accuracy | expected.tool substring match |
| Steps / turns | session log turns and tool events |
| Tokens / context usage | disjoint token buckets + billed context |
| Latency | llmMs / toolMs / ttftMs / latencyMs |
| Cost | per-model pricing table (pricing) |
| Retry | llm/retry events |
| Invalid tool call | tool results carrying an internal failure identity |
| Final answer score / hallucination | LLM judge verdict from judge config |
| Command | What it does |
|---|---|
dsh eval run benchmark.yaml --out run.json |
Execute the benchmark and write the JSON run |
dsh eval report run.json |
Render a run as Markdown |
dsh eval compare base.json candidate.json |
Compare two runs with signed B - A deltas |
dsh eval import codex\|claude-code log.jsonl --out run.json |
Import an external session log as a one-trial run |
packages/eval/ plugin bundle + CLI app + tests
harness/ local deepseek-harness checkout (gitignored junction/symlink)
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: benchmark。