MCPcopy Index your code
hub / github.com/simstudioai/sim / isMemoryEnabled

Function isMemoryEnabled

apps/sim/executor/handlers/pi/context.ts:25–27  ·  view source on GitHub ↗
(config: PiMemoryConfig)

Source from the content-addressed store, hash-verified

23>
24
25function isMemoryEnabled(config: PiMemoryConfig): boolean {
26 return !!config.memoryType && config.memoryType !== 'none'
27}
28
29/** Resolves selected skill inputs to full `{ name, content }` entries for Pi. */
30export async function resolvePiSkills(

Callers 2

loadPiMemoryFunction · 0.85
appendPiMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected