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

Method _initDatabase

src/kernel/kernel.ts:62–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 private _initDatabase(): void {
63 this._database = new DataConnection({
64 ...taskingSchema,
65 ...sessioningSchema,
66 ...feishuMessagingSchema,
67 });
68 }
69
70 private _initSessionManager(): void {
71 this._sessionManager = new SessionManager(this._database.db);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected