MCPcopy Create free account

hub / github.com/aetherstate/GODMOD3.AI / functions

Functions325 in github.com/aetherstate/GODMOD3.AI

↓ 16 callersFunctionscoreResponse
(content: string, userQuery: string)
api/lib/ultraplinian.ts:187
↓ 10 callersFunctiongenerateResponse
(config: { length?: number headers?: number listItems?: number codeBlocks?: number refusals?: s
research/eval_scoring_calibration.ts:16
↓ 9 callersFunctioncomputeAutoTuneParams
(options: { strategy: AutoTuneStrategy message: string conversationHistory: { role: string; content:
src/lib/autotune.ts:376
↓ 9 callersFunctiondetectTriggers
( text: string, customTriggers: string[] = [] )
src/lib/parseltongue.ts:306
↓ 9 callersFunctiongetContextLabel
(context: ContextType)
src/lib/autotune.ts:541
↓ 8 callersFunctionapplyParseltongue
( text: string, config: ParseltongueConfig )
src/lib/parseltongue.ts:329
↓ 8 callersFunctionapplySTMs
(text: string, modules: STMModule[])
HF/src/stm/modules.ts:143
↓ 8 callersFunctionisPublisherEnabled
()
api/lib/hf-publisher.ts:38
↓ 8 callersFunctionrecordChatEvent
(data: ChatTelemetryData)
src/lib/telemetry.ts:115
↓ 7 callersFunctionclamp
* Clamp a value between min and max.
src/lib/autotune.ts:333
↓ 7 callersFunctionclamp
* Clamp a value between min and max.
HF/src/lib/autotune.ts:333
↓ 7 callersFunctiongetConfig
()
api/lib/hf-publisher.ts:28
↓ 7 callersFunctionjsonResponse
(data: unknown, status: number)
functions/api/telemetry.ts:363
↓ 7 callersFunctionrecordEvent
(event: Omit<MetadataEvent, 'id' | 'timestamp'>)
HF/api/lib/metadata.ts:93
↓ 7 callersFunctionsse
(event: string, data: any)
api/routes/consortium.ts:240
↓ 6 callersFunctionestimateTokens
(text: string)
api/routes/chat.ts:49
↓ 6 callersFunctiongetStrategyLabel
(strategy: AutoTuneStrategy)
src/lib/autotune.ts:555
↓ 6 callersFunctiongetTechniqueDescription
(technique: ObfuscationTechnique)
src/lib/parseltongue.ts:399
↓ 6 callersFunctiongetTechniqueDescription
(technique: ObfuscationTechnique)
HF/src/lib/parseltongue.ts:399
↓ 6 callersFunctionrecordEvent
(event: Omit<MetadataEvent, 'id' | 'timestamp'>)
api/lib/metadata.ts:114
↓ 6 callersFunctionscoreResponse
(content: string, userQuery: string)
HF/api/lib/ultraplinian.ts:286
↓ 6 callersFunctionsimulateUser
( user: SyntheticUser, numRatings: number, noiseRate: number = 0, // fraction of ratings that are fl
research/eval_feedback_convergence.ts:108
↓ 6 callersFunctionwriteChunk
Stream a single OpenAI-format SSE chunk
HF/api/routes/completions.ts:86
↓ 5 callersFunctionaddEntry
(entry: Omit<DatasetEntry, 'id' | 'timestamp'>)
api/lib/dataset.ts:109
↓ 5 callersFunctionaddEntry
(entry: Omit<DatasetEntry, 'id' | 'timestamp'>)
HF/api/lib/dataset.ts:89
↓ 5 callersFunctionapplySTMs
(text: string, modules: STMModule[])
src/stm/modules.ts:143
↓ 5 callersFunctionevaluateClassifier
( name: string, classifyFn: (msg: string) => ContextType, nRuns: number = 1, // >1 for stochastic cl
research/eval_baselines.ts:295
↓ 5 callersFunctionpercentile
(arr: number[], p: number)
HF/api/lib/metadata.ts:387
↓ 5 callersFunctionpercentileFromSorted
Compute a single percentile from an already-sorted array.
api/lib/metadata.ts:418
↓ 4 callersFunctionapplyParseltongue
( text: string, config: ParseltongueConfig )
HF/src/lib/parseltongue.ts:329
↓ 4 callersFunctionapplySTMPost
(response: string, stm_modules: string[])
api/routes/chat.ts:182
↓ 4 callersFunctioncategorizeError
(error?: string)
api/lib/metadata.ts:137
↓ 4 callersFunctioncategorizeError
(error?: string)
HF/api/lib/metadata.ts:113
↓ 4 callersFunctioncollectAllResponses
( models: string[], messages: Array<{ role: 'system' | 'user' | 'assistant'; content: string }>, apiK
api/lib/consortium.ts:151
↓ 4 callersFunctioncomputeAutoTuneParams
(options: { strategy: AutoTuneStrategy message: string conversationHistory: { role: string; content:
HF/src/lib/autotune.ts:376
↓ 4 callersFunctioncreateInitialFeedbackState
()
src/lib/autotune-feedback.ts:134
↓ 4 callersFunctionfinish
()
api/lib/consortium.ts:177
↓ 4 callersFunctionflush
()
src/lib/telemetry.ts:187
↓ 4 callersFunctionformatAPIError
(status: number, errorMessage?: string)
src/lib/openrouter.ts:11
↓ 4 callersFunctiongetConfig
()
api/lib/hf-reader.ts:22
↓ 4 callersFunctiongetModelsForTier
(tier: SpeedTier)
api/lib/ultraplinian.ts:133
↓ 4 callersFunctionraceModels
( models: string[], messages: Message[], apiKey: string, params: { temperature?: number
HF/api/lib/ultraplinian.ts:346
↓ 4 callersFunctionsse
(event: string, data: unknown)
HF/api/routes/ultraplinian.ts:253
↓ 4 callersFunctionsynthesize
( userQuery: string, responses: ConsortiumResponse[], apiKey: string, orchestratorModel: Orchestra
api/lib/consortium.ts:247
↓ 3 callersFunctionapplyGodmodeBoost
(params: Record<string, number | undefined>)
HF/api/lib/ultraplinian.ts:517
↓ 3 callersFunctionapplySTMTransforms
Apply STM transforms to a response
HF/api/routes/completions.ts:237
↓ 3 callersFunctioncomputeHeuristics
(response: string)
src/lib/autotune-feedback.ts:74
↓ 3 callersFunctioncomputeModuleMetrics
(results: TransformResult[])
research/eval_stm_precision.ts:156
↓ 3 callersFunctionfinish
()
api/lib/ultraplinian.ts:275
↓ 3 callersFunctionfinish
()
HF/api/lib/ultraplinian.ts:374
↓ 3 callersFunctionflushDataset
()
api/lib/hf-publisher.ts:146
↓ 3 callersFunctionflushMetadata
()
api/lib/hf-publisher.ts:116
↓ 3 callersFunctiongetAvailableTechniques
()
src/lib/parseltongue.ts:414
↓ 3 callersFunctiongetFeedbackStats
(state: FeedbackState)
src/lib/autotune-feedback.ts:325
↓ 3 callersFunctiongetSharedProfiles
()
HF/api/routes/autotune.ts:26
↓ 3 callersFunctiongetTierConfig
(tier: Tier)
api/lib/tiers.ts:144
↓ 3 callersFunctionprocessFeedback
( state: FeedbackState, record: FeedbackRecord )
src/lib/autotune-feedback.ts:161
↓ 3 callersFunctionqueryModel
( model: string, messages: Message[], apiKey: string, params: { temperature?: number max
api/lib/ultraplinian.ts:343
↓ 3 callersFunctionrunPipeline
* Build the G0DM0D3 pipeline: resolve params, system prompt, parseltongue, etc. * Returns everything needed to send to the LLM and build the respons
api/routes/chat.ts:58
↓ 3 callersFunctionsendMessage
({ messages, model, apiKey, noLog = false, signal, temperature = 0.7, maxTokens = 4096,
src/lib/openrouter.ts:97
↓ 3 callersFunctiontestModule
(module: STMModule, tests: TransformTest[])
research/eval_stm_precision.ts:30
↓ 2 callersFunctionapplyGodmodeBoost
(params: Record<string, number | undefined>)
api/lib/ultraplinian.ts:418
↓ 2 callersFunctionapplyLearnedAdjustments
( baseParams: AutoTuneParams, contextType: ContextType, learnedProfiles: Record<ContextType, LearnedP
src/lib/autotune-feedback.ts:287
↓ 2 callersFunctioncheckDatasetThreshold
(currentSize: number, maxSize: number)
api/lib/hf-publisher.ts:213
↓ 2 callersFunctionclassifyPrompt
(prompt: string)
src/lib/classify.ts:474
↓ 2 callersFunctionclassifyWithLLM
( prompt: string, apiKey: string, )
src/lib/classify-llm.ts:138
↓ 2 callersFunctioncommitFile
(filePath: string, content: string)
api/lib/hf-publisher.ts:74
↓ 2 callersFunctiondescribePattern
* Get a human-readable description of what a pattern matches.
src/lib/autotune.ts:193
↓ 2 callersFunctiondescribePattern
* Get a human-readable description of what a pattern matches.
HF/src/lib/autotune.ts:193
↓ 2 callersFunctiondetectTriggers
( text: string, customTriggers: string[] = [] )
HF/src/lib/parseltongue.ts:306
↓ 2 callersFunctionemaUpdate
* EMA update: new_value = (1 - alpha) * old_value + alpha * observation
src/lib/autotune-feedback.ts:203
↓ 2 callersFunctionemaUpdate
* EMA update: new_value = (1 - alpha) * old_value + alpha * observation
HF/src/lib/autotune-feedback.ts:203
↓ 2 callersFunctionfetchFileList
(prefix?: string)
api/lib/hf-reader.ts:103
↓ 2 callersFunctiongetModelsForTier
(tier: SpeedTier)
HF/api/lib/ultraplinian.ts:232
↓ 2 callersFunctiongetSessionId
()
src/lib/telemetry.ts:99
↓ 2 callersFunctiongetSharedProfiles
()
api/routes/autotune.ts:26
↓ 2 callersFunctiongetStrategyDescription
(strategy: AutoTuneStrategy)
src/lib/autotune.ts:569
↓ 2 callersFunctiongetTypeColor
(type: MemoryType)
SettingsModal.tsx:1405
↓ 2 callersFunctiongetTypeColor
(type: MemoryType)
src/components/SettingsModal.tsx:1325
↓ 2 callersFunctiongetTypeIcon
(type: MemoryType)
SettingsModal.tsx:1389
↓ 2 callersFunctiongetTypeIcon
(type: MemoryType)
src/components/SettingsModal.tsx:1309
↓ 2 callersFunctiongetTypeLabel
(type: MemoryType)
SettingsModal.tsx:1397
↓ 2 callersFunctiongetTypeLabel
(type: MemoryType)
src/components/SettingsModal.tsx:1317
↓ 2 callersFunctiongetValidKeys
()
api/middleware/auth.ts:20
↓ 2 callersFunctioninjectQuery
(text: string, query: string)
src/lib/libertas.ts:96
↓ 2 callersFunctionlaunchModel
(model: string)
api/lib/ultraplinian.ts:294
↓ 2 callersFunctionlaunchModel
(model: string)
HF/api/lib/ultraplinian.ts:393
↓ 2 callersFunctionlistBatchFiles
(forceRefresh = false)
api/lib/hf-reader.ts:127
↓ 2 callersFunctionmakeChatCompletion
Build a standard OpenAI ChatCompletion response object
HF/api/routes/completions.ts:61
↓ 2 callersFunctionnow
()
HF/api/routes/completions.ts:56
↓ 2 callersFunctionparamDistance
(a: AutoTuneParams, b: AutoTuneParams)
research/eval_feedback_convergence.ts:70
↓ 2 callersFunctionparseBatchInfos
(files: HFFileEntry[])
api/lib/hf-reader.ts:152
↓ 2 callersFunctionpassesGate
* Evaluate whether a tier config passes a given gate check.
api/middleware/tierGate.ts:29
↓ 2 callersFunctionregisterDatasetStore
(store: StoreDrain)
api/lib/hf-publisher.ts:68
↓ 2 callersFunctionresolveTier
(rawKey: string | null)
api/lib/tiers.ts:136
↓ 2 callersFunctionscrubPII
(text: string)
dataset.ts:132
↓ 2 callersFunctionsendMessage
({ messages, model, apiKey, noLog = false, signal, temperature = 0.7, maxTokens = 4096,
HF/src/lib/openrouter.ts:48
↓ 2 callersFunctionsendMessageViaProxy
({ messages, model, apiBaseUrl, godmodeApiKey, signal, temperature, maxTokens = 4096,
src/lib/openrouter.ts:316
↓ 2 callersFunctionstreamConsortium
( options: ConsortiumOptions, callbacks: ConsortiumCallbacks, )
src/lib/openrouter.ts:446
↓ 2 callersFunctionstreamUltraplinian
( options: UltraplinianOptions, callbacks: UltraplinianCallbacks, )
src/lib/openrouter.ts:610
next →1–100 of 325, ranked by callers