MCPcopy Create free account
hub / github.com/Noumena-Network/code / isProactiveActive_SAFE_TO_CALL_ANYWHERE

Function isProactiveActive_SAFE_TO_CALL_ANYWHERE

src/utils/systemPrompt.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23/* eslint-enable @typescript-eslint/no-require-imports */
24
25function isProactiveActive_SAFE_TO_CALL_ANYWHERE(): boolean {
26 return proactiveModule?.isProactiveActive() ?? false
27}
28
29/**
30 * Builds the effective system prompt array based on priority:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected