dsh-electro-lab
其他 活跃维护

dsh-electro-lab

curtainsmall/dsh-electro-lab

电气电子领域研发的轻量化计算插件,内置电路参数、器件选型等常用计算模块,操作逻辑简洁,可快速输出规范运算结果,无需额外配置复杂环境即可直接调用。

2
Stars 标星
0
Forks 分支
2
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
685 KB
仓库大小
22 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:curtainsmall/dsh-electro-lab
git clone https://github.com/curtainsmall/dsh-electro-lab.git
git clone git@github.com:curtainsmall/dsh-electro-lab.git
README.md main

DeepSeek Harness ElectroLab

An electrical & electronics calculation plugin for the DeepSeek Harness.

English | 简体中文

Install

dsh plugin --profile web add dsh-electro-lab

ElectroLab Mode

The plugin works as an agent preset: pick ElectroLab Mode when starting a session and ask any electrical or electronics calculation question in plain language. The session is isolated to the plugin's calculation tools — no shell, no file system, no network — so every number in the answer comes from a tool call result, and the agent stops and asks when the conditions are insufficient.

The toolset covers circuit, signal and electronics math with complex numbers, exact unit handling, and solutions that always carry their verification. Tools are invoked by the agent, not typed by you — you describe the problem, it picks the tool, feeds it the conditions, and reports the result. See tools.md.

Every solve is settled to disk and browsable in the client panel: inspect the full record, export it, or delete it. One click turns any settled record into a full technical article through the host LLM and saves it to disk. The article can be generated in two formats:

Format Description
Markdown plain article text, readable and editable anywhere
LaTeX XeLaTeX typesetting source, with optional PDF compilation

Development

See Contributing for the development setup, commit conventions, and release process.

Docs

License

MIT © 2026 curtainsmall