快速了解
它能做什么
面向 DeepSeek Harness 的科研工作台,涵盖文献、论文、实验、图表与远程 GPU 工作流。
本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。
Web Profile
DeepSeek Harness >=0.1.2-alpha.4 is documented for 0.18.x; 0.19.0 range is not declared
证据已验证
核对日期 2026/9/10 UTC 13:47
选择前先看
Mimir 是 DeepSeek Harness 的 dsh-mimir 插件包。其 Web 工作台整合 arXiv 与网页文献检索、带编译和 PDF 预览的 LaTeX 编辑、实验指标与图表、组会幻灯片生成、科研记录、会议信息追踪以及 GPU 服务器和任务工作流。
适合谁
已经使用 DeepSeek Harness、希望在一个由智能体驱动的工作区中管理科研项目的研究人员和研究团队。
常见任务
- 检索和评估文献,并在科研 Wiki 中保存项目笔记。
- 编写 LaTeX 论文、编译并预览 PDF,使用已列出的论文命令。
- 跟踪实验指标,并将结果制作成论文图表或组会幻灯片。
- 通过 Servers 视图或智能体工具检查已配置的 GPU 服务器并管理远程任务。
权限与数据
文档说明默认配置会在本地写入科研工作区数据;可选能力可能使用凭据或远程服务。
权限- 对 ./.research 工作区和科研 Wiki 存储的本地读写访问。
- 使用服务器工具或提交远程任务时,访问已配置的 SSH GPU 服务器。
- 文档说明科研产物会存放在 ./.research。
- 文档说明科研 Wiki 会持久化到 ~/.dsh/storages/research_wiki.json。
- Bundle 默认启用定时 Wiki 快照;补丁和配置表说明其默认按小时运行,并设有保留数量。
- DeepSeek 智能体会话。
- arXiv 以及已配置的网页检索/SearXNG 服务。
- 可选的 Zotero API 和已配置的 SSH GPU 服务器。
- 智能体会话需要 DEEPSEEK_API_KEY。
- 可选 Zotero 集成需要 API 密钥和用户 ID。
- 使用 SSH 服务器或检索服务时,需要你自行配置相应凭据或连接信息。
局限
- 论文编译需要 LaTeX 引擎,例如 Tectonic。
- 网页检索需要已配置的 SearXNG 服务;受限网络中的 arXiv 访问可能需要配置 HTTPS 代理。
- 现有证据未证明安装成功、实时 UI 行为、远程任务执行,或 0.19.0 与特定 Harness 版本的实际兼容性。
- 许可证为 MIT,且不提供担保。
DSHub 已核对
- 固定提交的源码包含结构已验证的 dsh-mimir 0.19.0 bundle 及对应 Cordis bundle patch。
- manifest 声明 Node.js >=22 和 DeepSeek Harness peer dependencies。
- README 记录了 Web profile 安装流程、数据位置、可选集成和所列工作台能力。
- 仓库提供 MIT 许可证。
DSHub 未核对
- 未基于所给证据实际执行安装或运行时行为。
- 未审计 npm registry 包内容。
- README 中的功能和安全加固声明未被独立测试。
固定版本安装
安装 Mimir
这个Plugin Bundle没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。
维护者原文
项目 README
What it is
Mimir is a single npm package (dsh-mimir) that plugs into dsh and gives you:
- Nine-view web workbench (sidebar toggle → overlay, dark/light, 中/EN): Overview pipeline & stats · Paper Overleaf-style LaTeX studio (edit → compile → PDF preview, one-click AI fix) · Library arXiv + web search, AI relevance scoring, fullscreen PDF reader · Experiments metric charts, one-click paper figures · Figures upload/organize/insert into the paper · Meetings one-click group-meeting PPT (real paper figures + optional AI illustrations) · Servers GPU fleet probes + remote jobs · Ledger humanized research journal — idea evolution auto-captured into a worktree, six-perspective digest capsules, one-click progress report · Venues CCF conference-deadline countdown (ccfddl catalog, per-project watchlist) + CCF-A journal directory — every view live-refreshes over SSE as the agent writes, no manual reload
- Agent tools & slash commands:
/research-idea/research-plan/research-review/paper-write/paper-compile, plusarxiv_search,web_search,wiki_note,figure_save,latex_compile,meeting_deck,venue_search, and the remote-compute quartetserver_list/server_check/server_submit_job/server_list_jobs(same remembered servers and jobs as the Servers tab) - Eleven bundled research skills (literature review, novelty check, experiment planning, citation audit, bilingual de-AI polish, rebuttal…) that teach the agent the workflow — no setup needed
| Overview | Paper | Library | Experiments |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Figures | Meetings | Servers | Ledger |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
▶ Full MP4 demo (22 MB)
Quickstart
Prerequisites: Node.js ≥ 22, the dsh CLI (npm install -g @deepseek-ai/dsh), and a DEEPSEEK_API_KEY for agent sessions.
dsh plugin --profile web add dsh-mimir@latest # installs and self-activates
dsh web # then open http://127.0.0.1:3080
Got an old version (e.g. 0.11.x/0.12.x)? dsh's plugin store uses pnpm, which holds back freshly published releases by default. Pin the exact version instead: dsh plugin --profile web remove dsh-mimir && dsh plugin --profile web add dsh-mimir@0.19.0
Version compatibility: 0.18.x requires dsh ≥ 0.1.2-alpha.4 (upstream breaking changes). On an older dsh, pin the previous release: dsh plugin --profile web add dsh-mimir@0.16.0.
Click Mimir in the sidebar footer. The wiki persists at ~/.dsh/storages/research_wiki.json; artifacts land under ./.research.
Optional capabilities:
- Paper compilation — install a LaTeX engine (
brew install tectonicis easiest), or setlatex.engineto a binary path - Web search — the sxng CLI ships with the package; give it a SearXNG server with one command (Docker-free, local venv):
bash scripts/setup-web-search.sh - Zotero — set
zotero.apiKey/zotero.userIdin the plugin config (keys at zotero.org/settings/keys)
Related projects
- Mimir-Desktop — a standalone Electron desktop edition of the workbench: no dsh install, no backend to run, same feature set. Community-maintained by @hxhy00, MIT.
Configuration
All keys are optional; set them in the profile's cordis.patch.yml (full commented example: examples/mimir-agent/cordis.yml).
| Key | Default | Meaning |
|---|---|---|
workspaceDir |
.research |
Research workspace root (artifacts, backups) |
latex.engine |
auto |
latexmk / tectonic probe, or absolute binary path |
search.command |
auto |
Web search: auto uses sxng from PATH or the bundled copy |
reviewer.maxRounds |
3 |
Per-project review-round budget |
backup.enabled / intervalMinutes / keep |
true / 60 / 24 |
Scheduled wiki snapshots |
skills.enabled |
true |
Register the eleven bundled research skills |
Troubleshooting
- Plugin not found — dsh resolves plugin names from the profile directory; install with
dsh plugin --profile web add dsh-mimir@latest, not from your cwd. - LaTeX engine not found —
brew install tectonic, or pointlatex.engineat an absolute path. First tectonic compile downloads packages; raiselatex.timeoutMsif it times out. - arXiv fails — export
HTTPS_PROXYbefore starting dsh when behind a proxy. - Web search unavailable — run
bash scripts/setup-web-search.sh(local SearXNG), orsxng initagainst your own instance, then restart dsh.
Changelog
0.19.0 — issue-batch fixes: figure extraction honors cancellation end to end (#233) · LaTeX
main.logreads capped at a 1 MiB tail (#234) · per-record venue-cache guard + a guarded localStorage codec (#241) · reviewer rounds get a per-attempt timeout (newreviewer.timeoutMs, default 10 min), one fresh retry, and a structured failed outcome that no longer burns the round budget (#246) · the reading-notes panel no longer drops paragraphs or legacy notes (#248) · review-round merges by @hkwuks: research PDF/figure route hardening (#138), zotero 429 default wait (#139), meeting-deck path validation (#140), inverted moment-window guard (#143), calendar-day venue countdown in the panel (#142) · SSH jobs interrupted on host dispose, paper-source read/write lock coherence, figure insert/rename under the body lock (#156–#159) · CI style gate (check-style.mjs) with PR template and CONTRIBUTING hard gate0.18.1 — stale subscription-lock recovery (a crashed writer no longer wedges every later check) and workspace-scoped coalescing of concurrent venue-cache refreshes by @mikemikimike (#144, fixes #141) · sxng integration by @hkwuks (#137): optional
sxng-clitracks latest, missing-CLI guidance names your actual package manager, new/skill-synccommand copies the upstream sxng skill into the dsh skills dir · devDependencies track dsh 0.1.2-rc.1 (verified against 0.1.3-alpha.1; peer floor unchanged)0.18.0 — Features: Venues (ninth view): CCF conference-deadline countdown on the ccfddl catalog, per-project watchlist, CCF-A journal directory,
venue_searchagent tool · SSE live refresh: wiki writes push to the open panel over/research/events, every warm view follows agent/teammate edits without a reload · collapsible sidebar, narrower outline rail, compact buttons · verified architecture docs: docs/architecture.md (中文). Fixes: two hardening rounds, 23 items — path-traversal / SSH-injection safety, load-time quarantine for unsafe library ids, SSE heartbeat write-guard + reconnect resync, autosave/save-lane races on project switch, subscription checks under the file lock, live-refresh starvation and stale-read guards; controller lifecycle isolation by @hkwuks (#129)0.17.1 — compact UI pass: all buttons one notch smaller (28px / 12px, one shared base style across every view); paper view panes keep usable min-widths (editor ≥ 360px) with a horizontal-scroll fallback instead of crushing the source column
0.17.0 — adapts to dsh 0.1.2-alpha.4 (upstream removed
dsh-client-runtime; injection now goes throughdsh-api-session-controller+dsh-client-ui-renderer; breaking API alignment — fixes client type pollution and panel load failures on the new dsh). Requires dsh ≥ 0.1.2-alpha.4; on older dsh stay on 0.16.0. Also ships the moment timeline & eureka view by @EriXPsy (#127): five-source moment candidates (burst / return-after-dormancy / cross-line convergence / long-sitting / milestone), canonical-candidate-declined timeline, read-only remotes0.16.0 — Humanized ledger by @EriXPsy (#125): CBE cognitive map, brief view, idea-evolution worktree with ambient auto-capture, six-perspective digest capsules;
research-paper-deaibilingual de-AI polish skill by @hkwuks (#126, synthesized from MIT-licensed aigc-humanizer-zh + blader/humanizer, LaTeX-safe with compile re-check)0.15.1 — cancelling
web_searchnow terminates the sxng child process (no more zombie processes) by @hxhy (#124)0.15.0 — SearXNG web search by @hkwuks (#122): sxng-cli config panel (SxngConfig) in the Library web tab, agent search routed through the sxng skill; local LaTeX project import by @1692775560; tolerant project args + PDF fullscreen portal by @Nick (#120)
0.14.0 — SearXNG web search by @hkwuks (#114):
web_searchtool + Library web-source tab; bundled sxng-cli + one-command SearXNG setup0.13.0 — figure-by-figure meeting decks from real paper PDFs,
meeting_deckagent tool, academic-Group-meeting-skills pipeline integration0.12.0 — Meetings tab (group-meeting PPT),
research-meeting-deckskill0.11.0 — single-package install: the workbench ships inside
dsh-mimiritself0.10.0 — venue templates (CVPR/NeurIPS/ACL/IEEE/ACM…), custom kit upload, format-to-venue
0.9.0 — per-project literature, AI relevance scoring, figure rename/caption +
figure_organize, fullscreen PDF reader0.8.x — bundled research skills; collapsible subscriptions & project list
0.7.0 — Zotero integration; Linear-style visual overhaul
Earlier — arXiv subscriptions, paper snapshots (diff/revert), metric→figure generation, related-work drafts, job writeback
Contributing
Branch off main (feature/<name> / fix/<name>), keep pnpm run build && pnpm test && pnpm run typecheck green, and open a PR — see CONTRIBUTING.md. Please merge PRs with a merge commit (not squash) so contributor authorship shows up on the contributors graph. For the big picture, start with the verified architecture overview: docs/architecture.md (中文).
Contributors so far: @EriXPsy (Ledger view, humanized journal) · @hkwuks (SearXNG web search, sxng CLI, de-AI skill) · @hxhy (web_search cancellation fix) · @hxhy00 (Mimir-Desktop, the standalone desktop edition)
Community
Questions, ideas, or show-and-tell — join the WeChat group. The group QR refreshes every 7 days; if it has expired, add Nick and he'll pull you in:
<p> <img src="docs/wechat-group.jpg" alt="Mimir WeChat group" width="180"> <img src="docs/wechat-contact.jpg" alt="Nick (maintainer) WeChat" width="180"> </p> <p><sub>Left: group chat · Right: Nick (maintainer) — fallback when the group QR expires</sub></p>Support
If Mimir saved you time, buy the devs a coffee — every bit goes into keeping the project alive:
<img src="docs/sponsor-wechat.jpg" alt="Sponsor via WeChat Pay" width="180">Acknowledgments
- Workflow inspiration: ARIS / Auto-claude-code-research-in-sleep
- Built on the DeepSeek Harness plugin platform
License
有意识地管理
安装与管理
前置条件与目标 Profile
目标: Web Profile
交付方式: Git Bundle — 1692775560/dsh-Mimir-Academic-research#0c53e45ac13e309308a3632284a055586a66f97e。
验证、更新与移除
显示生命周期命令
dsh plugin --profile web list兼容性与访问范围
Node.js >=22; designed for the DeepSeek Harness web profile: DeepSeek Harness >=0.1.2-alpha.4 is documented for 0.18.x; 0.19.0 range is not declared。
风险事实
Agent sessions require a DEEPSEEK_API_KEY; optional Zotero integration requires an API key and user ID.
证据 ↗Includes GPU-server probing and SSH remote-job tools; review server configuration before submitting jobs.
证据 ↗Stores research artifacts under ./.research and persists the research wiki under ~/.dsh/storages/research_wiki.json by default.
证据 ↗证据与编辑审查Manifest、Bundle patch、分发与新鲜度
不可变证据
审查状态与源码活动
建议先在不含敏感资料的科研工作区安装,并且只配置你实际需要的外部服务。
AI 审查于 2026/9/10 UTC 13:48。GitHub 事实核对日期: 2026/9/10 UTC 13:48。
自当前证据基线以来,没有记录到重要源码变化。







