{"id":1824,"date":"2026-06-22T18:34:46","date_gmt":"2026-06-23T01:34:46","guid":{"rendered":"http:\/\/macdaddy4sure.ai\/?p=1824"},"modified":"2026-06-22T18:34:46","modified_gmt":"2026-06-23T01:34:46","slug":"_augmentedintelligence-v21-0-commands","status":"publish","type":"post","link":"http:\/\/macdaddy4sure.ai\/index.php\/2026\/06\/22\/_augmentedintelligence-v21-0-commands\/","title":{"rendered":"_AugmentedIntelligence v21.0 &#8211; Commands"},"content":{"rendered":"\n<p>Here are the current commands in _AugmentedIntelligence<\/p>\n\n\n\n<p><strong>============ Augmented Intelligence Command Help ============<\/strong><\/p>\n\n\n\n<p>Say or type:<br>help \u0393\u00c7\u00f6 full command list<br>help menu \u0393\u00c7\u00f6 this summary<br>help \u0393\u00c7\u00f6 one section (topics below)<\/p>\n\n\n\n<p>Topics:<br>emergency, knowledge, socket, ssh, irc, editor, compute, units, math, time, gaming, computer, driving, reading,<br>simple, modes, chat, html, analysis, memory, settings, navigation, lua, domains<\/p>\n\n\n\n<p>High-priority commands (checked before other routing):<br>emergency shutdown | knowledge \u2026 | label \u2026 | socket \u2026 | ssh \u2026 | sshd \u2026 | html \u2026 | help<\/p>\n\n\n\n<p><strong>=== Emergency ===<\/strong><\/p>\n\n\n\n<p>emergency shutdown | emergency stop | emergency halt<br>(works with emergency first or last \u0393\u00c7\u00f6 stops all automation and exits)<\/p>\n\n\n\n<p><strong>=== Knowledge acquisition &amp; epistemic labeling ===<\/strong><\/p>\n\n\n\n<p>knowledge on | off | status | next | claim<br>knowledge true | false | depends | unknown<br>knowledge label true|false|depends|unknown [claim]<br>label true|false|depends|unknown [claim]<br>knowledge rl train | status | off<\/p>\n\n\n\n<p><strong>=== Sockets &amp; network ===<\/strong><\/p>\n\n\n\n<p>socket status | connect | disconnect<br>socket send | receive | request<br>socket listen | accept<br>socket ssl connect | ssl send | ssl receive<br>socket ssl request | ssl disconnect<br>socket ssl listen | ssl accept<br>socket ssl verify on|off [ca.pem]<br>socket udp bind | udp send | udp receive<br>network socket \u2026 (same as socket \u2026)<br>network ssh connect [port] [user] | exec<br>network ssh put | get | disconnect<br>network sshd start [port] | stop | generate keys | authorize<br>TLS uses asio::ssl + OpenSSL (Boost.Asio-compatible API)<br>SSH uses system OpenSSH binaries (ssh, scp, sshd, ssh-keygen)<\/p>\n\n\n\n<p><strong>=== OpenSSH client &amp; server ===<\/strong><\/p>\n\n\n\n<p>ssh status | ssh identity | ssh user<br>ssh connect [port] [user] | ssh exec<br>ssh put | ssh get | ssh disconnect<br>sshd generate keys | sshd authorize | sshd start [port]<br>sshd stop | sshd status<br>network ssh \u2026 | network sshd \u2026 (same as ssh \u2026 | sshd \u2026)<br>Requires system OpenSSH (ssh, scp, sshd, ssh-keygen). Key auth recommended.<br>Lua: ssh_connect, ssh_exec, ssh_disconnect, sshd_start, sshd_stop, ssh_status<\/p>\n\n\n\n<p><strong>=== Remote commands (TCP control plane) ===<\/strong><\/p>\n\n\n\n<p>remote commands start [port] [token] \u0393\u00c7\u00f6 listen for remote speech commands<br>remote commands stop | status | token [value]<br>remote commands send<br>Example shutdown: remote commands send 192.168.1.10 7710 TOKEN emergency shutdown<br>Protocol: TCP line-based AUTH then command line (same as speech\/typed commands)<br>Server auto-starts on port 7710 when _AugmentedIntelligence launches<br>Lua: remote_commands_start, remote_commands_stop, remote_command_send, remote_commands_status<\/p>\n\n\n\n<p><strong>=== IRC client ===<\/strong><\/p>\n\n\n\n<p>irc status | irc connect [nick] [password]<br>irc ssl connect [nick] [password]<br>irc nick | irc join [key] | irc part [reason]<br>irc send | irc notice<br>irc poll [timeout_ms] | irc receive | irc raw | irc disconnect [message]<br>internet irc \u2026 (same as irc \u2026)<br>Lua: irc_connect_register(host, port, nick, password, use_ssl, timeout_ms)<\/p>\n\n\n\n<p><strong>=== Text file editor ===<\/strong><\/p>\n\n\n\n<p>editor open | editor new [path] | editor status<br>editor show [start] [end] | editor line | editor find<br>editor append | editor insert | editor set line<br>editor delete line | editor set text | editor import<br>editor save | editor save as | editor reload | editor discard | editor close<br>text editor \u2026 (same as editor \u2026)<\/p>\n\n\n\n<p><strong>=== Simple compute (Lua script scheduler) ===<\/strong><\/p>\n\n\n\n<p>simple compute schedule script at<br>simple compute schedule script at<br>simple compute schedule script in minutes|hours|seconds<br>simple compute list | status | run | cancel | cancel all<br>Jobs persist in working_memory\/compute_schedule.txt across restarts.<br>Scripts run with the same Lua globals as simple script execute.<\/p>\n\n\n\n<p><strong>=== Simple units (measurement import &amp; conversion) ===<\/strong><\/p>\n\n\n\n<p>simple units add | import<br>simple units convert to<br>simple units convert to<br>simple units status | list [category] | clear<br>Categories: length, mass, volume, area, time, speed, data, data_rate,<br>temperature, angle, energy, fuel_economy, pressure<br>Examples: add 5 mile | convert to kilometer | convert 72 fahrenheit to celsius<\/p>\n\n\n\n<p><strong>=== Simple math (Boost Spirit\/Math\/Multiprecision\/Accumulators) ===<\/strong><\/p>\n\n\n\n<p>simple math import | eval<br>simple math add | subtract | multiply by | divide by | power<br>simple math add sample | stats | median | percentile | samples<br>simple math gcd | lcm | factorial | prime | factor<br>simple math percent of | status | clear<br>Eval functions: sqrt, cbrt, sin, cos, tan, sindeg, gamma, erf, normcdf, hypot, log10<br>Constants: pi, e, phi | Boost samples in wm_simple_math[6], integers in [7]<br>Examples: eval gamma(5) | eval normcdf(1.96) | factorial 25 | add sample 12<\/p>\n\n\n\n<p><strong>\\<a>=== Simple video (FFmpeg frame\/audio\/video pipeline) ===<\/a><\/strong><\/p>\n\n\n\n<p><a>simple video add path | set directory<br>simple video extract frames [prefix] | extract audio [prefix]<br>simple video convert mp4 | encode [with audio ]<br>simple video analyze | object detection | list frames | clear frames<br>simple video status | clear | help<\/a><br><a>Frames stored in wm_simple_video_frames[path, analysis, timestamp].<\/a><\/p>\n\n\n\n<p><a><strong>=== Simple time (date\/time math via Time.cpp) ===<\/strong><\/a><\/p>\n\n\n\n<p><a>simple time add now | add date<br>simple time import duration hours|minutes|seconds|days|weeks|months|years<br>simple time add second | add | subtract<br>simple time add | subtract (combine stored primary + second values)<br>simple time duration | between and | compare<br>simple time to seconds | from seconds | get years|months|days|hours|minutes|seconds<br>simple time leap | days | month text &lt;1-12> | clear<br>Uses _Time::TimeAdd, TimeSubtract, GetDuration, ConvertDateToSeconds, and related helpers.<\/a><\/p>\n\n\n\n<p><a><strong>=== Gaming ===<\/strong><\/a><\/p>\n\n\n\n<p><a>gaming fps | gaming fpsinit<br>gaming lol on | off | status | reload<br>gaming rl on | off | assist | bot | train | eval | status<br>gaming rl algorithm heuristic|qtable|linear_q|sarsa|reinforce|mlp|remote|auto<br>gaming rl epsilon | blend | save | load | fps<br>gaming playstation mode | gaming xbox mode | gaming computer mode<br>play playstation mode | play xbox mode | play computer mode === Computer automation ===<br>computer mode | engage [bot|aid]<br>computer goal | goal status | clear | stop<br>computer bot on | off | status | goal<br>computer aid on | status<br>computer type | wikihow | solution | steps<br>goal computer<br>mode engage computer | mode engage computer bot | mode engage computer aid<\/a><\/p>\n\n\n\n<p><a><strong>=== Driving ===<\/strong><\/a><\/p>\n\n\n\n<p><a>driving mode | driving engage<br>mode engage drive | mode engage driving === Reading &amp; news ===<br>reading mode | reading engage [bot]<br>reading bot on | capture | ask | summarize | main idea | analyze<br>comprehension<br>rss | feed | feeds<br>rss init | fetch | watch | stop | add | list<br>mode engage reading [bot] | mode engage news | mode engage rss === Simple modes ===<br>simple text | math | image | audio | video | compute | time | calendar | units<br>simple transcribe | keywords | literature | devices | data import<br>simple script execute | simple script help<br>simple compute schedule script at <time>| list | status | run | cancel<br>simple units add | convert to | list<br>simple math import | eval | stats | gcd | factorial | percent<br>simple video add path | extract frames | convert mp4 | analyze<br>simple time add now | import duration \u2026 | add\/subtract | duration<br>simple prompt | watch | skill | wallet | how | sockets<br>transcribe | record sound | record image sequences | object detection<\/time><\/a><\/p>\n\n\n\n<p><a><strong>=== Unified mode entry ===<\/strong><\/a><\/p>\n\n\n\n<p><a>mode engage<br>Examples: ball, driving, chess, cooking, dance, golf, walk, inventory,<br>computer, reading, smartphone, troubleshoot, basketball, baseball,<br>surf, swim, bike, listen, classroom, news, rss, and many more.<br>mode | engage (alternate form for most domains)<\/a><\/p>\n\n\n\n<p><a><strong>=== Chat, search &amp; Q&amp;A ===<\/strong><\/a><\/p>\n\n\n\n<p><a>chat | chat mysql<br>create prompt<br>search wikipedia | wikisimple | wikihow | wikiquote | wikisource<br>search books | dictionary | vector | list<br>what time is it | what day is it | why<br>translate to english [from ]<br>simple units add | simple units convert to<\/a><\/p>\n\n\n\n<p><a><strong>=== HTML parser (libxml2) ===<\/strong><\/a><\/p>\n\n\n\n<p><a>html parse file | html extract text<br>html parse us code | html upload us code [replace]<br>html us code | parse html file | parse us code<br>federal law parse | search us code<br>search federal law | us code status | us code init<br>Default US Code folder: us_code (House OLRC HTML exports)<br>MySQL: us_code.us_code_sections (title, chapter, section, code_text)<br>Lua: db.keyword_search_us_code, db.initialize_us_code_database === Analysis &amp; capture ===<br>fallacy check seconds | fallacy check working memory | fallacy check text<br>bias check seconds | bias check working memory<br>apply image analysis short term memory | apply image analysis working memory<br>capture images | add to string<\/a><\/p>\n\n\n\n<p><a><strong>=== Memory ===<\/strong><\/a><\/p>\n\n\n\n<p><a>working memory \u2026 (when working memory is enabled)<br>long term memory \u2026 (when long term memory is enabled)<br>get short term memory | get long term memory === Settings (typed or spoken) ===<br>get setting | set setting | change setting<br>Common names: awareness, cuda, tensor cores, working memory, short term memory,<br>long term memory, vision object detection, tensorflow model, speech commands,<br>llm model, chatgpt, grok, gemini, claude, whisper, driving, typing commands<br>Console menu: 0 Settings | 10 FTP | 11 MySQL | 12 Computer | 13 LLM | 14 Whisper<br>19 Tensorflow | 15 Visual checking | 16 Reading | 17 Listening | 18 Driving<\/a><\/p>\n\n\n\n<p><a>=== Navigation, inventory &amp; games ===<\/a><\/p>\n\n\n\n<p><a>pathfind demo | pathfind from to | pathfind status | stop<br>inventory add | remove | status | list<br>walk simulate | walk to | walk status | walk stop<br>chess new | chess board | chess status | chess stop | chess bot on<br>predict next step | predict future<\/a><\/p>\n\n\n\n<p><a><strong>=== Lua scripting (simple script execute) ===<\/strong><\/a><\/p>\n\n\n\n<p><a>Globals: refresh_settings, refresh_working_memory, refresh_sockets, refresh_rl<br>Knowledge RL: knowledge_rl_set_mode, knowledge_rl_add_claim, knowledge_rl_label_claim,<br>knowledge_rl_next_claim, knowledge_rl_status, knowledge_rl_save, knowledge_rl_load<br>Gaming RL: gaming_rl_set_mode, gaming_rl_set_algorithm, gaming_rl_start_episode,<br>gaming_rl_end_episode, gaming_rl_status, gaming_rl_save, gaming_rl_load<br>Sockets: socket_connect, socket_send, socket_receive, socket_request, socket_status<br>SSL: socket_ssl_connect, socket_ssl_request, socket_ssl_configure, socket_ssl_listen<br>IRC: irc_connect_register, irc_join, irc_send, irc_poll, irc_receive, irc_status, irc_disconnect<br>SSH: ssh_connect, ssh_exec, ssh_disconnect, sshd_start, sshd_stop, ssh_status<br>Remote: remote_commands_start, remote_command_send, remote_commands_stop, remote_commands_status<br>Editor: editor_open, editor_save, editor_status, editor_show, editor_set_line<br>Compute: simple compute schedule script at <time>| list | run | cancel<br>Math: simple math eval | stats | gcd | factorial | percent of<br>US Code: db.keyword_search_us_code, db.insert_us_code_section, db.get_us_code_section_count<br>Commands: execute_command() \u0393\u00c7\u00f6 runs a speech command from Lua<\/time><\/a><\/p>\n\n\n\n<p><a><strong>=== Domain activity modes (mode | engage) ===<\/strong><\/a><\/p>\n\n\n\n<p><a>algebra, baseball, basketball, billiards, body, boogie, checkers, chess, chores,<br>cooking, coping, courtroom, dance, darts, defense, drawing, eating, football, golf,<br>hunting, inventory, listening, planning, poker, programming, quiet, reasoning, running,<br>sales, scuba, sleep, snorkel, soccer, social, survival, tennis, theatre, trading,<br>volleyball, wood, writing, mountain biking, water, passive, sex, emergency mode Tip: help for a single section. Example: help gaming<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here are the current commands in _AugmentedIntelligence ============ Augmented Intelligence Command Help ============ Say or type:help \u0393\u00c7\u00f6 full command listhelp menu \u0393\u00c7\u00f6 this summaryhelp \u0393\u00c7\u00f6 one section (topics below) Topics:emergency, knowledge, socket, ssh, irc, editor, compute, units, math, time, gaming, computer, driving, reading,simple, modes, chat, html, analysis, memory, settings, navigation, lua, domains High-priority commands (checked [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1824","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/1824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/comments?post=1824"}],"version-history":[{"count":1,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/1824\/revisions"}],"predecessor-version":[{"id":1825,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/1824\/revisions\/1825"}],"wp:attachment":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/media?parent=1824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/categories?post=1824"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/tags?post=1824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}