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

Interface STMModule

HF/src/stm/modules.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 */
5
6export interface STMModule {
7 id: string
8 name: string
9 description: string
10 version: string
11 author: string
12 enabled: boolean
13 config?: Record<string, unknown>
14 transformer: (input: string, config?: Record<string, unknown>) => string
15}
16
17/**
18 * Hedge Reducer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected