We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a2d1e commit eb3d42cCopy full SHA for eb3d42c
1 file changed
ai/examples/self-healing.mjs
@@ -23,12 +23,10 @@ async function main() {
23
console.log('\n[1] Boot Sequence: Initializing Services...');
24
25
// Start Knowledge Base
26
- await KB_LifecycleService.ready();
27
await KB_ChromaManager.ready(); // Ensure connection is active
28
console.log(' - Knowledge Base Service: Ready');
29
30
// Start Memory Core
31
- await Memory_LifecycleService.ready();
32
await Memory_ChromaManager.ready(); // Ensure connection is active
33
console.log(' - Memory Core Service: Ready');
34
0 commit comments