J.A.R.V.I.S-py/tools/command_builder/__main__.py
Bossiara13 9814181d1a feat(tools): pywebview bootstrap + python bridge API
Single window (900x720, dark background) loading web/index.html with a
Python bridge exposing list_existing_commands, list_exes,
list_sound_names, preview_sound, slugify, validate_draft, save_command,
plus llm_suggest hook for M3. Sound preview spawned on a daemon thread
so the GUI does not block.
2026-04-22 23:21:20 +03:00

4 lines
82 B
Python

from tools.command_builder.app import main
if __name__ == "__main__":
main()