MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / info

Method info

packages/node-runtime/src/ai/skill-manager.ts:16–16  ·  view source on GitHub ↗
(message: string, extra?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

14
15export interface SkillManagerLogger {
16 info(message: string, extra?: Record<string, unknown>): void
17 warn(message: string, extra?: Record<string, unknown>): void
18}
19

Callers 13

app-logger.test.tsFile · 0.65
app-logger.tsFile · 0.65
setConfigMethod · 0.65
runJobMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
handleTaskSuccessMethod · 0.65
writeOverridesMethod · 0.65
computeContactsSnapshotFunction · 0.65
handleTaskSuccessMethod · 0.65

Implementers 2

AppLoggerpackages/node-runtime/src/logging/app-
AiLoggerpackages/node-runtime/src/ai/ai-logger

Calls

no outgoing calls

Tested by

no test coverage detected