MCPcopy
hub / github.com/docker/docker-agent / SessionStore

Method SessionStore

pkg/runtime/runtime.go:88–88  ·  view source on GitHub ↗

SessionStore returns the session store for browsing/loading past sessions. Returns nil if no persistent session store is configured.

()

Source from the content-addressed store, hash-verified

86 // SessionStore returns the session store for browsing/loading past sessions.
87 // Returns nil if no persistent session store is configured.
88 SessionStore() session.Store
89
90 // Summarize generates a summary for the session
91 Summarize(ctx context.Context, sess *session.Session, additionalPrompt string, events EventSink)

Callers 13

handleBranchFromEditMethod · 0.65
handleForkSessionMethod · 0.65
handleDeleteSessionMethod · 0.65
initMethod · 0.65
handleLoadSessionMethod · 0.65
handleSwitchTabMethod · 0.65
restoreTabsMethod · 0.65
SetCurrentAgentModelMethod · 0.65
SessionStoreMethod · 0.65
SpawnerMethod · 0.65

Implementers 7

queueTestRuntimepkg/tui/page/chat/queue_test.go
cycleThinkingRuntimepkg/leantui/update_test.go
mockRuntimepkg/cli/runner_test.go
mockRuntimepkg/app/app_test.go
LocalRuntimepkg/runtime/runtime.go
mockRuntimepkg/runtime/commands_test.go
RemoteRuntimepkg/runtime/remote_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected