MCPcopy Create free account
hub / github.com/MagicCube/agentara / _initSessionManager

Method _initSessionManager

src/kernel/kernel.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 private _initSessionManager(): void {
71 this._sessionManager = new SessionManager(this._database.db);
72 }
73
74 private _initServer(): void {
75 this._honoServer = new HonoServer();

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected