MCPcopy Create free account
hub / github.com/agent-tower/core / getSessionManager

Function getSessionManager

packages/server/src/core/container.ts:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function getSessionManager(): SessionManager {
30 if (!sessionManager) {
31 sessionManager = new SessionManager(getEventBus());
32 }
33 return sessionManager;
34}
35
36export function getCommitMessageService(): CommitMessageService {
37 if (!commitMessageService) {

Callers 9

getTaskCleanupServiceFunction · 0.85
taskRoutesFunction · 0.85
sessionRoutesFunction · 0.85
conversationRoutesFunction · 0.85
constructorMethod · 0.85
triggerGenerationMethod · 0.85
WorkspaceServiceClass · 0.85
initializeSocketFunction · 0.85
closeSocketFunction · 0.85

Calls 1

getEventBusFunction · 0.85

Tested by

no test coverage detected