[ARCH] SymPy tool — symbolic math as a Hermes tool #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
"Integrating Symbolic Reasoning Engines into Hermes Agent", Section 2.3.
What
Register SymPy as a lightweight symbolic math tool in Hermes.
Why SymPy first (alongside Z3)
pip install sympy)Implementation
sympy_computetool that accepts a Python expression stringAcceptance
hermes_local("What is the integral of x^2 * sin(x) dx?")routes to SymPy and returns exact resultPriority
Can be implemented in parallel with Z3 — different complexity, different use cases.
⚡ Dispatched to
claude. Huey task queued.Closing during the 2026-03-28 backlog burn-down.
Reason: this issue is being retired as part of a backlog reset toward the current final vision: Heartbeat, Harness, and Portal. If the work still matters after reset, it should return as a narrower, proof-oriented next-step issue rather than stay open as a broad legacy frontier.