@kernel.chat/kbot 3.69.1 → 3.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -279,6 +279,7 @@ const LAZY_MODULE_IMPORTS = [
279
279
  { path: './lab-frontier.js', registerFn: 'registerFrontierTools' },
280
280
  { path: './ableton.js', registerFn: 'registerAbletonTools' },
281
281
  { path: './ableton-knowledge.js', registerFn: 'registerAbletonKnowledgeTools' },
282
+ { path: './ableton-bridge-tools.js', registerFn: 'registerAbletonBridgeTools' },
282
283
  { path: './producer-engine.js', registerFn: 'registerProducerEngine' },
283
284
  { path: './sound-designer.js', registerFn: 'registerSoundDesignerTools' },
284
285
  { path: './arrangement-engine.js', registerFn: 'registerArrangementEngine' },
@@ -296,6 +297,7 @@ const LAZY_MODULE_IMPORTS = [
296
297
  { path: './pentest.js', registerFn: 'registerPentestTools' },
297
298
  { path: './redblue.js', registerFn: 'registerRedBlueTools' },
298
299
  { path: './hacker-toolkit.js', registerFn: 'registerHackerToolkitTools' },
300
+ { path: './threat-intel.js', registerFn: 'registerThreatIntelTools' },
299
301
  { path: './dj-set-builder.js', registerFn: 'registerDjSetBuilderTools' },
300
302
  { path: './serum2-preset.js', registerFn: 'registerSerum2PresetTools' },
301
303
  { path: './dream-tools.js', registerFn: 'registerDreamTools' },
@@ -305,6 +307,10 @@ const LAZY_MODULE_IMPORTS = [
305
307
  { path: './voice-input-tools.js', registerFn: 'registerVoiceInputTools' },
306
308
  { path: './watchdog.js', registerFn: 'registerWatchdogTools' },
307
309
  { path: './behavior-tools.js', registerFn: 'registerBehaviorTools' },
310
+ { path: './a2a.js', registerFn: 'registerA2ATools' },
311
+ { path: './financial-analysis.js', registerFn: 'registerFinancialAnalysisTools' },
312
+ { path: './ai-analysis.js', registerFn: 'registerAIAnalysisTools' },
313
+ { path: './music-gen.js', registerFn: 'registerMusicGenTools' },
308
314
  ];
309
315
  /** Track whether lazy tools have been registered */
310
316
  let lazyToolsRegistered = false;
@@ -0,0 +1,2 @@
1
+ export declare function registerMusicGenTools(): void;
2
+ //# sourceMappingURL=music-gen.d.ts.map