Expand description
Session types and management for thulp.
This module provides session tracking for conversation history, evaluation runs, and skill execution sessions.
Structs§
- Session
- Complete session data.
- Session
Config - Configuration for session limits.
- Session
Entry - A single entry in a session.
- Session
Id - Unique session identifier.
- Session
Metadata - Session metadata.
- Timestamp
- Timestamp in milliseconds since Unix epoch.
Enums§
- Entry
Type - Type of entry in a session.
- Limit
Action - Action to take when a session limit is reached.
- Limit
Check - Check result for session limits.
- Limit
Exceeded - Which limit was exceeded.
- Session
Status - Status of a session.
- Session
Type - Type of session.