homelab/telegram
Mikkel Georgsen 447855ceec feat(01-01): create SessionManager module
- SessionManager class with session lifecycle management
- Session CRUD: create, list, switch, get, update
- Session validation: alphanumeric, hyphens, underscores only
- Persona inheritance from library on session creation
- Session status tracking: idle, active, suspended
- Metadata persistence with JSON on disk
- Active session tracking and switching logic
2026-02-04 17:32:16 +00:00
..
.gitignore Add Telegram bot and shared storage documentation 2026-01-16 14:21:51 +00:00
__init__.py feat(01-01): create SessionManager module 2026-02-04 17:32:16 +00:00
bot.py Add Telegram bot and shared storage documentation 2026-01-16 14:21:51 +00:00
session_manager.py feat(01-01): create SessionManager module 2026-02-04 17:32:16 +00:00