- 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 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| __init__.py | ||
| bot.py | ||
| session_manager.py | ||