Expand description
Session management for persistent, resumable agent sessions.
Maintains a session index in the sessions directory with metadata (name, last task, timestamp, token usage, completion status). Supports auto-save, listing, resume, rename, and delete operations.
Structsยง
- Session
Entry - Metadata for a session entry in the session index.
- Session
Index - The session index stored as a JSON file.
- Session
Manager - Manages session persistence, indexing, and resume.