CyberMind-FR
d9bcf1c09b
feat(streamlit-launcher): Add on-demand startup with idle shutdown
New package secubox-app-streamlit-launcher:
- Lazy loading: apps start only when accessed
- Idle shutdown: stop apps after configurable timeout (default 30min)
- Memory management: force-stop low-priority apps when memory low
- Priority system: higher priority = keep running longer
- Always-on mode for critical apps
- Procd daemon with respawn
CLI: streamlit-launcherctl
- daemon: run background manager
- status/list: show app states and idle times
- start/stop: manual app control
- priority: set app priority (1-100)
- check/check-memory: manual checks
Updated slforge with launcher integration:
- slforge launcher status/priority/always-on commands
- Access tracking on app start
- README documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>