DSH Hub
mimir-monorepo cover

1692775560/dsh-Mimir-Academic-research

mimir-monorepo

ToolWorkflow53 GitHub stars· updated 2026-08-24

mimir-monorepo is a community DeepSeek Harness plugin. Read the repository README before installing.

Install

npx @deepseek-ai/dsh plugin --profile web add dsh-mimir@latest

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

mimir-monorepo DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-mimir-academic-research.svg)](https://dshhub.dev/plugins/dsh-mimir-academic-research)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from 1692775560/dsh-Mimir-Academic-research, cleaned of badges and images.

<h1>Mimir</h1> <p><strong>The research-lifecycle copilot inside <a href="https://github.com/deepseek-ai/deepseek-harness">DeepSeek Harness</a>:</strong><br> literature · experiments &amp; remote GPUs · figures · LaTeX writing → compile → preview · group-meeting decks — one workbench, driven by your agent.</p> <p><strong>English</strong> · <a href="README.zh.md">中文</a></p>

What it is

Mimir is a single npm package (dsh-mimir) that plugs into dsh and gives you:

  • Eight-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 growth-record timeline + one-click progress report
  • Agent tools & slash commands: /research-idea /research-plan /research-review /paper-write /paper-compile, plus arxiv_search, web_search, wiki_note, figure_save, latex_compile, meeting_deck
  • Nine bundled research skills (literature review, novelty check, experiment planning, citation audit, rebuttal…) that teach the agent the workflow — no setup needed
OverviewPaperLibraryExperiments
FiguresMeetingsServersLedger

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

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 tectonic is easiest), or set latex.engine to 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.userId in the plugin config (keys at zotero.org/settings/keys)

Configuration

All keys are optional; set them in the profile's cordis.patch.yml (full commented example: examples/mimir-agent/cordis.yml).

KeyDefaultMeaning
workspaceDir.researchResearch workspace root (artifacts, backups)
latex.engineautolatexmk / tectonic probe, or absolute binary path
search.commandautoWeb search: auto uses sxng from PATH or the bundled copy
reviewer.maxRounds3Per-project review-round budget
backup.enabled / intervalMinutes / keeptrue / 60 / 24Scheduled wiki snapshots
skills.enabledtrueRegister the nine bundled research skills

Troubleshooting

Related plugins