You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Calculator — basic arithmetic and advanced math (trig, logs, powers, roots, factorial, constants). Agents can compute too via the calc command.",
"panel": "panel.html",
"commands": [
{ "name": "calc", "args": "<expression>", "desc": "Evaluate a math expression, e.g. 2*(3+4)^2 or sin(pi/6)+log(100)" }