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

Method constructor

src/kernel/kernel.ts:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 private _honoServer!: HonoServer;
33
34 constructor() {
35 this._initDatabase();
36 this._initSessionManager();
37 this._initTaskDispatcher();
38 this._initMessageGateway();
39 this._initServer();
40 }
41
42 get database(): DataConnection {
43 return this._database;

Callers

nothing calls this directly

Calls 5

_initDatabaseMethod · 0.95
_initSessionManagerMethod · 0.95
_initTaskDispatcherMethod · 0.95
_initMessageGatewayMethod · 0.95
_initServerMethod · 0.95

Tested by

no test coverage detected