hack-house/cmd_chat/agent
leetcrypt 07e9c30846 feat(sbx,ui): VM snapshot save/load + collapsible clustered help menu
- /sbx save|load|snaps: docker commit → hh-snap:<label> image that
  survives /sbx stop; load relaunches a fresh sandbox from it; multipass
  delegates to `multipass snapshot`. Local backend unsupported.
- Help overlay redesigned into topical clusters (SANDBOX, AI AGENTS,
  PERMISSIONS, FILES, APPEARANCE, KEYS, ROSTER GLYPHS), collapsed by
  default; up/down highlight a cluster, left/right/Enter expand-collapse
  it (tmux-style), PgUp/PgDn scroll overflow, Esc closes.
- docstring: example uses --model qwen2.5:3b (the locally-pulled model),
  not llama3.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-02 23:03:00 -07:00
..
__init__.py feat(agent): model-agnostic AI agent bridge (PoC) + pin lets-hack demo to main 2026-06-01 02:05:48 -07:00
__main__.py feat(sbx,ui): VM snapshot save/load + collapsible clustered help menu 2026-06-02 23:03:00 -07:00
bridge.py feat(ai): stream agent replies token-by-token to the room 2026-06-02 22:42:08 -07:00
memory.py feat(ai): in-RAM semantic recall (RAG) for conversation context 2026-06-02 17:59:01 -07:00
profiles.py feat(ai): model profiles, capability discovery, and agentless /ai list|models 2026-06-01 15:25:07 -07:00
providers.py perf(ai): CPU-tuned local inference + qwen2.5-coder sandbox path 2026-06-02 22:37:59 -07:00