MCPcopy Create free account

hub / github.com/NeoLi00/memX / functions

Functions2,243 in github.com/NeoLi00/memX

↓ 3 callersFunctionlayerCandidateId
(prefix: string, id: string)
src/pipeline/candidateGeneration.ts:2547
↓ 3 callersFunctionlayerToCandidateSurface
(layer: EvidencePlanLayer)
src/pipeline/candidateGeneration.ts:1439
↓ 3 callersMethodlistActive
(params: { agentId: string; scopes: string[]; sessionKey?: string; limit?: number; })
src/db/repositories/taskRepo.ts:99
↓ 3 callersMethodlistBySourceRefs
(params: { agentId: string; scopes: string[]; sourceRefs: string[]; limit?: number; })
src/db/repositories/chunkRepo.ts:145
↓ 3 callersMethodlistRecentActive
(params: { agentId: string; scopes: string[]; limit?: number; sessionKey?: string; })
src/db/repositories/chunkRepo.ts:102
↓ 3 callersMethodlistRetryableSemanticWriteJobs
(params: { agentId: string; sessionKey?: string; now: string; limit?: number; })
src/db/repositories/auditRepo.ts:319
↓ 3 callersFunctionlocalEmbeddingWorkerRegistryDir
()
src/search/backends/embeddingBackend.ts:211
↓ 3 callersFunctionlocalWorkerPoolKey
(config: EmbeddingConfig)
src/search/backends/embeddingBackend.ts:684
↓ 3 callersFunctionlogger
()
tests/embedding-worker-lifecycle.test.mjs:8
↓ 3 callersFunctionmakeSlot
(slot: QueryEvidenceSlot)
src/pipeline/queryCompiler.ts:1836
↓ 3 callersFunctionmergeBridgeMatches
( left?: BridgeMatch[], right?: BridgeMatch[], )
src/pipeline/candidateGeneration.ts:547
↓ 3 callersFunctionmergeGoalMatches
(left?: GoalMatch[], right?: GoalMatch[])
src/pipeline/candidateGeneration.ts:515
↓ 3 callersFunctionmergeSlotMatches
(left?: SlotMatch[], right?: SlotMatch[])
src/pipeline/candidateGeneration.ts:531
↓ 3 callersFunctionminIso
(values: Array<string | undefined>)
src/db/repositories/maintenanceRepo.ts:93
↓ 3 callersFunctionnoisyOr
(scores: number[])
src/pipeline/semantic/textSimilarity.ts:85
↓ 3 callersFunctionnormalizeConfig
(input: unknown)
src/cli/registerCli.ts:145
↓ 3 callersFunctionnormalizeOptions
( options: StandaloneMemxQuickstartOptions, )
src/host/standaloneQuickstart.ts:235
↓ 3 callersFunctionnormalizeOptions
( options: OpenClawQuickstartOptions, )
src/host/quickstart.ts:220
↓ 3 callersFunctionnormalizeRelationHint
(value: unknown)
src/pipeline/reasoner.ts:333
↓ 3 callersFunctionnormalizeRouteWeights
( weights: Partial<Record<MemoryPrimaryRouteType, number>>, )
src/pipeline/queryCompiler.ts:422
↓ 3 callersFunctionnormalizeSemanticFactPredicate
(value: string | undefined)
src/pipeline/attributeSlots.ts:146
↓ 3 callersFunctionnormalizeTaskMetadataText
(value: string)
src/pipeline/authority.ts:82
↓ 3 callersFunctionnormalizeUrl
(url: string | undefined)
src/host/serviceManager.ts:54
↓ 3 callersFunctionnormalizedObjectText
(value: string | null | undefined)
src/db/repositories/factRepo.ts:158
↓ 3 callersFunctionnumericBreakdown
(entry: PromptEvidenceCandidate, key: string)
src/pipeline/evidenceAssembler.ts:767
↓ 3 callersFunctionoverlapScore
(left: string[], right: string[])
src/pipeline/semantic/textSimilarity.ts:204
↓ 3 callersFunctionpacketCoverageSatisfied
(packet: EvidencePacket)
src/pipeline/evidenceAssembler.ts:3019
↓ 3 callersFunctionpacketHasSoftPenaltyPrefix
(packet: EvidencePacket, prefix: string)
src/pipeline/evidenceAssembler.ts:3015
↓ 3 callersFunctionpacketSatisfiesHardAnchor
(packet: EvidencePacket, terms: string[])
src/host/service.ts:659
↓ 3 callersFunctionpacketTextForSuppression
(packet: EvidencePacket)
src/host/service.ts:462
↓ 3 callersFunctionparseConfigInternal
(input: unknown)
src/config.ts:566
↓ 3 callersFunctionparseUninstallOptions
(target: "openclaw" | "codex" | "claude-code", argv: string[])
src/bin/memx.ts:150
↓ 3 callersMethodpendingWriteKey
( ctx: Pick<MemoryOperationContext, "agentId" | "dbPath" | "sessionKey" | "workspaceDir">, )
src/host/service.ts:994
↓ 3 callersFunctionpost
( path: string, body: unknown, timeoutMs: number, config: HookRuntimeConfig, )
src/host/hookRunner.ts:102
↓ 3 callersMethodpredicateVerb
* Extract the canonical verb prefix from a predicate. * Returns the verb if the first underscore-delimited token is in * `ALLOWED_VERB_PREFIXES`
src/db/repositories/factRepo.ts:282
↓ 3 callersMethodprewarmLocalEmbeddings
()
src/search/backends/embeddingBackend.ts:952
↓ 3 callersFunctionprojectProfileBase
( key: string, projectCode: string | undefined, )
src/pipeline/normalize.ts:2066
↓ 3 callersFunctionprojectProfileStateKey
(projectCode: string)
src/pipeline/normalize.ts:93
↓ 3 callersFunctionpromptEvidenceNonSubjectSlotHitCount
( queryAnalysis: RecallQueryAnalysis, candidate: PromptEvidenceCandidate, )
src/pipeline/retrieve.ts:1191
↓ 3 callersFunctionpushChunk
(chunk: ConversationChunk | null)
src/pipeline/retrieve.ts:2575
↓ 3 callersFunctionqueryAllowsAssistantAuthoredAnswer
(queryAnalysis: QueryCompileResult)
src/pipeline/evidenceAssembler.ts:470
↓ 3 callersFunctionqueryAsksForAttributeValue
(query: string)
src/pipeline/attributeSlots.ts:228
↓ 3 callersFunctionqueryCompilerIsDegraded
(queryAnalysis: QueryCompileResult)
src/host/service.ts:639
↓ 3 callersFunctionqueryContextPlanTexts
(queryAnalysis: QueryCompileResult)
src/pipeline/evidenceAssembler.ts:1594
↓ 3 callersFunctionqueryHardAnchorTerms
(query: string)
src/host/service.ts:600
↓ 3 callersFunctionqueryMatches
(values: string[] | undefined)
src/pipeline/candidateGeneration.ts:156
↓ 3 callersFunctionrawScoreTextAgainstEvidenceGoals
(params: { text: string; queryAnalysis: RecallQueryAnalysis; surface?: "fact" | "event" | "chunk" | "sni
src/pipeline/retrieve.ts:827
↓ 3 callersFunctionreadMessageText
(content: unknown)
src/pipeline/messageText.ts:17
↓ 3 callersFunctionreadServiceRecord
(path: string)
src/host/serviceManager.ts:98
↓ 3 callersMethodrecordRetrieval
(audit: RetrievalAuditRecord)
src/db/repositories/auditRepo.ts:54
↓ 3 callersFunctionrelationalFactGraphRelation
( fact: Pick<NormalizedFact, "predicate" | "objectValueJson">, )
src/pipeline/abstractionJobs.ts:117
↓ 3 callersFunctionrender
()
src/index.ts:109
↓ 3 callersFunctionrenderTaskPromptChunk
( chunk: ConversationChunk, taskChunks: ConversationChunk[], )
src/pipeline/sourceWeighting.ts:154
↓ 3 callersFunctionrenderTemplate
(input: string, vars: ScopeVars)
src/security/scopes.ts:26
↓ 3 callersFunctionresetNoOutputTimeout
()
src/search/backends/embeddingBackend.ts:108
↓ 3 callersFunctionresolveSecretLikeString
(value: unknown)
src/pipeline/judgeModelConfig.ts:25
↓ 3 callersFunctionresolveUserPath
(input: string)
src/support.ts:101
↓ 3 callersFunctionresourceVectorMetadata
( record: Record<string, unknown> | undefined, )
src/pipeline/normalize.ts:731
↓ 3 callersFunctionrunClaudeCodeUninstall
( rawOptions: StandaloneUninstallOptions = {}, deps: Pick<UninstallDeps, "now" | "runCommand" | "stopServi
src/host/uninstall.ts:335
↓ 3 callersFunctionrunConsolidation
( store: MemxStoreBundle, ctx: MemoryOperationContext, options: { batch?: MaintenanceBatchMetadata;
src/pipeline/consolidate.ts:381
↓ 3 callersFunctionsanitizeEvidenceGoals
( fallback: QueryCompileResult, compiledGoals: unknown, candidateSurfaces: CandidateSurface[], evidenc
src/pipeline/queryCompiler.ts:1628
↓ 3 callersFunctionsanitizeEvidencePlan
( fallback: QueryCompileResult, compiledPlan: unknown, )
src/pipeline/queryCompiler.ts:1997
↓ 3 callersFunctionsanitizeProjectProfileValue
( value: Record<string, unknown>, base: Record<string, unknown> | undefined, )
src/pipeline/normalize.ts:257
↓ 3 callersFunctionsanitizeSemanticBridges
( fallback: QueryCompileResult, compiledBridges: unknown, )
src/pipeline/queryCompiler.ts:2272
↓ 3 callersFunctionsanitizeWorkflowHint
( workflow: MemoryCandidateWorkflowHint, )
src/pipeline/authority.ts:222
↓ 3 callersFunctionsemanticAssertionSubject
(assertion: TurnSemanticAssertionDraft)
src/pipeline/normalize.ts:1625
↓ 3 callersFunctionsemanticBridgesForShapes
( queryAnalysis: QueryCompileResult, shapes: EvidenceShape[], )
src/pipeline/evidenceAssembler.ts:868
↓ 3 callersFunctionsemanticDraftConsumedShapeFromDraft
( draft: MemoryCandidateSemanticDraft | null | undefined, )
src/pipeline/normalize.ts:1467
↓ 3 callersFunctionserviceLogPath
(homeDir: string)
src/host/serviceManager.ts:50
↓ 3 callersFunctionserviceRecordPath
(homeDir: string)
src/host/serviceManager.ts:46
↓ 3 callersMethodsimilaritySearch
()
src/search/backends/ftsBackend.ts:85
↓ 3 callersFunctionslotCoverageScore
(entry: PromptEvidenceCandidate)
src/pipeline/evidenceAssembler.ts:772
↓ 3 callersFunctionslotLayers
(slot: QueryEvidenceSlot)
src/pipeline/candidateGeneration.ts:1458
↓ 3 callersFunctionslotSearchQueries
(slot: QueryEvidenceSlot, compiled: QueryCompileResult)
src/pipeline/candidateGeneration.ts:1568
↓ 3 callersFunctionslotsForSurface
( compiled: QueryCompileResult, surface: CandidateSurface, )
src/pipeline/candidateGeneration.ts:1554
↓ 3 callersFunctionsourceKey
(sourceRefs: string[], fallbackText: string)
src/pipeline/evidenceAssembler.ts:269
↓ 3 callersFunctionsourceRefForMessage
(message: TurnCaptureMessage)
src/pipeline/turnSemanticCompiler.ts:110
↓ 3 callersFunctionsourceRefsFromCandidateMetadata
(metadata: Record<string, unknown> | undefined)
src/pipeline/retrieve.ts:2298
↓ 3 callersFunctionsourceTurnIndex
(sourceRef: string)
src/pipeline/evidenceAssembler.ts:217
↓ 3 callersFunctionstateCurrentnessFromVectorMetadata
( metadata: StateVectorMetadata | undefined, now: string, )
src/pipeline/stateLifecycle.ts:148
↓ 3 callersMethodstopServerInstance
(server: LocalEmbeddingServer)
src/search/backends/embeddingBackend.ts:643
↓ 3 callersFunctionstringArray
(value: unknown)
src/pipeline/entityResolver.ts:303
↓ 3 callersFunctionstringArray
(value: unknown)
src/pipeline/evidenceAssembler.ts:1233
↓ 3 callersFunctionstringArray
(value: unknown)
src/db/repositories/factRepo.ts:53
↓ 3 callersFunctionstringSet
(value: unknown)
src/pipeline/taskSummary.ts:61
↓ 3 callersFunctionstringSetting
(value: unknown)
src/host/hookRunner.ts:53
↓ 3 callersFunctionstripInboundMetadata
(text: string)
src/pipeline/messageText.ts:45
↓ 3 callersFunctionstripPromptEvidenceRolePrefix
(text: string)
src/pipeline/retrieve.ts:1549
↓ 3 callersFunctionstructuredDomainParts
(candidate: TaskStrategyCandidate)
src/pipeline/strategyHypotheses.ts:212
↓ 3 callersFunctionsummarizeMaintenanceContractDiagnostics
( metadataEntries: Array<Record<string, unknown> | undefined>, )
src/pipeline/maintenanceContract.ts:65
↓ 3 callersFunctionsummarizeParseFailure
(raw: string)
src/pipeline/reasoner.ts:571
↓ 3 callersMethodsummarizeTask
( chunks: ConversationChunk[], options: ReasonerCallAuditOptions & { allowLlm?: boolean } = {}, )
src/pipeline/reasoner.ts:2709
↓ 3 callersMethodsupersedeActiveBySubjectAndPredicate
(params: { agentId: string; scope: string; canonicalSubject: string; predicate: string; up
src/db/repositories/factRepo.ts:237
↓ 3 callersFunctionsupersedingResolution
( store: MemxStoreBundle, matched: NormalizedEntity, )
src/pipeline/entityResolver.ts:440
↓ 3 callersFunctiontoCandidateHit
( surface: CandidateSurface, hit: GoalScoredSearchHit, ctx: MemoryOperationContext, tier: CandidateHit
src/pipeline/candidateGeneration.ts:438
↓ 3 callersMethodtoEvent
(row: EventRow)
src/db/repositories/eventRepo.ts:243
↓ 3 callersFunctiontoSelectionTraceEntry
( aggregate: BudgetAggregateEntry, selectionReason: string, )
src/pipeline/memoryObjects.ts:2776
↓ 3 callersFunctiontoolsForProfile
(profile: MemxMcpToolsProfile)
src/host/mcpProtocol.ts:140
↓ 3 callersFunctiontopSlotMatchScore
(hit: GoalScoredSearchHit)
src/pipeline/candidateGeneration.ts:672
↓ 3 callersFunctionuniqueChunks
(chunks: ConversationChunk[])
src/pipeline/abstractionJobs.ts:1203
← previousnext →501–600 of 2,243, ranked by callers