MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / getLogger

Function getLogger

util/logger.ts:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45export function getLogger(): Logger {
46 if (!globalLogger) {
47 throw new Error("Logger not initialized");
48 }
49 return globalLogger;
50}
51
52export function getApi(): OpenClawPluginApi {
53 if (!globalApi) {

Callers 13

send_messageFunction · 0.90
registerFunction · 0.90
handleAgentWardCommandFunction · 0.90
setLLMContextMethod · 0.90
constructorMethod · 0.90
callMethod · 0.90
shutdownMethod · 0.90
callLLMSyncFunction · 0.90
callLLMSimpleFunction · 0.90
inputDetectFunction · 0.90
decisionAlignmentDetectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected