Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
Get(ctx context.Context) ([]runtimestate.LLMState, error)
}
func New ¶
func New(state *runtimestate.State) Service
func WithActivityTracker ¶
func WithActivityTracker(service Service, tracker activitytracker.ActivityTracker) Service
WithActivityTracker wraps a StateService with activity tracking
Click to show internal directories.
Click to hide internal directories.