MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / STMModule

Interface STMModule

src/store/index.ts:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60export interface STMModule {
61 id: string
62 name: string
63 description: string
64 enabled: boolean
65 transformer: (input: string) => string
66}
67
68// Memory System - persistent facts about the user
69export type MemoryType = 'fact' | 'preference' | 'instruction'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected