Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeoLi00/memX
/ functions
Functions
2,243 in github.com/NeoLi00/memX
⨍
Functions
2,243
◇
Types & classes
47
↓ 4 callers
Function
taskSummaryEvidenceSupport
( text: string, chunks: ConversationChunk[], )
src/pipeline/reasoner.ts:742
↓ 4 callers
Function
taskSummarySource
( metadataJson: Record<string, unknown> | undefined, )
src/pipeline/taskSummary.ts:103
↓ 4 callers
Function
textFromContentParts
(value: unknown, textTypes: string[])
src/host/transcript.ts:51
↓ 4 callers
Method
toFact
(row: FactRow)
src/db/repositories/factRepo.ts:576
↓ 4 callers
Method
toRecord
(row: SourceSegmentRow)
src/db/repositories/sourceSegmentRepo.ts:166
↓ 4 callers
Method
toTask
(row: TaskRow)
src/db/repositories/taskRepo.ts:180
↓ 4 callers
Function
topProbeSupportForRoute
( scheduled: ScheduledMemoryObject[], routeType: MemoryPrimaryRouteType, )
src/pipeline/memoryObjects.ts:3070
↓ 4 callers
Function
typeCompatibilityScore
(mention: EntityMention, entity: NormalizedEntity)
src/pipeline/entityResolver.ts:128
↓ 4 callers
Function
unitIsQuestionLike
(queryAnalysis: QueryCompileResult, unit: EvidenceUnit)
src/pipeline/evidenceAssembler.ts:448
↓ 4 callers
Function
updateCandidatePromotionMetadata
( store: MemxStoreBundle, candidate: AbstractionCandidateRecord, metadataJson: Record<string, unknown>,
src/pipeline/abstractionPromotion.ts:181
↓ 4 callers
Function
waitForProcessExit
(pid: number, timeoutMs = 2500)
src/host/serviceManager.ts:148
↓ 4 callers
Function
waitForProcessExit
(pid: number, timeoutMs: number)
src/search/backends/embeddingBackend.ts:178
↓ 4 callers
Function
withLineage
(sourceRef: string)
src/pipeline/reasoner.ts:1975
↓ 4 callers
Function
writeAtomic
(path: string, text: string)
src/host/uninstall.ts:130
↓ 3 callers
Function
activeToolsProfile
()
src/host/mcpProtocol.ts:129
↓ 3 callers
Function
add
(value: string | undefined)
src/host/service.ts:580
↓ 3 callers
Function
aliasScore
(mention: EntityMention, entity: NormalizedEntity)
src/pipeline/entityResolver.ts:135
↓ 3 callers
Function
analyzeRecallQuery
(query: string)
src/pipeline/retrieve.ts:122
↓ 3 callers
Function
answerPlanSlots
(queryAnalysis: QueryCompileResult)
src/pipeline/evidenceAssembler.ts:1437
↓ 3 callers
Function
appendAnchorsToQuery
(query: string, anchors: string[])
src/pipeline/retrieve.ts:3835
↓ 3 callers
Method
appendDocFilters
( clauses: string[], values: Array<string | number>, params: { docKinds?: VectorDocRecord["d
src/db/repositories/vectorRepo.ts:22
↓ 3 callers
Function
applyClaudeJsonDisconnect
(input: unknown)
src/host/connect.ts:133
↓ 3 callers
Function
applyCodexTomlDisconnect
(toml: string)
src/host/connect.ts:83
↓ 3 callers
Function
asEnum
( raw: unknown, allowed: T, fallback: T[number], issues: ValidationIssue[], path: string, )
src/config.ts:519
↓ 3 callers
Function
attachGoalMatch
( hit: SearchHit, goal: QueryEvidenceGoal, matchedQuery: string, compiled: QueryCompileResult, )
src/pipeline/candidateGeneration.ts:1392
↓ 3 callers
Function
attributeSlotContractHints
(slots: string[])
src/pipeline/attributeSlots.ts:232
↓ 3 callers
Function
backupIfExists
(path: string, now: () => number)
src/host/uninstall.ts:137
↓ 3 callers
Function
beliefFamilyKey
(params: { scope: string; memoryKind: MemoryBeliefKind; semanticKey: string; })
src/pipeline/beliefAggregation.ts:781
↓ 3 callers
Function
bridgeAnswerRoleScore
(entry: PromptEvidenceCandidate)
src/pipeline/evidenceAssembler.ts:809
↓ 3 callers
Function
bridgeNegativeSignalScore
(entry: PromptEvidenceCandidate)
src/pipeline/evidenceAssembler.ts:794
↓ 3 callers
Function
bridgeSupportScore
(entry: PromptEvidenceCandidate)
src/pipeline/evidenceAssembler.ts:786
↓ 3 callers
Function
buildBackgroundRecallBundle
( store: MemxStoreBundle, ctx: MemoryOperationContext, )
src/pipeline/retrieve.ts:139
↓ 3 callers
Function
buildBeliefIndex
( store: MemxStoreBundle, agentId: string, readEpoch?: number, )
src/pipeline/memoryObjects.ts:852
↓ 3 callers
Function
buildGenericMcpConfig
( url = "${MEMX_URL}", secret = "${MEMX_SECRET}", commandConfig = defaultMcpCommand(), mcpTools: McpTo
src/host/connect.ts:39
↓ 3 callers
Function
buildGraphPathCandidates
(params: { seedNodeIds: string[]; prioritySeedNodeIds?: string[]; nodes: ReadonlyMap<string, GraphEviden
src/pipeline/graphPathEngine.ts:192
↓ 3 callers
Function
buildLongTurnSemanticScanInputFromSegments
( segments: SourceSegmentRecord[], recentReferenceContext?: TurnSemanticReferenceContext, )
src/pipeline/turnSemanticCompiler.ts:358
↓ 3 callers
Function
buildProjectAliasVariants
( value: string, options: ProjectDescriptorStripOptions, )
src/pipeline/projectIdentity.ts:129
↓ 3 callers
Function
buildTaskBearingFocusedQuery
(query: string)
src/pipeline/queryCompiler.ts:250
↓ 3 callers
Function
canonicalizeSignalEntityTargets
( store: MemxStoreBundle, ctx: MemoryOperationContext, scope: string, signals: MemorySignalEventRecord
src/pipeline/beliefAggregation.ts:732
↓ 3 callers
Function
capScoreByEvidenceCoverage
(score: number, coverage: EvidenceCoverageScore)
src/pipeline/evidenceCoverage.ts:75
↓ 3 callers
Function
chunkTimestamp
(chunk: ConversationChunk)
src/pipeline/turnSemanticCompiler.ts:259
↓ 3 callers
Function
classifyAction
(action: MemoryAction)
src/pipeline/classify.ts:3
↓ 3 callers
Method
clearMaintenanceTimer
(key: string)
src/runtime.ts:315
↓ 3 callers
Method
close
()
src/search/backends/embeddingBackend.ts:860
↓ 3 callers
Function
collectMemoryObjects
( store: MemxStoreBundle, ctx: MemoryOperationContext, objective: MemorySelectionObjective, hybridHits
src/pipeline/memoryObjects.ts:2286
↓ 3 callers
Function
compactJson
(value: unknown, maxChars = 1800)
src/host/hookPayload.ts:42
↓ 3 callers
Function
compactSupportSpan
(sourceRef: string, text: unknown)
src/pipeline/reasoner.ts:1400
↓ 3 callers
Function
computeConfidence
(candidate: ClassifiedCandidate)
src/pipeline/normalize.ts:2899
↓ 3 callers
Function
conciseEventText
(text: string)
src/pipeline/normalize.ts:1161
↓ 3 callers
Function
containsSensitiveValue
(text: string)
src/security/pii.ts:32
↓ 3 callers
Function
contents
(messages)
tests/agent-end-selection.test.mjs:17
↓ 3 callers
Function
createCursorStore
(initial = new Map())
tests/agent-end-selection.test.mjs:5
↓ 3 callers
Method
createExpiry
(updatedAt: string, ttlHours: number)
src/db/repositories/stateRepo.ts:123
↓ 3 callers
Function
ctxFor
(dbPath)
tests/maintenance-resume.test.mjs:42
↓ 3 callers
Function
daysBetween
(earlierIso: string, laterIso: string)
src/pipeline/abstractionJobs.ts:289
↓ 3 callers
Function
defaultMcpCommand
()
src/host/connect.ts:32
↓ 3 callers
Function
deriveRouteWeights
( queryShape: RecallQueryShape, )
src/pipeline/queryCompiler.ts:686
↓ 3 callers
Method
embedTexts
( texts: string[], mode: EmbedMode, label: "vector-upsert" | "similarity-search" | "batch", )
src/search/backends/embeddingBackend.ts:1034
↓ 3 callers
Function
emitOnce
(paramsForSignal: { target: SignalTarget; signalSourceRef: string; supportValue: number; metad
src/pipeline/signalLedger.ts:676
↓ 3 callers
Function
emitRetrievalSignalPair
( store: MemxStoreBundle, ctx: Pick<MemoryOperationContext, "agentId" | "now" | "scopes">, params: {
src/pipeline/signalLedger.ts:575
↓ 3 callers
Function
ensureConceptGraphNode
(params: { store: MemxStoreBundle; ctx: MemoryOperationContext; scope: string; nodes: Map<string, Grap
src/pipeline/abstractionJobs.ts:1677
↓ 3 callers
Function
entityTypeFromSemanticHint
(type: string | undefined)
src/pipeline/normalize.ts:1664
↓ 3 callers
Function
errorResponse
(id: JsonRpcRequest["id"], code: number, message: string)
src/host/mcpProtocol.ts:160
↓ 3 callers
Function
evaluatePolicy
( candidate: MemoryCandidate, ctx: MemoryOperationContext, options: { reasoner?: PolicyReasoner } = {},
src/pipeline/policy.ts:641
↓ 3 callers
Function
evaluateStateCurrentness
( input: StateLikeInput & { now: string }, )
src/pipeline/stateLifecycle.ts:66
↓ 3 callers
Function
eventStructuredRelationCount
(event: NormalizedEvent)
src/pipeline/memoryObjects.ts:154
↓ 3 callers
Function
evidenceSlotRequiredRole
( slot: QueryEvidenceSlot, )
src/pipeline/candidateGeneration.ts:124
↓ 3 callers
Function
evidenceTextCompletenessPenalty
(text: string)
src/pipeline/retrieve.ts:1775
↓ 3 callers
Function
exactNameScore
(mention: EntityMention, entity: NormalizedEntity)
src/pipeline/entityResolver.ts:141
↓ 3 callers
Function
explicitStrategyDomainLabel
(summary: string)
src/pipeline/abstractionJobs.ts:1052
↓ 3 callers
Function
extractTextContent
(payload: unknown)
src/pipeline/reasoner.ts:467
↓ 3 callers
Function
factStatusFromMetadata
( metadata: Record<string, unknown> | undefined, )
src/pipeline/retrieve.ts:420
↓ 3 callers
Function
factSupportText
(fact: NormalizedFact)
src/pipeline/retrieve.ts:518
↓ 3 callers
Method
findActiveBySemanticKey
(params: { agentId: string; scope: string; canonicalSubject: string; predicate: string; })
src/db/repositories/factRepo.ts:331
↓ 3 callers
Function
finish
(result: CommandTimeoutResult)
src/search/backends/embeddingBackend.ts:100
↓ 3 callers
Function
finitePositive
(value: number)
src/timeouts.ts:16
↓ 3 callers
Function
formatNativeRecallContext
(bundle: EvidenceBundle, maxChars: number)
src/host/service.ts:298
↓ 3 callers
Method
get
(taskId: string)
src/db/repositories/taskRepo.ts:68
↓ 3 callers
Method
getById
(beliefId: string)
src/db/repositories/beliefRepo.ts:139
↓ 3 callers
Method
getTrace
()
src/pipeline/reasoner.ts:3643
↓ 3 callers
Function
graphHypothesisNodeId
(name: string, type: string)
src/pipeline/abstractionJobs.ts:345
↓ 3 callers
Function
graphPathText
(path: unknown)
src/host/service.ts:265
↓ 3 callers
Function
hasExplicitRememberIntent
(text: string)
src/pipeline/extract.ts:35
↓ 3 callers
Function
hasStructuredResourceBridge
(metadata: Record<string, unknown> | undefined)
src/pipeline/candidateGeneration.ts:1656
↓ 3 callers
Function
hasTemporalPlanning
(queryAnalysis: QueryCompileResult)
src/pipeline/evidenceAssembler.ts:1813
↓ 3 callers
Function
hookShouldStorePending
(eventName: string)
src/host/hookRunner.ts:133
↓ 3 callers
Function
hydrateFactCandidateMetadata
( store: MemxStoreBundle, hit: CandidateHit, )
src/pipeline/retrieve.ts:527
↓ 3 callers
Function
includeBackgroundBelief
(belief?: MemoryBeliefRecord)
src/pipeline/memoryObjects.ts:992
↓ 3 callers
Method
insert
(chunk: ConversationChunk)
src/db/repositories/chunkRepo.ts:31
↓ 3 callers
Method
insertMany
(segments: SourceSegmentRecord[])
src/db/repositories/sourceSegmentRepo.ts:30
↓ 3 callers
Function
isDistinctiveAnchorTerm
(term: string)
src/host/service.ts:551
↓ 3 callers
Function
isExpectedMissingCleanup
(result: UninstallCommandResult)
src/host/uninstall.ts:169
↓ 3 callers
Function
isHypotheticalReferenceRule
(text: string)
src/pipeline/policy.ts:36
↓ 3 callers
Function
isLatinProjectHeadword
(value: string)
src/pipeline/projectIdentity.ts:47
↓ 3 callers
Function
isMeaningfulRecallAnchor
(anchor: string)
src/pipeline/retrieve.ts:3823
↓ 3 callers
Function
isPrimaryRouteType
(value: unknown)
src/pipeline/reasoner.ts:191
↓ 3 callers
Function
isRecord
(value: unknown)
src/host/standaloneQuickstart.ts:282
↓ 3 callers
Function
isRelationalFactPredicate
(predicate: string)
src/pipeline/memoryObjects.ts:578
↓ 3 callers
Function
isStateEvidence
(entry: PromptEvidenceCandidate)
src/pipeline/evidenceAssembler.ts:1140
↓ 3 callers
Function
isTruncatedEvidenceText
(text: string)
src/pipeline/retrieve.ts:1787
← previous
next →
401–500 of 2,243, ranked by callers