MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / init

Method init

packages/node-runtime/src/ai/skill-manager.ts:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 init(): SkillInitResult {
69 const result = this.core.init()
70 this.logger.info(`SkillManager initialized: ${result.total} skills`)
71 return result
72 }
73
74 getSkillConfig(id: string): SkillDef | null {
75 return this.core.getSkillConfig(id)

Callers 1

createCliRunAgentStreamFunction · 0.95

Calls 2

initMethod · 0.65
infoMethod · 0.65

Tested by

no test coverage detected