MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getPiModule

Function getPiModule

desktop/pi-module.ts:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3let piModulePromise: Promise<PiModule> | undefined
4
5export function getPiModule() {
6 if (!piModulePromise) {
7 piModulePromise = import('@earendil-works/pi-coding-agent')
8 }
9
10 return piModulePromise
11}

Callers 15

getPiPackageServicesFunction · 0.90
createRuntimeFunction · 0.90
setDraftComposerModelFunction · 0.90
loadPiThemeStateInHostFunction · 0.90
setComposerModelFunction · 0.90
setComposerThinkingLevelFunction · 0.90
createRuntimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected