Expand description
Workspace types — WorkspaceManager, SessionRole, the entities
that group multiple sessions for cross-session search.
Workspace module for organizing related sessions (e.g., microservices)
Provides lock-free workspace management with DashMap-based concurrent access. Enables logical grouping of sessions that belong to the same project ecosystem.
Structs§
- Workspace
- A workspace groups related sessions (e.g., microservices in same ecosystem)
- Workspace
Manager - Lock-free workspace manager
- Workspace
Metadata - Metadata for a workspace
Enums§
- Session
Role - Role of a session within a workspace