deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:hatter123/dsh-diffgeom
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Differential-geometry symbolic computation for DeepSeek Harness. It registers a diffgeom tool that runs coordinate-free differential geometry through SymPy.diffgeom and returns the symbolic result.
Python 3 with SymPy installed:
python -m pip install sympy
Verify:
python -c "import sympy; print(sympy.__version__)"
dsh plugin --profile web add "D:/VSCode_/Project/dsh/dsh-diffgeom"
(or publish to npm and dsh plugin --profile web add dsh-diffgeom)
d (Differential)∧ (Wedge)LieDerivative)The tool evaluates your Python code with a working Euclidean manifold already set up:
m, p, r2, coordinates x,y, basis 1-forms ex,ey, basis vectors e_x,e_y, metric gm3, p3, r3, coordinates x3,y3,z3, basis ex3,ey3,ez3, vectors e_x3,e_y3,e_z3, metric g3Plus the usual constructor/operation names: Manifold, Patch, CoordSystem, TensorProduct, Wedge, LieDerivative, Differential, metric_to_Christoffel_2nd, metric_to_Ricci_components, metric_to_Riemann_components, symbols, Function, simplify.
d(x*y) # exterior derivative of the scalar field x*y
Wedge(ex, ey)(e_x, e_y) # wedge of basis 1-forms evaluated on basis vectors → 1
LieDerivative(e_x, x*y) # Lie derivative of x*y along e_x → y
index.js runs python diffgeom_backend.py "<code>" via Node's child_process, capturing stdout. The backend builds the Euclidean manifold, evals the code, and prints the result.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。