Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ruvnet/ruflo
/ functions
Functions
18,477 in github.com/ruvnet/ruflo
⨍
Functions
18,477
◇
Types & classes
6,101
↓ 12 callers
Function
analyzeGraph
( rootDir: string, options: { includeBoundaries?: boolean; includeModules?: boolean; numPartit
v3/@claude-flow/cli/src/ruvector/graph-analyzer.ts:1031
↓ 12 callers
Function
appendLog
(entry: AutopilotLogEntry)
v3/@claude-flow/cli/src/autopilot-state.ts:170
↓ 12 callers
Function
assert
(cond, label)
v3/@claude-flow/cli/plugins/ruflo-metaharness/scripts/test-with-openrouter.mjs:57
↓ 12 callers
Function
assert
(cond, label)
plugins/ruflo-metaharness/scripts/test-with-openrouter.mjs:57
↓ 12 callers
Function
cleanupTestData
()
ruflo/src/ruvocal/src/lib/server/api/__tests__/testHelpers.ts:78
↓ 12 callers
Method
clearNamespace
Clear all entries in a namespace
v3/@claude-flow/memory/src/types.ts:349
↓ 12 callers
Function
compareHlc
(a: HlcTimestamp, b: HlcTimestamp)
v3/@claude-flow/claims/src/infrastructure/hlc.ts:173
↓ 12 callers
Method
computeTrustScore
* Compute a composite trust score from device telemetry signals.
v3/@claude-flow/plugin-iot-cognitum/src/domain/services/device-lifecycle-service.ts:222
↓ 12 callers
Function
cosineSimilarity
( a: Float32Array | number[], b: Float32Array | number[] )
v3/@claude-flow/embeddings/src/embedding-service.ts:1089
↓ 12 callers
Function
createMemoryEntry
( key: string, namespace: string, value: unknown, authority: MemoryAuthority, options: { ttlMs?:
v3/@claude-flow/guidance/src/memory-gate.ts:557
↓ 12 callers
Function
createMockMetrics
(overrides: Partial<OptimizationMetrics> = {})
v3/@claude-flow/guidance/tests/coherence.test.ts:38
↓ 12 callers
Function
createServer
* Create a new MCP server instance
v3/@claude-flow/performance/benchmarks/startup/mcp-server-init.bench.ts:70
↓ 12 callers
Method
createSession
(profile: AgentProfile, terminalId: string, memoryBankId: string)
v3/@claude-flow/shared/src/core/orchestrator/session-manager.ts:48
↓ 12 callers
Function
createTestCollection
( id: string, plugins: Array<{ name: string; defaultEnabled: boolean }> )
v3/@claude-flow/plugins/__tests__/collection-manager.test.ts:28
↓ 12 callers
Function
createTestEntry
(overrides: Partial<MemoryEntry> = {})
v3/@claude-flow/memory/src/agent-memory-scope.test.ts:83
↓ 12 callers
Function
createTestLocals
(overrides?: Partial<App.Locals>)
ruflo/src/ruvocal/src/lib/server/api/__tests__/testHelpers.ts:7
↓ 12 callers
Function
createTextResource
( uri: string, name: string, text: string, options?: { description?: string; mimeType?: string
v3/@claude-flow/mcp/src/resource-registry.ts:435
↓ 12 callers
Function
ddMatrix
Build a small DD matrix for tests.
plugins/ruflo-graph-intelligence/tests/solver-bridge.test.ts:20
↓ 12 callers
Method
delete
(tableName: string, id: string | number)
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1749
↓ 12 callers
Method
emit
(event: WorkStealingEvent)
v3/@claude-flow/claims/src/domain/types.ts:485
↓ 12 callers
Method
ensureInitialized
()
v3/@claude-flow/memory/src/rvf-learning-store.ts:398
↓ 12 callers
Method
ensureInitialized
* Ensure the plugin is initialized.
v3/@claude-flow/plugins/src/integrations/ruvector/ruvector-bridge.ts:1829
↓ 12 callers
Method
evaluateSecrets
* Gate 4: Secrets Detection * * If output matches secret patterns, redact and warn.
v3/@claude-flow/guidance/src/gates.ts:251
↓ 12 callers
Method
execGt
* Execute a gt command with validated arguments * * @param args - Command arguments (validated and sanitized) * @returns Command output
v3/plugins/gastown-bridge/src/bridges/gt-bridge.ts:404
↓ 12 callers
Method
extractSection
* Extract and decompress a section by its id. * * @param id The section identifier (e.g. 'kernel', 'runtime'). * @returns The decompressed
v3/@claude-flow/cli/src/appliance/rvfa-format.ts:409
↓ 12 callers
Method
findSimilarPatterns
* Find similar code patterns
v3/plugins/code-intelligence/src/types.ts:755
↓ 12 callers
Function
findTool
(name: string)
v3/@claude-flow/cli/__tests__/business-pod-tools.test.ts:21
↓ 12 callers
Method
generateSignedToken
* Generates a signed token using HMAC. * * @param payload - Data to include in token * @param expirationSeconds - Token expiration * @retu
v3/@claude-flow/security/src/token-generator.ts:225
↓ 12 callers
Function
generateTestCode
(framework: string, style: string, scenario: string)
v3/plugins/agentic-qe/src/tools/test-generation/generate-tests.ts:439
↓ 12 callers
Function
generateWgKeyPair
()
v3/@claude-flow/plugin-agent-federation/src/domain/value-objects/wg-config.ts:60
↓ 12 callers
Function
getClient
(server: McpServerConfig, signal?: AbortSignal)
ruflo/src/ruvocal/src/lib/server/mcp/clientPool.ts:127
↓ 12 callers
Method
getHandlers
* Get all hooks for a specific event (sorted by priority) * * @param event - Event type * @param includeDisabled - Whether to include disable
v3/@claude-flow/shared/src/hooks/registry.ts:154
↓ 12 callers
Method
getProposal
(proposalId: string)
v3/@claude-flow/swarm/src/types.ts:492
↓ 12 callers
Function
getTool
(name: string)
v3/plugins/quantum-optimizer/src/mcp-tools.ts:604
↓ 12 callers
Function
getTool
(name: string)
v3/plugins/neural-coordination/src/mcp-tools.ts:1066
↓ 12 callers
Function
ggufKvString
* Write a GGUF KV entry: [key_string][value_type u32 LE][value_data]. * Supports STRING (type 8) and UINT32 (type 4) values.
v3/__tests__/appliance/gguf-engine.test.ts:40
↓ 12 callers
Method
import
* Restore the chain from a previously exported object. * * Replaces the current chain contents entirely.
v3/@claude-flow/guidance/src/proof.ts:300
↓ 12 callers
Function
insertGraphEdge
(input: GraphEdgeInput)
v3/@claude-flow/cli/src/memory/graph-edge-writer.ts:168
↓ 12 callers
Method
joinHive
(agentId: string, role: 'worker' | 'specialist' | 'scout' = 'worker')
v3/plugins/agentic-qe/__tests__/bridges.test.ts:267
↓ 12 callers
Method
learn
Perform a learning step
v3/@claude-flow/neural/src/modes/index.d.ts:20
↓ 12 callers
Method
listAgents
(rig?: string, role?: AgentRole, includeInactive?: boolean)
v3/plugins/gastown-bridge/src/types.ts:844
↓ 12 callers
Function
listEntries
(options: { namespace?: string; limit?: number; offset?: number; dbPath?: string; /** #2073: When tr
v3/@claude-flow/cli/src/memory/memory-initializer.ts:2660
↓ 12 callers
Function
loadClaims
()
v3/@claude-flow/cli/src/mcp-tools/claims-tools.ts:63
↓ 12 callers
Function
loadWorkflowStore
()
v3/@claude-flow/cli/src/mcp-tools/workflow-tools.ts:64
↓ 12 callers
Method
log
(message: string)
v3/@claude-flow/plugins/src/integrations/ruvector/migrations/migrations.ts:551
↓ 12 callers
Function
makeQuestion
(text: string, overrides: Partial<GaiaQuestion> = {})
v3/@claude-flow/cli/src/benchmarks/gaia-hardness/predictor.smoke.ts:28
↓ 12 callers
Function
makeWriter
(profile: 'cloud' | 'hybrid' | 'offline' = 'cloud')
v3/__tests__/appliance/rvfa-format.test.ts:23
↓ 12 callers
Method
migrateDown
(steps: number = 1)
v3/@claude-flow/plugins/__tests__/ruvector-migrations.test.ts:254
↓ 12 callers
Function
mkNode
(overrides: Partial<Parameters<typeof FederationNode.create>[0]> = {})
v3/@claude-flow/plugin-agent-federation/__tests__/unit/federation-node-state.test.ts:30
↓ 12 callers
Function
mkStore
()
v3/@claude-flow/plugin-agent-federation/__tests__/unit/memory-spend-reporter.test.ts:25
↓ 12 callers
Method
monitorSwarmHealth
* Monitor swarm health and detect issues * * @returns Health report
v3/@claude-flow/swarm/src/queen-coordinator.ts:1410
↓ 12 callers
Function
next
()
v3/@claude-flow/cli/__tests__/neural-router.test.ts:34
↓ 12 callers
Function
norm
* Computes the Euclidean (L2) norm of a vector.
v3/@claude-flow/plugins/src/integrations/ruvector/hyperbolic.ts:61
↓ 12 callers
Function
norm
(s)
plugins/ruflo-cost-tracker/scripts/bench.mjs:38
↓ 12 callers
Function
now
()
scripts/benchmark-intelligence.mjs:138
↓ 12 callers
Function
padNum
* Pad number for table alignment
v3/@claude-flow/testing/src/v2-compat/report-generator.ts:419
↓ 12 callers
Function
parseGgufHeader
(path: string)
v3/@claude-flow/cli/src/appliance/gguf-engine.ts:152
↓ 12 callers
Function
parseMcpScanText
(stdout)
v3/@claude-flow/cli/plugins/ruflo-metaharness/scripts/_harness.mjs:221
↓ 12 callers
Function
parseMcpScanText
(stdout)
plugins/ruflo-metaharness/scripts/_harness.mjs:221
↓ 12 callers
Method
probe
()
v3/@claude-flow/plugin-iot-cognitum/src/workers/health-probe-worker.ts:39
↓ 12 callers
Method
processTrajectoryOutcome
* Process a trajectory outcome and learn from it * Called by hooksTrajectoryEnd
v3/@claude-flow/cli/src/memory/sona-optimizer.ts:306
↓ 12 callers
Method
progressBar
(current: number, total: number, width: number = 40)
v3/@claude-flow/cli-core/src/output.ts:381
↓ 12 callers
Method
recordOutcome
* Record outcome for learning
v3/@claude-flow/cli/src/ruvector/model-router.ts:1128
↓ 12 callers
Method
recordOutcome
* Record a send outcome for a peer. Called by the coordinator after each * `routing.send` completion. Returns a BreakerDecision describing what,
v3/@claude-flow/plugin-agent-federation/src/application/federation-breaker-service.ts:265
↓ 12 callers
Method
registerDevice
* Register a Seed device by its HTTP endpoint. Creates a * {@link SeedClient}, fetches status and identity from the real * hardware, and returns
v3/@claude-flow/plugin-iot-cognitum/src/application/iot-coordinator.ts:244
↓ 12 callers
Method
removeEventListener
* Remove an event listener
v3/@claude-flow/neural/src/sona-manager.ts:678
↓ 12 callers
Function
reply
(id: number, result?: unknown, error?: string)
ruflo/src/ruvocal/src/lib/wasm/wasm.worker.ts:55
↓ 12 callers
Method
reportBreak
* Record a selector break observed during a browser action. * * Typically wired into the adapter's retry path so every retried failure * prod
v3/@claude-flow/browser/src/application/causal-recovery-service.ts:65
↓ 12 callers
Function
requireCoordinator
()
v3/@claude-flow/plugin-agent-federation/src/mcp-tools.ts:21
↓ 12 callers
Function
resolveAgentMemoryDir
( agentName: string, scope: AgentMemoryScope, workingDir?: string, )
v3/@claude-flow/memory/src/agent-memory-scope.ts:116
↓ 12 callers
Function
resolveWorkspaceFlag
(raw: unknown)
v3/@claude-flow/cli/src/commands/daemon.ts:360
↓ 12 callers
Function
ruleSuccess
(data: T)
v3/@claude-flow/claims/src/domain/rules.ts:39
↓ 12 callers
Method
runComprehensiveSuite
* Run comprehensive benchmark suite across multiple dimensions
v3/@claude-flow/performance/src/attention-benchmarks.ts:75
↓ 12 callers
Method
runGNNLayer
(graph: GraphData, layer: GNNLayer)
v3/@claude-flow/plugins/src/integrations/ruvector/types.ts:1763
↓ 12 callers
Function
runGaiaAgent
( question: GaiaQuestion, options: GaiaAgentOptions = {}, )
v3/@claude-flow/cli/src/benchmarks/gaia-agent.ts:501
↓ 12 callers
Method
runMemoryProfile
* Run memory profiling benchmark
v3/@claude-flow/performance/src/attention-benchmarks.ts:173
↓ 12 callers
Method
saveSnapshot
(snapshot: EventStoreSnapshot)
v3/@claude-flow/shared/src/events.ts:45
↓ 12 callers
Function
sealArtifact
(input: SealArtifactInput)
plugins/ruflo-graph-intelligence/src/infrastructure/witness-signer.ts:87
↓ 12 callers
Method
searchKeyword
* ADR-125 Phase 5 — keyword (FTS5) search. * * Mirrors the SQLiteBackend.searchKeyword shape. Falls back to a LIKE * scan when FTS5 isn't ava
v3/@claude-flow/memory/src/sqljs-backend.ts:396
↓ 12 callers
Function
seedFetch
Retry-aware fetch for embedded hardware (link-local, rate-limited).
v3/@claude-flow/plugin-iot-cognitum/__tests__/integration/seed-client-raw.test.ts:7
↓ 12 callers
Function
selfConsistency
( operation: () => Promise<T> | T, config: SelfConsistencyConfig, )
v3/@claude-flow/neural/src/utils/self-consistency.ts:64
↓ 12 callers
Method
size
()
v3/@claude-flow/cli/src/ruvector/vector-db.ts:26
↓ 12 callers
Function
suggestCommand
( unknownCommand: string, availableCommands: string[] )
v3/@claude-flow/cli/src/suggest.ts:192
↓ 12 callers
Function
transferKnowledge
( sourceBackend: IMemoryBackend, targetBridge: AutoMemoryBridge, options: TransferOptions, )
v3/@claude-flow/memory/src/agent-memory-scope.ts:207
↓ 12 callers
Method
updateMany
( filter: Record<string, unknown>, update: Record<string, unknown> )
ruflo/src/ruvocal/src/lib/server/database/rvf.ts:612
↓ 12 callers
Function
updateServerStatus
( id: string, status: ServerStatus, errorMessage?: string, tools?: MCPTool[], authRequired?: boolean )
ruflo/src/ruvocal/src/lib/stores/mcpServers.ts:379
↓ 12 callers
Function
validateHeader
(header: unknown)
v3/@claude-flow/cli/src/appliance/rvfa-format.ts:143
↓ 12 callers
Function
validateString
( input: unknown, options?: { minLength?: number; maxLength?: number; pattern?: RegExp; tr
v3/@claude-flow/plugins/src/security/index.ts:19
↓ 12 callers
Function
validateUrl
(rawUrl: string)
v3/@claude-flow/cli/src/mcp-tools/http-fetch-tools.ts:46
↓ 12 callers
Function
verifySealedTrajectory
( envelope: unknown, options: { trustedPublicKeys?: string[] } = {}, )
v3/@claude-flow/browser/src/application/signed-trajectory-service.ts:100
↓ 12 callers
Method
withK
(k: number)
v3/@claude-flow/plugins/__tests__/utils/ruvector-test-utils.ts:600
↓ 12 callers
Function
zeros
* Creates a zero vector of specified dimension.
v3/@claude-flow/plugins/src/integrations/ruvector/hyperbolic.ts:118
↓ 11 callers
Function
DELETE
({ locals, params })
ruflo/src/ruvocal/src/routes/conversation/[id]/+server.ts:686
↓ 11 callers
Method
add
* Add a vector to the index
v3/@claude-flow/memory/benchmarks/hnsw-indexing.bench.ts:75
↓ 11 callers
Method
analyzeStability
(matrix: Float64Array, size: number)
v3/plugins/prime-radiant/__tests__/wasm-bridge.test.ts:28
↓ 11 callers
Function
assert
(cond, label)
ruflo/src/mcp-bridge/test-runtime-security.mjs:32
↓ 11 callers
Function
assert
(condition, message)
scripts/smoke-ruflo-hook-cjs.mjs:25
↓ 11 callers
Method
bulkDelete
Bulk delete entries
v3/@claude-flow/memory/src/types.ts:340
↓ 11 callers
Function
call
(name: string, input: Record<string, unknown>)
plugins/ruflo-arena/tests/mcp-tools.test.ts:10
↓ 11 callers
Function
callTool
(name: string, args: Record<string, unknown> = {})
v3/@claude-flow/cli/__tests__/wasm-agent-tools.test.ts:67
← previous
next →
801–900 of 18,477, ranked by callers