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

Function isAssistantMode

src/assistant/index.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11export function isAssistantMode(): boolean {
12 return assistantForced
13}
14
15export async function initializeAssistantTeam(): Promise<undefined> {
16 return undefined

Callers 3

initReplBridgeFunction · 0.85
checkBridgePrerequisitesFunction · 0.85
useReplBridgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected