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

Class

src/kernel/kernel.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * Lazy-creation singleton: the instance is created on first `getInstance()`.
25 */
26class Kernel {
27 private _logger = createLogger("kernel");
28 private _database!: DataConnection;
29 private _sessionManager!: SessionManager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected