TSM production surface
Register services once, then manage start/stop/status/run flows consistently across platforms.
CLI commands
tezz tsm doctor
tezz tsm init
tezz tsm add --name tezzai --cmd "tezz ai serve --host 127.0.0.1 --port 8099 --model build/ai_prod/model.taim --codebook build/ai_prod/codebook.tnxb --v2" --autostart
tezz tsm list
tezz tsm start tezzai
tezz tsm status tezzai
tezz tsm stop tezzai
Registry model
- Storage: TNX registry file
- Keys: name, cmd, cwd, autostart, restart, enabled
- Lifecycle: run/start/stop/status/remove
- Artifacts: PID + log paths for traceability
Production use cases
- Keep TezzAi server always running
- Run TezzApi/TezzServe backends as managed services
- Bootstrap app workers after install/reboot
- Gather service diagnostics through deterministic status probes