ssh status | ssh identity | ssh user ssh connect [port] [user] | ssh exec ssh put | ssh get | ssh disconnect sshd generate keys | sshd authorize | sshd start [port] sshd stop | sshd status network ssh … | network sshd … (same as ssh … | sshd …) Requires system OpenSSH (ssh, scp, sshd, ssh-keygen). Key auth recommended. Lua: ssh_connect, ssh_exec, ssh_disconnect, sshd_start, sshd_stop, ssh_status
=== Remote commands (TCP control plane) ===
remote commands start [port] [token] ΓÇö listen for remote speech commands remote commands stop | status | token [value] remote commands send Example shutdown: remote commands send 192.168.1.10 7710 TOKEN emergency shutdown Protocol: TCP line-based AUTH then command line (same as speech/typed commands) Server auto-starts on port 7710 when _AugmentedIntelligence launches Lua: remote_commands_start, remote_commands_stop, remote_command_send, remote_commands_status
=== IRC client ===
irc status | irc connect [nick] [password] irc ssl connect [nick] [password] irc nick | irc join [key] | irc part [reason] irc send | irc notice irc poll [timeout_ms] | irc receive | irc raw | irc disconnect [message] internet irc … (same as irc …) Lua: irc_connect_register(host, port, nick, password, use_ssl, timeout_ms)
=== Text file editor ===
editor open | editor new [path] | editor status editor show [start] [end] | editor line | editor find editor append | editor insert | editor set line editor delete line | editor set text | editor import editor save | editor save as | editor reload | editor discard | editor close text editor … (same as editor …)
=== Simple compute (Lua script scheduler) ===
simple compute schedule script at simple compute schedule script at simple compute schedule script in minutes|hours|seconds simple compute list | status | run | cancel | cancel all Jobs persist in working_memory/compute_schedule.txt across restarts. Scripts run with the same Lua globals as simple script execute.
=== Simple units (measurement import & conversion) ===
simple units add | import simple units convert to simple units convert to simple units status | list [category] | clear Categories: length, mass, volume, area, time, speed, data, data_rate, temperature, angle, energy, fuel_economy, pressure Examples: add 5 mile | convert to kilometer | convert 72 fahrenheit to celsius
=== Simple math (Boost Spirit/Math/Multiprecision/Accumulators) ===
simple math import | eval simple math add | subtract | multiply by | divide by | power simple math add sample | stats | median | percentile | samples simple math gcd | lcm | factorial | prime | factor simple math percent of | status | clear Eval functions: sqrt, cbrt, sin, cos, tan, sindeg, gamma, erf, normcdf, hypot, log10 Constants: pi, e, phi | Boost samples in wm_simple_math[6], integers in [7] Examples: eval gamma(5) | eval normcdf(1.96) | factorial 25 | add sample 12