MCPcopy Create free account

hub / github.com/ruvnet/ruflo / functions

Functions18,477 in github.com/ruvnet/ruflo

↓ 5 callersFunctioncreateCoherenceScheduler
( config?: CoherenceSchedulerConfig, )
v3/@claude-flow/guidance/src/coherence.ts:508
↓ 5 callersMethodcreateConnection
* Create a new connection
v3/mcp/transport/connection-pool.ts:298
↓ 5 callersFunctioncreateCursor
* Creates a mock cursor over a dataset
v3/@claude-flow/plugins/__tests__/ruvector-streaming.test.ts:43
↓ 5 callersFunctioncreateDiffClassifier
(config?: Partial<DiffClassifierConfig>)
v3/@claude-flow/cli/src/ruvector/diff-classifier.ts:300
↓ 5 callersFunctioncreateEmptyState
()
v3/plugins/gastown-bridge/src/gupp/state.ts:281
↓ 5 callersMethodcreateErrorResponse
* Create error response
v3/@claude-flow/shared/src/mcp/server.ts:646
↓ 5 callersMethodcreateErrorResponse
* Create error response
v3/mcp/server.ts:649
↓ 5 callersFunctioncreateEvolutionPipeline
( config?: EvolutionPipelineConfig, )
v3/@claude-flow/guidance/src/evolution.ts:795
↓ 5 callersFunctioncreateHnswRouter
(config: HnswRouterConfig)
v3/@claude-flow/cli/src/ruvector/ruvllm-wasm.ts:153
↓ 5 callersFunctioncreateMockSteps
(count: number, avgReward: number)
v3/@claude-flow/neural/examples/sona-usage.ts:272
↓ 5 callersFunctioncreatePPO
(config)
v3/@claude-flow/neural/src/algorithms/ppo.js:328
↓ 5 callersFunctioncreatePerfFpgaBridge
(config?: Partial<FpgaConfig>)
v3/plugins/perf-optimizer/src/bridges/fpga-bridge.ts:639
↓ 5 callersFunctioncreatePerfSparseBridge
(config?: Partial<SparseEncodingConfig>)
v3/plugins/perf-optimizer/src/bridges/sparse-bridge.ts:407
↓ 5 callersFunctioncreateQLearning
(config)
v3/@claude-flow/neural/src/algorithms/q-learning.js:256
↓ 5 callersFunctioncreateSARSA
(config)
v3/@claude-flow/neural/src/algorithms/sarsa.js:294
↓ 5 callersFunctioncreateSearchResultStream
* Stream of search results from cursor
v3/@claude-flow/plugins/__tests__/ruvector-streaming.test.ts:92
↓ 5 callersFunctioncreateSonaBridge
(config?: Partial<SonaConfig>)
v3/plugins/cognitive-kernel/src/bridges/sona-bridge.ts:500
↓ 5 callersFunctioncreateTemporalReasoner
( store: TemporalStore, )
v3/@claude-flow/guidance/src/temporal.ts:848
↓ 5 callersFunctioncreateTestConfig
* Create test configuration
v3/@claude-flow/plugins/__tests__/ruvector-bridge.test.ts:123
↓ 5 callersFunctioncreateTruthAnchorStore
( config?: Partial<TruthAnchorConfig>, )
v3/@claude-flow/guidance/src/truth-anchors.ts:666
↓ 5 callersFunctionddAdapter
(graphId: string, n = 6)
plugins/ruflo-graph-intelligence/tests/phase8-federation.test.ts:16
↓ 5 callersFunctiondecomposeQuestion
( questionText: string, options?: DecomposerOptions, )
v3/@claude-flow/cli/src/benchmarks/gaia-decomposer.ts:336
↓ 5 callersMethoddedup
* Collapse content-hash duplicates across all namespaces per `strategy`. * * - `keep-newest`: keep the entry with the highest `updatedAt`, drop
v3/@claude-flow/memory/src/consolidator.ts:140
↓ 5 callersMethoddelta_norm
()
v3/@claude-flow/cli/src/services/ruvector-training.ts:191
↓ 5 callersMethodderiveStatus
* Derive the belief status from its current confidence and evidence ratios.
v3/@claude-flow/guidance/src/uncertainty.ts:651
↓ 5 callersMethoddeserialize
* Deserialize an HNSW index from a buffer produced by {@link serialize}. * * Throws on magic-header mismatch, version mismatch, or truncated inp
v3/@claude-flow/memory/src/hnsw-index.ts:631
↓ 5 callersFunctiondetectFormat
(filePath: string)
v3/@claude-flow/cli/src/transfer/serialization/cfp.ts:210
↓ 5 callersFunctiondetectPlatform
()
v3/@claude-flow/cli/src/init/types.ts:272
↓ 5 callersMethoddetectStaleWork
Auto-detect stealable work based on config thresholds
v3/@claude-flow/claims/src/application/work-stealing-service.ts:58
↓ 5 callersMethoddisablePlugin
* Disable a plugin from a collection.
v3/@claude-flow/plugins/src/collections/collection-manager.ts:218
↓ 5 callersMethoddisconnect
()
v3/@claude-flow/testing/src/helpers/mock-factory.ts:261
↓ 5 callersFunctiondispatch
(action: Action)
v3/goal_ui/src/hooks/use-toast.ts:128
↓ 5 callersMethoddistanceOptimized
* OPTIMIZED distance calculation that uses pre-normalized vectors when available
v3/@claude-flow/memory/src/hnsw-index.ts:1065
↓ 5 callersMethoddotProduct
(a: number[], b: number[])
v3/@claude-flow/integration/src/attention-coordinator.ts:657
↓ 5 callersMethoddownloadPattern
* Download a pattern from IPFS
v3/@claude-flow/cli/src/transfer/store/download.ts:43
↓ 5 callersMethodembed
(text: string)
v3/plugins/agentic-qe/src/bridges/QEMemoryBridge.ts:85
↓ 5 callersMethodemit
* Emit typed event.
v3/@claude-flow/plugins/src/integrations/ruvector/streaming.ts:1622
↓ 5 callersMethodemitIssueReleased
( issueId: string, releasedBy: Claimant, reason?: string, correlationId?: string )
v3/@claude-flow/claims/tests/events.test.ts:254
↓ 5 callersMethodenablePlugin
* Enable a plugin from a collection.
v3/@claude-flow/plugins/src/collections/collection-manager.ts:199
↓ 5 callersFunctionenclosingScope
(node: ts.Node)
v3/@claude-flow/cli/src/ruvector/codemods/scope-analysis.ts:37
↓ 5 callersFunctionencodeEmbedding
(embedding: number[] | Float32Array)
v3/@claude-flow/cli/src/memory/embedding-quantization.ts:47
↓ 5 callersMethodensureDirectory
* Ensure the storage directory exists.
v3/@claude-flow/guidance/src/persistence.ts:280
↓ 5 callersMethodensureInitialized
* Lazily initialize database connection
v3/@claude-flow/embeddings/src/persistent-cache.ts:76
↓ 5 callersFunctionensureSchemaColumns
(dbPath: string)
v3/@claude-flow/cli/src/memory/memory-initializer.ts:1115
↓ 5 callersFunctionerrMsg
(err: unknown)
v3/@claude-flow/cli/src/commands/appliance.ts:37
↓ 5 callersFunctionerrorResponse
(status: number, message: string)
ruflo/src/ruvocal/src/lib/server/hooks/handle.ts:50
↓ 5 callersFunctionescLabel
(v)
plugins/ruflo-cost-tracker/scripts/export.mjs:55
↓ 5 callersMethodevaluateDiffSize
* Gate 3: Diff Size * * If patch exceeds threshold, require a plan and staged commits.
v3/@claude-flow/guidance/src/gates.ts:224
↓ 5 callersMethodevaluateQaoaCircuit
( graph: ProblemGraph, gamma: Float32Array, beta: Float32Array, shots: number )
v3/plugins/quantum-optimizer/src/bridges/exotic-bridge.ts:448
↓ 5 callersMethodexpireStale
* Expire stale claims that haven't had activity
v3/@claude-flow/claims/src/application/claim-service.ts:132
↓ 5 callersMethodexportAssertions
* Export all assertions for persistence. * * @returns Serializable store representation
v3/@claude-flow/guidance/src/temporal.ts:516
↓ 5 callersFunctionextractAdrRefs
(s)
plugins/ruflo-adr/scripts/import.mjs:193
↓ 5 callersFunctionextractClauses
* Extract clauses from document
v3/plugins/legal-contracts/src/mcp-tools.ts:553
↓ 5 callersFunctionfail
(msg)
scripts/smoke-memory-stats-legacy-db.mjs:32
↓ 5 callersFunctionfallbackAnalyze
* Fallback analysis when ruvector is not available
v3/@claude-flow/cli/src/commands/analyze.ts:1327
↓ 5 callersFunctionfallbackLouvain
* Louvain community detection algorithm (fallback when ruvector not available) * Greedy modularity optimization
v3/@claude-flow/cli/src/ruvector/graph-analyzer.ts:641
↓ 5 callersFunctionfallbackMinCut
* Stoer-Wagner MinCut algorithm (fallback when ruvector not available) * Finds minimum cut with deterministic result
v3/@claude-flow/cli/src/ruvector/graph-analyzer.ts:519
↓ 5 callersMethodfinalizeEvent
* Finalize and store an event
v3/@claude-flow/guidance/src/ledger.ts:287
↓ 5 callersMethodfindBackdoorPaths
(graph: object, treatment: string, outcome: string)
v3/plugins/prime-radiant/__tests__/wasm-bridge.test.ts:33
↓ 5 callersMethodfindByNamespace
(namespace: string, options?: Omit<MemoryQueryOptions, 'namespace'>)
v3/@claude-flow/memory/src/domain/repositories/memory-repository.interface.ts:93
↓ 5 callersFunctionfindGitRoot
(dir: string)
v3/@claude-flow/memory/src/auto-memory-bridge.ts:783
↓ 5 callersMethodfindOptimalPath
(from: string, to: string)
v3/@claude-flow/swarm/src/types.ts:485
↓ 5 callersMethodfindSessionByNodeId
(nodeId: string)
v3/@claude-flow/plugin-agent-federation/src/application/federation-coordinator.ts:661
↓ 5 callersMethodfindSimilar
(entryId: string, limit?: number)
v3/@claude-flow/memory/src/domain/repositories/memory-repository.interface.ts:99
↓ 5 callersFunctionfindSimilarPlugins
( registry: PluginRegistry, pluginId: string, limit: number = 5 )
v3/@claude-flow/cli/src/plugins/store/search.ts:215
↓ 5 callersFunctionfingerprint
(publicKey: string)
v3/@claude-flow/security/src/plugins/integrity-verifier.ts:128
↓ 5 callersFunctionfitsBudget
(actual: ComplexityClass, budget: ComplexityClass)
plugins/ruflo-graph-intelligence/src/domain/types.ts:87
↓ 5 callersMethodflashAttention
( query: Float32Array, key: Float32Array, value: Float32Array )
v3/plugins/neural-coordination/src/types.ts:474
↓ 5 callersFunctionfmt
(v)
scripts/benchmark-seed-corpus.mjs:442
↓ 5 callersFunctionfmtBytes
(b: number)
v3/@claude-flow/cli/src/appliance/rvfa-builder.ts:384
↓ 5 callersFunctionfmtUsd
(n)
plugins/ruflo-cost-tracker/scripts/summary.mjs:149
↓ 5 callersFunctionforceCommit
( messages: Array<{ role: string; content: string | unknown }>, callModel: (messages: Array<{ role: string
v3/@claude-flow/cli/src/benchmarks/gaia-convergence.ts:252
↓ 5 callersMethodforceOpen
* Force circuit to open state (for testing)
v3/plugins/teammate-plugin/src/utils/circuit-breaker.ts:161
↓ 5 callersFunctionformatBytes
(bytes: number)
v3/@claude-flow/cli/src/commands/status.ts:88
↓ 5 callersMethodformatClaimant
(claimant: Claimant)
v3/@claude-flow/cli/src/services/claim-service.ts:714
↓ 5 callersFunctionformatEmbedding
(embedding: number[], dimensions: number = 384)
v3/@claude-flow/cli/__tests__/security-verification.test.ts:53
↓ 5 callersFunctionformatHealth
(health: string)
v3/@claude-flow/cli/src/commands/hive-mind.ts:1448
↓ 5 callersMethodgenerate
* Generates a random token. * * @param length - Token length in bytes * @returns Random token string
v3/@claude-flow/security/src/token-generator.ts:122
↓ 5 callersFunctiongenerateAgentIndex
(agents: AgentDefinition[])
v3/@claude-flow/guidance/src/generators.ts:511
↓ 5 callersMethodgenerateCsrfToken
* Generates a CSRF token. * * @returns CSRF token (shorter expiration)
v3/@claude-flow/security/src/token-generator.ts:166
↓ 5 callersFunctiongenerateExtEventId
()
v3/@claude-flow/claims/src/domain/events.ts:777
↓ 5 callersMethodgenerateRoutingGuidance
* Generate task routing guidance * Returns plain text with agent recommendation
v3/@claude-flow/hooks/src/reasoningbank/guidance-provider.ts:336
↓ 5 callersFunctiongenerateSecureId
(prefix: string)
v3/@claude-flow/claims/src/api/mcp-tools.ts:292
↓ 5 callersFunctiongenerateSimpleEmbedding
* Generate hash-based embedding from text. * For ML embeddings, use: import('agentic-flow').computeEmbedding
v3/mcp/tools/hooks-tools.ts:326
↓ 5 callersFunctiongenerateSimpleEmbedding
* Generate a simple embedding from text (for demo purposes) * In production, use a real embedding model
v3/mcp/tools/hooks-tools.js:117
↓ 5 callersFunctiongenerateTestCode
( funcName: string, category: string, framework: string, mockStrategy?: string )
v3/plugins/test-intelligence/src/mcp-tools.ts:821
↓ 5 callersFunctiongenerateToolCode
(toolName: string)
v3/@claude-flow/plugins/examples/plugin-creator/index.ts:124
↓ 5 callersMethodgetActiveTasks
* Get active tasks
v3/@claude-flow/shared/src/hooks/task-hooks.ts:495
↓ 5 callersFunctiongetAgentType
* Get agent type by route name
v3/@claude-flow/cli/src/commands/route.ts:73
↓ 5 callersMethodgetAllAgents
()
v3/@claude-flow/swarm/src/unified-coordinator.ts:376
↓ 5 callersMethodgetAllClaims
()
v3/@claude-flow/cli/src/services/claim-service.ts:674
↓ 5 callersMethodgetAllSnapshots
* Get snapshots for all tracked agents.
v3/@claude-flow/guidance/src/trust.ts:560
↓ 5 callersMethodgetAllTasks
()
v3/@claude-flow/swarm/src/coordination/task-orchestrator.ts:341
↓ 5 callersFunctiongetBackgroundDaemonPid
* Get PID of background daemon from PID file
v3/@claude-flow/cli/src/commands/daemon.ts:764
↓ 5 callersMethodgetBridge
(name: string)
v3/plugins/agentic-qe/__tests__/plugin.test.ts:171
↓ 5 callersMethodgetCapabilities
* Get plugin capabilities
v3/plugins/prime-radiant/src/interfaces.ts:560
↓ 5 callersMethodgetChainTip
* Get the most recent envelope in the chain.
v3/@claude-flow/guidance/src/proof.ts:271
↓ 5 callersMethodgetChildren
(graph: CausalGraph, node: string)
v3/plugins/prime-radiant/__tests__/engines/causal.test.ts:280
↓ 5 callersMethodgetConfidenceChain
* Trace the full inference chain from a belief back to its root beliefs. * * Returns an array of { belief, depth } nodes, starting with the quer
v3/@claude-flow/guidance/src/uncertainty.ts:523
↓ 5 callersFunctiongetConfig
()
v3/@claude-flow/cli/src/ruvector/neural-router.ts:238
← previousnext →2,001–2,100 of 18,477, ranked by callers